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:
@@ -3130,7 +3130,7 @@ void cv::hconcat(InputArray _src, OutputArray dst)
|
||||
|
||||
void cv::vconcat(const Mat* src, size_t nsrc, OutputArray _dst)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_TRACE_FUNCTION_SKIP_NESTED()
|
||||
|
||||
if( nsrc == 0 || !src )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user