Gets/sets the expected height of the cylinder to find.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
public virtual double Height { get; set; }public virtual double Height { get; set; }Public Overridable Property Height As Double
Get
Set
Public Overridable Property Height As Double
Get
Set
public:
virtual property double Height {
double get ();
void set (double value);
}public:
virtual property double Height {
double get ();
void set (double value);
}Property Value
Type:
Double
The expected height of the cylinder to find.
If FitMode is
Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresUseSpecifiedRaiusAndHeight,
then Execute() will use this specified height. If FitMode is
Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresComputeRadiusAndHeight,
then Execute() will ignore this specified height.