1 | initial version |
You are using cv::findHomography
in your app and this function is provided by calib3d
module, that is why you have this dependency.
2 | No.2 Revision |
You are using cv::findHomography
in your app and this function is provided by the calib3d
module, that is why you have this dependency.