findKeypointMatch() causes Fatal Python error: (pygame parachute) Segmentation Fault
sukso96100 opened this issue · 0 comments
sukso96100 commented
Literally, the method findKeypointMatch() causes Fatal Python error: (pygame parachute) Segmentation Fault.
It happend when i use latest simplecv from this git repository and opencv 2.4.9
is it a bug? or should i install again or downgrade?
When i use simplecv 1.3 superpack (the *deb file) it causes the following error
ERROR: Traceback (most recent call last): File "keypoint.py", line 7, in keypoint = imgone.findKeypointMatch(imgtwo) File "/usr/lib/pymodules/python2.7/SimpleCV/ImageClass.py", line 7592, in findKeypointMatch skp,sd = self._getRawKeypoints(quality) File "/usr/lib/pymodules/python2.7/SimpleCV/ImageClass.py", line 7343, in _getRawKeypoints surfer = cv2.SURF(hessianThreshold=thresh,extended=highQuality,upright=1) AttributeError: 'module' object has no attribute 'SURF'