Click or drag to resize

MapTColor, TDepth Properties

http://www.emgu.com

The MapTColor, TDepth generic type exposes the following members.

Properties
  NameDescription
Public propertyArea
Get the area of this map as a rectangle
Public propertyBytes
Get or Set an Array of bytes that represent the data in this array
(Inherited from CvArrayTDepth.)
Public propertyCols
The number of cols for this array
(Inherited from CvArrayTDepth.)
Public propertyData
Get or Set the data for this matrix. The Get function has O(1) complexity. The Set function make a copy of the data
(Inherited from ImageTColor, TDepth.)
Public propertyHeight
Get the height (Rows) of the cvArray. If ROI is set, the height of the ROI
(Inherited from CvArrayTDepth.)
Public propertyIsROISet
Indicates if the region of interest has been set
(Inherited from ImageTColor, TDepth.)
Public propertyItemPoint
Get or Set the color in the location
(Inherited from ImageTColor, TDepth.)
Public propertyItemInt32
Get or Set the specific channel of the current image. For Get operation, a copy of the specific channel is returned. For Set operation, the specific channel is copied to this image.
(Inherited from ImageTColor, TDepth.)
Public propertyItemInt32, Int32
Get or Set the color in the rowth row (y direction) and columnth column (x direction)
(Inherited from ImageTColor, TDepth.)
Public propertyManagedArray
Get the underneath managed array
(Inherited from ImageTColor, TDepth.)
Public propertyMat
Get the Mat header that represent this CvArr
(Inherited from CvArrayTDepth.)
Public propertyMIplImage
The IplImage structure
(Inherited from ImageTColor, TDepth.)
Public propertyNorm
The norm of this Array
(Inherited from CvArrayTDepth.)
Public propertyNumberOfChannels
Get the number of channels for this image
(Inherited from ImageTColor, TDepth.)
Public propertyPtr
The pointer to the internal structure
(Inherited from CvArrayTDepth.)
Public propertyResolution
Get the resolution of this map as a 2D point
Public propertyROI
Get or Set the region of interest for this map. To clear the ROI, set it to System.Drawing.RectangleF.Empty
Public propertyRows
The number of rows for this array
(Inherited from CvArrayTDepth.)
Public propertySerializationCompressionRatio
Get or set the Compression Ratio for serialization. A number between 0 - 9. 0 means no compression at all, while 9 means best compression
(Inherited from CvArrayTDepth.)
Public propertySize
Get the size of the array
(Inherited from ImageTColor, TDepth.)
Public propertyTrace
Sum of diagonal elements of the matrix
(Inherited from CvArrayTDepth.)
Public propertyWidth
Get the width (Cols) of the cvArray. If ROI is set, the width of the ROI
(Inherited from CvArrayTDepth.)
Top
See Also