Best articles to start learning about edge detection/image recognition

后端 未结 4 1569
我在风中等你
我在风中等你 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:18

    I found the series by Christian Graus on Code Project to be useful:

    Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters
    Image Processing for Dummies with C# and GDI+ Part 2 - Convolution Filters
    Image Processing for Dummies with C# and GDI+ Part 3 - Edge Detection Filters
    Image Processing for Dummies with C# and GDI+ Part 4 - Bilinear Filters and Resizing
    Image Processing for Dummies with C# and GDI+ Part 5 - Displacement filters, including swirl
    Image Processing for Dummies with C# and GDI+ Part 6 - The HSL color space

提交回复
热议问题