Formulating Image Outline Programmatically (Preferrably C#/C++ coding, or pseudo coding)

前端 未结 2 1540
生来不讨喜
生来不讨喜 2020-12-18 14:49

I would just like to ask for assistance to anyone on the logic, and much better sample code of formulating an image\'s outline.

To make it clearer, I\'m talking abo

2条回答
  •  情话喂你
    2020-12-18 15:35

    Consider using image processing techniques, like this one:

    http://www.codeproject.com/KB/cs/Canny_Edge_Detection.aspx

提交回复
热议问题