serialize_descriptor_model — Serialize a descriptor model.
serialize_descriptor_model( : : ModelID : SerializedItemHandle)
serialize_descriptor_model serializes the data of a descriptor
model (see fwrite_serialized_item for an introduction of the
basic principle of serialization). The same data that is written
in a file by write_descriptor_model is converted to a serialized
item. The descriptor model is defined by the handle
ModelID. The serialized descriptor model is returned by the
handle SerializedItemHandle and can be deserialized by
deserialize_descriptor_model.
ModelID (input_control) descriptor_model → (handle)
Handle of a model to be saved.
SerializedItemHandle (output_control) serialized_item → (handle)
序列化项的句柄。
如果参数均有效,算子
serialize_descriptor_model 返回值 2 (
H_MSG_TRUE)
.
如有必要,将引发异常。
points_lepetit,
create_uncalib_descriptor_model,
create_calib_descriptor_model
fwrite_serialized_item,
send_serialized_item,
deserialize_descriptor_model
create_uncalib_descriptor_model,
create_calib_descriptor_model
Matching