Operators |
get_stereo_model_object_model_3d — Get intermediate 3D object model of a stereo reconstruction
get_stereo_model_object_model_3d( : : StereoModelID, GenParamName : ObjectModel3D)
With the operator get_stereo_model_object_model_3d it is possible to get a 3D object model ObjectModel3D that was reconstructed with reconstruct_surface_stereo as an intermediate result using the method='surface_fusion' . The returned object model is equal to the result of reconstruct_surface_stereo using method='surface_pairwise' .
For this, a call to get_stereo_model_object_model_3d has to be performed using the value 'm3d_pairwise' for the parameter GenParamName. It should be noted that the model can only be queried if the 'persistence' mode for the stereo model (see set_stereo_model_param) is enabled before performing the reconstruction. Furthermore the object model can only be queried if the stereo model has been created using the method='surface_fusion' . Otherwise, an error is returned. If no object model has been created, the operator returns -1.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
Handle des Stereomodells.
Namen der Modellparameter.
List of values: 'm3d_pairwise'
Werte der Modellparameter.
reconstruct_surface_stereo, set_stereo_model_param
3D Metrology
Operators |