StitcherPanoConfidenceThresh Property |
http://www.emgu.com
Get or set the pano confidence threshold
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic double PanoConfidenceThresh { get; set; }
Public Property PanoConfidenceThresh As Double
Get
Set
public:
property double PanoConfidenceThresh {
double get ();
void set (double value);
}
member PanoConfidenceThresh : float with get, set
Property Value
Type:
Double
See Also