MapTColor, TDepthResolution Property |
http://www.emgu.com
Get the resolution of this map as a 2D point
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic PointF Resolution { get; }
Public ReadOnly Property Resolution As PointF
Get
public:
property PointF^ Resolution {
PointF^ get ();
}
member Resolution : PointF with get
Property Value
Type:
PointF
See Also