serialize_ocvT_serialize_ocvSerializeOcvSerializeOcv (Operator)
Name
serialize_ocvT_serialize_ocvSerializeOcvSerializeOcv
— Serialize an OCV tool.
Signature
Description
serialize_ocvserialize_ocvSerializeOcvSerializeOcvSerializeOcv
serializes the data of an OCV tool (see
fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItem
for an introduction of the basic
principle of serialization). The same data that is written in a
file by write_ocvwrite_ocvWriteOcvWriteOcvWriteOcv
is converted to a serialized item.
The OCV tool is defined by the handle OCVHandleOCVHandleOCVHandleOCVHandleOCVHandle
. The
serialized OCV tool is returned by the handle
SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandle
and can be deserialized by
deserialize_ocvdeserialize_ocvDeserializeOcvDeserializeOcvDeserializeOcv
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
OCVHandleOCVHandleOCVHandleOCVHandleOCVHandle
(input_control) ocv →
HOCV, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the OCV tool.
SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandle
(output_control) serialized_item →
HSerializedItem, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the serialized item.
Result
If the parameters are valid, the operator
serialize_ocvserialize_ocvSerializeOcvSerializeOcvSerializeOcv
returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Possible Predecessors
traind_ocv_projtraind_ocv_projTraindOcvProjTraindOcvProjTraindOcvProj
Possible Successors
fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItem
,
send_serialized_itemsend_serialized_itemSendSerializedItemSendSerializedItemSendSerializedItem
,
deserialize_ocvdeserialize_ocvDeserializeOcvDeserializeOcvDeserializeOcv
Module
OCR/OCV