C# 클래스 µ.Vision.µImage

파일 보기 프로젝트 열기: AndrDm/uImage 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_image OpenCvSharp.Mat

공개 메소드들

메소드 설명
Dilate_Demo ( µImage source, µImage destination ) : void
GetPixelValue ( µImage image, Int32 column, Int32 row ) : Int32
Median_Demo ( µImage source, µImage destination ) : void
Threshold_Demo ( µImage source, µImage destination ) : void
µCopy ( µImage source, µImage destination ) : void
µGetMax ( µImage source ) : double
µGetMin ( µImage source ) : double
µHistogram ( µImage source, Array hist_array ) : void
µImage ( ) : System

Creates a new image.

µImage ( ImageType type ) : System

Creates a new image.

µImage ( ImageType type, Int32 width, Int32 height ) : System
µLineProfile ( µImage source, Point pt1, Point pt2, List &Profile, double &Average ) : void

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 ( µImage source, Point pt1, Point pt2, double &minVal, double &maxVal ) : void
µROItoMask ( ROIDescriptor rOI, µImage mask ) : void
µReadFile ( µImage destination, string fileName ) : void

Reads an image file.

메소드 상세

Dilate_Demo() 공개 정적인 메소드

public static Dilate_Demo ( µImage source, µImage destination ) : void
source µImage
destination µImage
리턴 void

GetPixelValue() 공개 정적인 메소드

public static GetPixelValue ( µImage image, Int32 column, Int32 row ) : Int32
image µImage
column Int32
row Int32
리턴 Int32

Median_Demo() 공개 정적인 메소드

public static Median_Demo ( µImage source, µImage destination ) : void
source µImage
destination µImage
리턴 void

Threshold_Demo() 공개 정적인 메소드

public static Threshold_Demo ( µImage source, µImage destination ) : void
source µImage
destination µImage
리턴 void

µCopy() 공개 정적인 메소드

public static µCopy ( µImage source, µImage destination ) : void
source µImage
destination µImage
리턴 void

µGetMax() 공개 정적인 메소드

public static µGetMax ( µImage source ) : double
source µImage
리턴 double

µGetMin() 공개 정적인 메소드

public static µGetMin ( µImage source ) : double
source µImage
리턴 double

µHistogram() 공개 정적인 메소드

public static µHistogram ( µImage source, Array hist_array ) : void
source µImage
hist_array Array
리턴 void

µImage() 공개 메소드

Creates a new image.
public µImage ( ) : System
리턴 System

µImage() 공개 메소드

Creates a new image.
public µImage ( ImageType type ) : System
type ImageType The of the image.
리턴 System

µImage() 공개 메소드

public µImage ( ImageType type, Int32 width, Int32 height ) : System
type ImageType
width Int32
height Int32
리턴 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.
public static µLineProfile ( µImage source, Point pt1, Point pt2, List &Profile, double &Average ) : void
source µImage /// 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
리턴 void

µMinMax() 공개 정적인 메소드

public static µMinMax ( µImage source, Point pt1, Point pt2, double &minVal, double &maxVal ) : void
source µImage
pt1 Point
pt2 Point
minVal double
maxVal double
리턴 void

µROItoMask() 공개 정적인 메소드

public static µROItoMask ( ROIDescriptor rOI, µImage mask ) : void
rOI ROIDescriptor
mask µImage
리턴 void

µReadFile() 공개 정적인 메소드

Reads an image file.
public static µReadFile ( µImage destination, string fileName ) : void
destination µImage
fileName string The path of the file to read.
리턴 void

프로퍼티 상세

_image 공개적으로 프로퍼티

public OpenCvSharp.Mat _image
리턴 OpenCvSharp.Mat