Closed vtanguturi closed 6 years ago
An instance of std:bad_alloc() is thrown when running the algorithm on this image set: https://www.dropbox.com/sh/qzxzec5tj74v31o/AACWxeQSoH2oG7HNSsZkrIpCa?dl=0
Is this because the algorithm is not stable enough to support fewer than a certain number of matches? Thanks, Vishnu
Usually because of not sufficient RAM. Trying smaller images may help.
So the preferred image size should be < 500 KB?
The images in the set are ~10 MB
An instance of std:bad_alloc() is thrown when running the algorithm on this image set: https://www.dropbox.com/sh/qzxzec5tj74v31o/AACWxeQSoH2oG7HNSsZkrIpCa?dl=0
Is this because the algorithm is not stable enough to support fewer than a certain number of matches? Thanks, Vishnu