Error after mosaicing face in opencv and c++ -
After my previous post, everything was working fine until it tried to redo it today and I get this error Everything is fine but I'm confused why I get this error Is anyone getting help? Thank you
The error states that source vector or destination some algorithm The vector does not have any data needed by a specific algorithm imgwarp.cpp
As I have no idea of your code, I think you can use getAffineTransform or perspective.
Perhaps the claim failure should be from GetAffineTransform. It will need 3 digits for its input and output. See the code on how these points are chosen.
As you mentioned that the code was already working, there is a possibility that input images have been changed, mostly new with a different dimension.
Comments
Post a Comment