문제

Basically I have many objects that i would recognize in a test image (query image) using ORB descriptors.

I would like to use LSH to get faster matching but I can't find examples in opencv. Is it developed ? What do you use if you have differenet objects and you want to find each of them in a test image?

도움이 되었습니까?

해결책

This was added in OpenCV 2.3.1.

In OpenCV 2.3.1 you can find LSH implemented in modules/imgproc/src/lsh.cpp.

In OpenCV 2.4.0 you can find it in modules/legacy/src/lsh.cpp.

OpenCV doesn't include a demo for it, but this thread discusses it shortly.

Happy Google search!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top