开发者

How to get edge coordinates of a image? [closed]

开发者 https://www.devze.com 2022-12-13 16:54 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 7 years ago.

Improve this question

i posted a question regarding croping an image present in a parent image. How can i crop image using C# I've detected the Image edge using one of the online algorithms, now i need to get the coordinates of the corners. How can i get the 开发者_JAVA百科corner coordinates so i can fetch the image from its parent?

The Image is taken with a camera, and has contains a picture of a document. I need to find that document and crop it out of the parent image.


In the other post you linked, a number of corner detection algorithms were included. I've been experimenting with the AForge filters for corner detection, or the Hough line transform combined with a canny edge detector to pick out the image edges.

0

精彩评论

暂无评论...
验证码 换一张
取 消