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