Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You should check if the keypoints were found if (keypoints.size() == 0 || keypointsRef.size() == 0) return mRgba;

You should check if the keypoints were found found
if (keypoints.size() == 0 || keypointsRef.size() == 0) return mRgba;

You should check if the keypoints were found
if (keypoints.size() == 0 || keypointsRef.size() == 0) return mRgba;

Your matchesList you must check also

You should check if the keypoints were found
if (keypoints.size() == 0 || keypointsRef.size() == 0) return mRgba;

Your matchesList you must check be checked also