04-01-2011 09:09 AM
I am making a program that takes pictures of coins and turns them into a 1bit image , is there any way to deal with coins that might overlap to see them as separate coins
Solved! Go to Solution.
04-04-2011 05:47 AM - edited 04-04-2011 05:47 AM
Hello alang,
Have you considered using IMAQdx, it contains software that is able to programtically determine edges of shapes etc. so you are able to process the images and determine the number of coins on the surface area.
04-04-2011 09:57 AM
Vision developmrnt monule contains some methods for this- one solution involve either a watershead transfomation to seperate opjects.