1 | initial version |
You should check if the keypoints were found if (keypoints.size() == 0 || keypointsRef.size() == 0) return mRgba;
2 | No.2 Revision |
You should check if the keypoints were found
found
if (keypoints.size() == 0 || keypointsRef.size() == 0) return mRgba;
3 | No.3 Revision |
You should check if the keypoints were found
if (keypoints.size() == 0 || keypointsRef.size() == 0) return mRgba;
Your matchesList you must check also
4 | No.4 Revision |
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