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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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