Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

Can anyone help me to implement an image registration program using C#. The input is a polygon shape in 2D sketch images. I really appreciate for the help.

1. Read the input image.
2. Run the image registration to match the reference image with the target image.
3. Select only the selected shape and remove the others.

Thanks
Aznimah
Posted
Updated 26-Apr-10 17:51pm
v2
Comments
Anna_Abb 30-May-10 18:16pm    
Reason for my vote of 1
Hi
is it possiple to creat prototype model. my be the resurcher can develope it later.

1 solution

Do you mean that you want source code to do this ? Recognising if two pictures are of the same thing, when they are not the EXACT same image, is incredibly complex. Answering this question is well outside the scope of a forum reply. I suggest you search the web, your best possible outcome IMO would be if you found some incredibly complex maths online and had to write the code yourself to implement those formulas. Your greatest chance of success would be to have thousands of dollars to spend and to find a commercial library that does what you want.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900