serialize_deformable_model — Serialize a deformable model.
serialize_deformable_model( : : ModelID : SerializedItemHandle)
serialize_deformable_model serializes the data of a deformable
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_deformable_model is converted to a serialized
item. The deformable model is defined by the handle
ModelID. The serialized deformable model is returned by the
handle SerializedItemHandle and can be deserialized
by deserialize_deformable_model.
ModelID (input_control) deformable_model → (handle)
Handle of a model to be saved.
SerializedItemHandle (output_control) serialized_item → (handle)
序列化项的句柄。
如果参数均有效,算子
serialize_deformable_model 返回值 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
create_planar_uncalib_deformable_model,
create_planar_calib_deformable_model,
create_local_deformable_model
fwrite_serialized_item,
send_serialized_item,
deserialize_deformable_model
Matching