StitcherSeamEstimationResol Property |
http://www.emgu.com
Get or Set the seam estimation resolution
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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