Property | Type | Description | |
---|---|---|---|
_image | OpenCvSharp.Mat |
Method | Description | |
---|---|---|
Dilate_Demo ( |
||
GetPixelValue ( |
||
Median_Demo ( |
||
Threshold_Demo ( |
||
µCopy ( |
||
µGetMax ( |
||
µGetMin ( |
||
µHistogram ( |
||
µImage ( ) : System |
Creates a new image.
|
|
µImage ( ImageType type ) : System |
Creates a new image.
|
|
µImage ( ImageType type, Int32 width, Int32 height ) : System | ||
µLineProfile ( |
Computes the profile of a line of pixels. This method returns other information such as pixel averages. Use this method with U8 and U16 images. |
|
µMinMax ( |
||
µROItoMask ( ROIDescriptor rOI, |
||
µReadFile ( |
Reads an image file.
|
public static Dilate_Demo ( |
||
source | ||
destination | ||
return | void |
public static GetPixelValue ( |
||
image | ||
column | Int32 | |
row | Int32 | |
return | Int32 |
public static Median_Demo ( |
||
source | ||
destination | ||
return | void |
public static Threshold_Demo ( |
||
source | ||
destination | ||
return | void |
public static µCopy ( |
||
source | ||
destination | ||
return | void |
public static µGetMax ( |
||
source | ||
return | double |
public static µGetMin ( |
||
source | ||
return | double |
public static µHistogram ( |
||
source | ||
hist_array | Array | |
return | void |
public µImage ( ImageType type ) : System | ||
type | ImageType | The |
return | System |
public µImage ( ImageType type, Int32 width, Int32 height ) : System | ||
type | ImageType | |
width | Int32 | |
height | Int32 | |
return | System |
public static µLineProfile ( |
||
source | /// The image on which the method computes the line profile. /// | |
pt1 | Point | /// The start point the line along which the method computes the profile. /// |
pt2 | Point | /// The end point the line along which the method computes the profile. /// |
Profile | List | |
Average | double | |
return | void |
public static µMinMax ( |
||
source | ||
pt1 | Point | |
pt2 | Point | |
minVal | double | |
maxVal | double | |
return | void |
public static µROItoMask ( ROIDescriptor rOI, |
||
rOI | ROIDescriptor | |
mask | ||
return | void |
public static µReadFile ( |
||
destination | ||
fileName | string | The path of the file to read. |
return | void |