sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

findKeypointMatch() causes Fatal Python error: (pygame parachute) Segmentation Fault #661

Open sukso96100 opened 9 years ago

sukso96100 commented 9 years ago

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'