girish
girish

Reputation: 731

how can i find the length of perticular object within the image

let's say we have an image that contain square,circle and other few object at some distance and now i want to find the length between these object using c#.

Upvotes: 0

Views: 129

Answers (1)

alejandrobog
alejandrobog

Reputation: 2101

First you would need to recognize the shapes, for that I would recomend this framework. aforge.

Then for finding the distance read this blog Computer vision processing in .Net, part II

Upvotes: 2

Related Questions