mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
trace: initial support for code trace
This commit is contained in:
@@ -907,7 +907,7 @@ Mat repeat(const Mat& src, int ny, int nx)
|
||||
*/
|
||||
int cv::borderInterpolate( int p, int len, int borderType )
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_TRACE_FUNCTION_VERBOSE();
|
||||
|
||||
if( (unsigned)p < (unsigned)len )
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user