Best articles to start learning about edge detection/image recognition

后端 未结 4 1597
我在风中等你
我在风中等你 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条回答
  •  既然无缘
    2021-01-30 04:00

    I would suggest looking for good computer vision course slides, such as these Stanford one:

    • for edge detection check out lecture 3: Features and Linear Filters and lecture 5: Advanced Image Features (ppt)
    • for advanced segmentation techniques check out lecture 12: Segmentation (ppt) (perhaps a bit too advanced if you're new to computer vision)

    In general I find interesting materials by googling university sites for powerpoint presentations on any given subject: computer vision site:edu filetype:ppt

提交回复
热议问题