mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Instrumentation for OpenCV API regions and IPP functions;
This commit is contained in:
@@ -507,6 +507,8 @@ int cv::estimateAffine3D(InputArray _from, InputArray _to,
|
||||
OutputArray _out, OutputArray _inliers,
|
||||
double param1, double param2)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
Mat from = _from.getMat(), to = _to.getMat();
|
||||
int count = from.checkVector(3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user