info_ocr_net ( : : NetId : WidthPattern, HeightPattern, Interpolation, WidthMaxChar, HeightMaxChar, Features, HiddenLayer, Error, Character )
Information on an OCR network.
The operator info_ocr_net returns all the
static data of the OCR-network.
The parameters are equivalent to those of create_ocr_net.
The parameters WidthMaxChar and HeightMaxChar
indicate the extension of the largest trained character.
These values can be used to control the segmentation.
Parameters
NetId (input_control)
|
integer -> integer
|
ID of the OCR network. |
Default value: 'integer' |
WidthPattern (output_control)
|
integer -> integer
|
Width of the input layer of the network. |
HeightPattern (output_control)
|
integer -> integer
|
Height of the input layer of the network. |
Interpolation (output_control)
|
integer -> integer
|
Interpolation mode concerning the zooming of the
image to the network. |
WidthMaxChar (output_control)
|
integer -> integer
|
Width of the largest character of the set. |
HeightMaxChar (output_control)
|
integer -> integer
|
Height of the largest character of the set. |
Features (output_control)
|
string -> string
|
Additional features. |
HiddenLayer (output_control)
|
integer-array -> integer
|
Number of the hidden layers of the feed forward network. |
Error (output_control)
|
real -> real
|
Network error. |
Character (output_control)
|
string-array -> string
|
All characters of the set. |
Result
The operator info_ocr_net returns always the value TRUE.
Possible Predecessors
read_ocr_net,
create_ocr_net
Possible Successors
write_ocr_net
Copyright © 1996-1997 MVTec Software GmbH