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
This Cpp code is an exact re-implementation of similarity transform in skimage.
However, when the SVD of a matrix is not unique. cv::SVD and np.SVD give different results This can led to your problem.
Hi,
I sometimes receive up-side-down aligned face by using this code.
Here is some sample:
Align code in python (scikit-image version) works perfectly. I don't know what wrong with c++ version.
Can you pls help to fix it?
Thanks,
The text was updated successfully, but these errors were encountered: