CaptureFlipHorizontal Property |
http://www.emgu.com
Get or Set if the captured image should be flipped horizontally
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool FlipHorizontal { get; set; }
Public Property FlipHorizontal As Boolean
Get
Set
public:
property bool FlipHorizontal {
bool get ();
void set (bool value);
}
member FlipHorizontal : bool with get, set
Property Value
Type:
Boolean
See Also