Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i'm doing a project requires Template matching using EmguCv
the Surf Detector example in Emgu and it's working Well
but the problem here when i trying to enter a small templates to search within the Full image and it gives me this exception
C#
SEHException was unhanded
External component has thrown an exception


in this line

C#
nonZeroCount = Features2DTracker.VoteForSizeAndOrientation(modelKeyPoints, observedKeyPoints, indices, mask, 1.5,1);


so how to handle it and handle the code to accept searching wish small templates
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900