RLOFOpticalFlowParameterCrossSegmentationThreshold Property |
http://www.emgu.com
Color similarity threshold used by cross-based segmentation. Only used if supportRegionType is Cross. With the cross-bassed segmentation motion boundaries can be computed more accurately
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic int CrossSegmentationThreshold { get; set; }
Public Property CrossSegmentationThreshold As Integer
Get
Set
public:
property int CrossSegmentationThreshold {
int get ();
void set (int value);
}
member CrossSegmentationThreshold : int with get, set
Property Value
Type:
Int32
See Also