C# 클래스 Accord.Imaging.Moments.RawMoments

Raw image moments.
상속: IMoments
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( UnmanagedImage image, Rectangle area ) : void

Computes the raw moments for the specified image.

Compute ( float image, Rectangle area ) : void

Computes the raw moments for the specified image.

RawMoments ( Bitmap image, Rectangle area, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( Bitmap image, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( UnmanagedImage image, Rectangle area, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( UnmanagedImage image, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( float image, Rectangle area, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( float image, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

보호된 메소드들

메소드 설명
Reset ( ) : void

Resets all moments to zero.

비공개 메소드들

메소드 설명
Compute ( float image, Rectangle area, bool secondOrder ) : void

메소드 상세

Compute() 공개 메소드

Computes the raw moments for the specified image.
public Compute ( UnmanagedImage image, Rectangle area ) : void
image AForge.Imaging.UnmanagedImage The image.
area System.Drawing.Rectangle The region of interest in the image to compute moments for.
리턴 void

Compute() 공개 메소드

Computes the raw moments for the specified image.
public Compute ( float image, Rectangle area ) : void
image float The image.
area System.Drawing.Rectangle The region of interest in the image to compute moments for.
리턴 void

RawMoments() 공개 메소드

Initializes a new instance of the Moments class.
public RawMoments ( Bitmap image, Rectangle area, int order = DefaultOrder ) : System
image System.Drawing.Bitmap
area System.Drawing.Rectangle
order int
리턴 System

RawMoments() 공개 메소드

Initializes a new instance of the Moments class.
public RawMoments ( Bitmap image, int order = DefaultOrder ) : System
image System.Drawing.Bitmap
order int
리턴 System

RawMoments() 공개 메소드

Initializes a new instance of the Moments class.
public RawMoments ( UnmanagedImage image, Rectangle area, int order = DefaultOrder ) : System
image AForge.Imaging.UnmanagedImage
area System.Drawing.Rectangle
order int
리턴 System

RawMoments() 공개 메소드

Initializes a new instance of the Moments class.
public RawMoments ( UnmanagedImage image, int order = DefaultOrder ) : System
image AForge.Imaging.UnmanagedImage
order int
리턴 System

RawMoments() 공개 메소드

Initializes a new instance of the Moments class.
public RawMoments ( float image, Rectangle area, int order = DefaultOrder ) : System
image float
area System.Drawing.Rectangle
order int
리턴 System

RawMoments() 공개 메소드

Initializes a new instance of the Moments class.
public RawMoments ( float image, int order = DefaultOrder ) : System
image float
order int
리턴 System

RawMoments() 공개 메소드

Initializes a new instance of the Moments class.
public RawMoments ( int order = DefaultOrder ) : System
order int
리턴 System

Reset() 보호된 메소드

Resets all moments to zero.
protected Reset ( ) : void
리턴 void