¡@

Home 

c++ Programming Glossary: surf

Algorithm improvement for Coca-Cola can shape recognition

http://stackoverflow.com/questions/10168686/algorithm-improvement-for-coca-cola-can-shape-recognition

feature transform SIFT or Speeded Up Robust Features SURF . It is implemented in OpenCV 2.3.1. You can find a nice code.. example The processing takes a few hundred ms for SIFT SURF is bit faster but it not suitable for real time applications... weaker regarding rotation invariance. The original papers SURF Speeded Up Robust Features Distinctive Image Features from Scale..

scale and rotation Template matching

http://stackoverflow.com/questions/10666436/scale-and-rotation-template-matching

function from Features2D Framework. For example SIFT or SURF descriptors and FLANN matcher. Also you will need findHomography..

OpenCV SURF function is not implemented

http://stackoverflow.com/questions/11175794/opencv-surf-function-is-not-implemented

SURF function is not implemented When I try to run the sample find_obj.cpp.. When I try to run the sample find_obj.cpp or any OpenCV SURF program I get the following error in command prompt while executing.. feature is not implemented OpenCV was built without SURF support in unknown function file .. .. .. src opencv modules..

openCV 2.4.3 iOS framework compiler trouble recognising some c++ headers

http://stackoverflow.com/questions/13905471/opencv-2-4-3-ios-framework-compiler-trouble-recognising-some-c-headers

is I do need the nonfree files as I am experimenting with SURF which has been moved to nonfree recently. This is really a twofold.. these are c headers which headers exactly do I need to use SURF update I have cloned the openCV git repository and built a new.. be unusable in practice . Unfortunately I still can't get SURF to work. When I run the project it crashes with this error OpenCV..