How To: Pattern Recognition

后端 未结 9 525
-上瘾入骨i
-上瘾入骨i 2021-01-29 20:34

I\'m interested in learning more about pattern recognition. I know that\'s somewhat of a broad field, so I\'ll list some specific types of problems I would like to learn to dea

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-29 20:44

    OpenCV has some functions for pattern recognition in images.

    You might want to look at this :http://opencv.willowgarage.com/documentation/pattern_recognition.html. (broken link: closest thing in the new doc is http://opencv.willowgarage.com/documentation/cpp/ml__machine_learning.html, although it is no longer what I'd call helpful documentation for a beginner - see other answers)

    However, I also recommend starting with Matlab because openCV is not intuitive to use.

提交回复
热议问题