mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
tab to space
This commit is contained in:
parent
4ec456f0a0
commit
7773b2b4d6
@ -404,7 +404,7 @@ double cv::findTransformECC(InputArray templateImage,
|
||||
Mat templateFloat = Mat(hs, ws, CV_32F);// to store the (smoothed) template
|
||||
Mat imageFloat = Mat(hd, wd, CV_32F);// to store the (smoothed) input image
|
||||
Mat imageWarped = Mat(hs, ws, CV_32F);// to store the warped zero-mean input image
|
||||
Mat imageMask = Mat(hs, ws, CV_8U); //to store the final mask
|
||||
Mat imageMask = Mat(hs, ws, CV_8U); // to store the final mask
|
||||
|
||||
Mat inputMaskMat = inputMask.getMat();
|
||||
//to use it for mask warping
|
||||
|
Loading…
Reference in New Issue
Block a user