mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
trace: initial support for code trace
This commit is contained in:
@@ -271,6 +271,8 @@ public:
|
||||
|
||||
virtual void operator()(const Range& range) const
|
||||
{
|
||||
CV_TRACE_FUNCTION();
|
||||
|
||||
const uchar* yS = src_data + static_cast<size_t>(range.start) * src_step;
|
||||
uchar* yD = dst_data + static_cast<size_t>(range.start) * dst_step;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user