close_ocr_net ( : : NetId : )

Deallocation of the memory of an OCR-network.

The operator close_ocr_net deallocates the memory of the network having the number NetId. Hereby all corresponding data will be deleted. However, if necessary, they can be saved in advance using the operator write_ocr_net. The number NetId will be invalid after the call; but later the system can use it again for new networks.


Attention

All data of the network will be deleted in the main memory (not on the hard disk).


Parameters

NetId (input_control)
integer -> integer
ID of the OCR network to be deleted.
Default value: 'integer'


Result

If the parameter NetId is valid, the operator close_ocr_net returns the value TRUE. Otherwise an exception will be raised.


Possible Predecessors

write_ocr_trainf


Possible Successors

read_ocr_net, create_ocr_net


See also

create_ocr_net



Copyright © 1996-1997 MVTec Software GmbH