Compute all the contours on all the selected frames using all the available threads.
Syntax
int Fct_Contour_Compute(
unsigned int mode,
unsigned short o_x,
unsigned short o_y,
unsigned short o_z
) ;
Parameters
mode
Control the formation of the contour loops.
o_x, o_y, o_z
Sub-sampling in horizontal, vertical and depth direction. 1 mean no sub-sampling (each pixel is used).
Return value
This function return 1.
Remarks
The function will use the multi-thread dispatching mechanism to start the Fct_Contour_Create function for all selected frames.
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
Computing the contours in the shell_ctrl.cpp file of the "Shell_TomoVision" module.
See also