How to detect occurrencies of a small image in a larger image?

前端 未结 3 1312
别那么骄傲
别那么骄傲 2021-01-17 02:59

I would like to detect the occurrencies of a small image in a larger image, as well as coordinates.

How do I do it with C#/.NET?

3条回答
  •  一个人的身影
    2021-01-17 03:50

    Your question fits into the realm of computer vision. This is a branch of computing where even many of the simple problems require a fair understanding of image processing and algorithms. I recommend you implement a CV library like AForget.NET to simplify the task.

提交回复
热议问题