You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I note if I change all CV_32FC1 in your code into CV_16SC1, then the programe can save a lot memory consumption. But the sift_1.detect will fail to get that keypoints_1 in following. How to change the other code for the change?
I note if I change all
CV_32FC1in your code intoCV_16SC1, then the programe can save a lot memory consumption. But thesift_1.detectwill fail to get thatkeypoints_1in following. How to change the other code for the change?