05-14-2007 06:12 AM
05-15-2007 11:02 AM - edited 05-15-2007 11:02 AM
Hello ds.raikkonen,
If you are trying to read two different lines of text, you should be able to
create two distinct ROIs and perform an OCR on each. You can also look at
the OCR examples that come shipped with Vision in the LabVIEW Example Finder by
searching for "OCR". In regards to the RGB images, there are a
couple of Vision functions in LabVIEW that you should be able to use. I
would suggest looking into either the "IMAQ Color Treshold" VI which
applies a threshold to the three planes of an RGB or HSL image and places the
result into an 8-bit image or the "IMAQ ExtractColorPlanes" VI which
extracts the three planes (RGB, HSL, HSV, or HSI) from an image. You can
then set the image type of the planes to be 8-bit which should suffice.
There is more detailed information regarding these functions available in
LabVIEW VI Reference Help. Please let us know if you would like further
clarification or assistance regarding this issue.
Vu
Message Edited by Vudoo on 05-15-2007 11:06 AM
05-15-2007 11:38 PM
05-16-2007 06:02 PM - edited 05-16-2007 06:02 PM
Message Edited by Vudoo on 05-16-2007 06:03 PM
05-17-2007 04:00 AM
05-17-2007 04:12 AM
05-18-2007 07:58 AM - edited 05-18-2007 07:58 AM
To answer your second question, if you look at the context help for the "Write to Spreadsheet" function in LabVIEW (open the help with Ctrl+H), you should see an input for "append to file?". By default, as it shows, this value is set to false which creates a new file each time this function is called. If you wire a true boolean constant to that input instead, you can append to the file that you declare. This is explained in the detailed help for this VI. Again, I would suggest utilitizing the LabVIEW Reference Help and our online documents for questions as these are both very useful resources.
Message Edited by Vudoo on 05-18-2007 08:01 AM
05-23-2007 04:45 AM - edited 05-23-2007 04:45 AM
Message Edited by ds.raikkonen on 05-23-2007 04:48 AM
05-24-2007 10:19 AM
05-25-2007 02:33 AM