11-09-2010 04:27 AM - edited 11-09-2010 04:29 AM
Hi everyone, I need you advice and help if possible.
The purpose of my aplication is to count and evaluate the amount of euro cents on a picture. I will use radius and surface.
I have a library of pictures of each coin.
On the left, you can see what type of pictures I have to process.
On labview 2009, I use the IMAQ Module to do this operation. I give you my Vi.
The problem is that i can't operate on RGB picture. first I have to convert it to grayscale then binary.
I can't find a way to resolve it.
Do you have any suggestion ?
Thanks in advance !
Ben
Solved! Go to Solution.
11-09-2010 05:10 AM
06-03-2014 04:34 PM
How I convert RGB to Grayscale image without using the IMAQ or vision Development module.
06-03-2014 05:00 PM
Use color to RGB. Then google for formulas on how to convert the color components to grayscale.