LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create character set file

Hello everyone. I would like to know how to create my character set file, OCR required for analysis.
Thanks
0 Kudos
Message 1 of 14
(7,047 Views)

What are you talking about?

 

Please provide more details as to what you're trying to do. What version of LabVIEW? Are you using specific tookits?

0 Kudos
Message 2 of 14
(7,045 Views)

Ok, as far as it seems, he is using Vision since OCR is Optical Character Recognition which is provided with IMAQ.

But you should provide more informationb for us in order to help you!

 

Note: You can "train" certain characters and export that to a file (for instance by using IMAQ OCR Write Character Set File VI)

Later on, you can import that set by the appropriate Read File VI.....

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 14
(7,032 Views)
Hola. Estoy utilizando una webcam usb con IMAQ, quiero utilizar las herramientas OCR de Labview para analisis. He trabajado con Pattern Matching. Utilizo Labview 8.5
0 Kudos
Message 4 of 14
(7,024 Views)
Hello. I am using a usb webcam with IMAQ, I want to use Labview OCR tools for analysis. I have worked with Pattern Matching. I use LabVIEW 8.5
0 Kudos
Message 5 of 14
(7,023 Views)

You need the Vision Development Module for OCR. If you have this, please refer to the help of the OCR functions. If you do not have it, i suppose that it is less cost intensive for you to purchase the module instead of reprogramming the functions......

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 6 of 14
(7,012 Views)
Thanks for the replies. I have already installed the Vision Development Module, I have reviewed the example of OCR and would like to know how to create that file.
0 Kudos
Message 7 of 14
(6,998 Views)

Here is one easy way. Actually i create it like this everytime.

 

1. Open vision assistant

2. Select identification--> OCR/OCV

3. Select new character set file.

4. Now selct the character you will see ????.

5. Train the characters.

6. Check for consistency

 

Note : You can also play with the settings

 

7. Create a labview vi from vision assistant.

 

 

Message 8 of 14
(6,964 Views)
Hello everyone. I would like to help me, show me how to create an image of 8 bits to use in OCR. When testing, VISION Asistant requires that images for training are of 8 bits.
Thank you.
0 Kudos
Message 9 of 14
(6,942 Views)
Load the image Use Color image-->Extract color plane-->Extract luminance.
0 Kudos
Message 10 of 14
(6,936 Views)