C# Class Emgu.CV.Structure.MIplImage

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
BorderConst0 int
BorderConst1 int
BorderConst2 int
BorderConst3 int
BorderMode0 int
BorderMode1 int
BorderMode2 int
BorderMode3 int
ID int
align int
alphaChannel int
channelSeq0 byte
channelSeq1 byte
channelSeq2 byte
channelSeq3 byte
colorModel0 byte
colorModel1 byte
colorModel2 byte
colorModel3 byte
dataOrder int
depth CvEnum.IPL_DEPTH
height int
imageData System.IntPtr
imageDataOrigin System.IntPtr
imageId System.IntPtr
imageSize int
maskROI System.IntPtr
nChannels int
nSize int
origin int
roi System.IntPtr
tileInfo System.IntPtr
width int
widthStep int

Property Details

BorderConst0 public_oe property

border const, ignored by OpenCV
public int BorderConst0
Résultat int

BorderConst1 public_oe property

border const, ignored by OpenCV
public int BorderConst1
Résultat int

BorderConst2 public_oe property

border const, ignored by OpenCV
public int BorderConst2
Résultat int

BorderConst3 public_oe property

border const, ignored by OpenCV
public int BorderConst3
Résultat int

BorderMode0 public_oe property

border completion mode, ignored by OpenCV
public int BorderMode0
Résultat int

BorderMode1 public_oe property

border completion mode, ignored by OpenCV
public int BorderMode1
Résultat int

BorderMode2 public_oe property

border completion mode, ignored by OpenCV
public int BorderMode2
Résultat int

BorderMode3 public_oe property

border completion mode, ignored by OpenCV
public int BorderMode3
Résultat int

ID public_oe property

version (=0)
public int ID
Résultat int

align public_oe property

Alignment of image rows (4 or 8). OpenCV ignores it and uses widthStep instead
public int align
Résultat int

alphaChannel public_oe property

ignored by OpenCV
public int alphaChannel
Résultat int

channelSeq0 public_oe property

ignored by OpenCV
public byte channelSeq0
Résultat byte

channelSeq1 public_oe property

ignored by OpenCV
public byte channelSeq1
Résultat byte

channelSeq2 public_oe property

ignored by OpenCV
public byte channelSeq2
Résultat byte

channelSeq3 public_oe property

ignored by OpenCV
public byte channelSeq3
Résultat byte

colorModel0 public_oe property

ignored by OpenCV
public byte colorModel0
Résultat byte

colorModel1 public_oe property

ignored by OpenCV
public byte colorModel1
Résultat byte

colorModel2 public_oe property

ignored by OpenCV
public byte colorModel2
Résultat byte

colorModel3 public_oe property

ignored by OpenCV
public byte colorModel3
Résultat byte

dataOrder public_oe property

0 - interleaved color channels, 1 - separate color channels. cvCreateImage can only create interleaved images
public int dataOrder
Résultat int

depth public_oe property

pixel depth in bits: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S, IPL_DEPTH_32S, IPL_DEPTH_32F and IPL_DEPTH_64F are supported
public CvEnum.IPL_DEPTH depth
Résultat CvEnum.IPL_DEPTH

height public_oe property

image height in pixels
public int height
Résultat int

imageData public_oe property

pointer to aligned image data
public IntPtr,System imageData
Résultat System.IntPtr

imageDataOrigin public_oe property

pointer to a very origin of image data (not necessarily aligned) - it is needed for correct image deallocation
public IntPtr,System imageDataOrigin
Résultat System.IntPtr

imageId public_oe property

ditto
public IntPtr,System imageId
Résultat System.IntPtr

imageSize public_oe property

image data size in bytes (=image->height*image->widthStep in case of interleaved data)
public int imageSize
Résultat int

maskROI public_oe property

must be NULL in OpenCV
public IntPtr,System maskROI
Résultat System.IntPtr

nChannels public_oe property

Most of OpenCV functions support 1,2,3 or 4 channels
public int nChannels
Résultat int

nSize public_oe property

sizeof(IplImage)
public int nSize
Résultat int

origin public_oe property

0 - top-left origin, 1 - bottom-left origin (Windows bitmaps style)
public int origin
Résultat int

roi public_oe property

image ROI. when it is not NULL, this specifies image region to process
public IntPtr,System roi
Résultat System.IntPtr

tileInfo public_oe property

ditto
public IntPtr,System tileInfo
Résultat System.IntPtr

width public_oe property

image width in pixels
public int width
Résultat int

widthStep public_oe property

size of aligned image row in bytes
public int widthStep
Résultat int