Matching points to a known grid
- From: jnospamster@xxxxxxxxx
- Date: 19 Aug 2005 07:28:20 -0700
I am taking a picture of a some screen-printed dots arranged basically
in a grid. I know what the grid of dots is supposed to look like in
advance.
I have a simple program to extract the locations of each dot. However,
it's possible that I could miss a dot or have an extra one or two dots.
SO, I have a list of (x,y) locations of the expected grid positions and
a list of extracted (x,y) locations.
Can anyone recommend an algorithm for best matching up points in the 2
lists?
Thanks.
.
- Follow-Ups:
- Re: Matching points to a known grid
- From: Raj
- Re: Matching points to a known grid
- Prev by Date: Re: doorplate recognition
- Next by Date: Re: Matching points to a known grid
- Previous by thread: doorplate recognation
- Next by thread: Re: Matching points to a known grid
- Index(es):
Relevant Pages
|