Get a copy of the map in the specific area
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Map<TColor, TDepth> Copy( RectangleF area ) |
Visual Basic (Declaration) |
---|
Public Function Copy ( _ area As RectangleF _ ) As Map(Of TColor, TDepth) |
Visual C++ |
---|
public: Map<TColor, TDepth>^ Copy( RectangleF area ) |
Parameters
- area
- Type: System.Drawing..::.RectangleF
the area of the map to be retrieve