Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sukso96100 opened this issue Nov 9, 2014 · 0 comments

Comments

@sukso96100
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant