mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Instrumentation for OpenCV API regions and IPP functions;
This commit is contained in:
@@ -1061,6 +1061,8 @@ public:
|
||||
|
||||
void compute( InputArray leftarr, InputArray rightarr, OutputArray disparr )
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
int dtype = disparr.fixedType() ? disparr.type() : params.dispType;
|
||||
Size leftsize = leftarr.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user