Best articles to start learning about edge detection/image recognition

后端 未结 4 1598
我在风中等你
我在风中等你 2021-01-30 03:33

I am involved in a personal project which will require pretty extensive knowledge of edge detection and image segmentation/object recognition.

I know the importance of p

4条回答
  •  Happy的楠姐
    2021-01-30 04:03

    I did some very basic edge detection for a uni project a while back. The algorithms that I prototyped were Laplace and Sobel.

    This is the page that got me most of the info I needed to implement the algorithm:

    http://www.pages.drexel.edu/~weg22/edge.html

    I have some C++ source code that might be a bit scary from back in the day if you are interested.

提交回复
热议问题