C# 클래스 Accord.Imaging.Filters.FeaturesMarker

Filter to mark (highlight) feature points in a image.

The filter highlights feature points on the image using a given set of points.

The filter accepts 8 bpp grayscale and 24 color images for processing.

파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
FeaturesMarker ( ) : System.Drawing

Initializes a new instance of the FeaturesMarker class.

FeaturesMarker ( IEnumerable points ) : System.Drawing

Initializes a new instance of the FeaturesMarker class.

FeaturesMarker ( IEnumerable points, double scale ) : System.Drawing

Initializes a new instance of the FeaturesMarker class.

FeaturesMarker ( IEnumerable points ) : System.Drawing

Initializes a new instance of the FeaturesMarker class.

FeaturesMarker ( IEnumerable points, double scale ) : System.Drawing

Initializes a new instance of the FeaturesMarker class.

보호된 메소드들

메소드 설명
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

비공개 메소드들

메소드 설명
init ( IEnumerable points ) : void

메소드 상세

FeaturesMarker() 공개 메소드

Initializes a new instance of the FeaturesMarker class.
public FeaturesMarker ( ) : System.Drawing
리턴 System.Drawing

FeaturesMarker() 공개 메소드

Initializes a new instance of the FeaturesMarker class.
public FeaturesMarker ( IEnumerable points ) : System.Drawing
points IEnumerable
리턴 System.Drawing

FeaturesMarker() 공개 메소드

Initializes a new instance of the FeaturesMarker class.
public FeaturesMarker ( IEnumerable points, double scale ) : System.Drawing
points IEnumerable
scale double
리턴 System.Drawing

FeaturesMarker() 공개 메소드

Initializes a new instance of the FeaturesMarker class.
public FeaturesMarker ( IEnumerable points ) : System.Drawing
points IEnumerable
리턴 System.Drawing

FeaturesMarker() 공개 메소드

Initializes a new instance of the FeaturesMarker class.
public FeaturesMarker ( IEnumerable points, double scale ) : System.Drawing
points IEnumerable
scale double
리턴 System.Drawing

ProcessFilter() 보호된 메소드

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData UnmanagedImage Source image data.
destinationData UnmanagedImage Destination image data.
리턴 void