C# 클래스 AForge.Imaging.Filters.Opening

Opening operator from Mathematical Morphology
상속: IFilter
파일 보기 프로젝트 열기: siddhesh-vartak98/Fire-Detection-Using-Infrared-Images 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( Bitmap image ) : Bitmap
Apply ( BitmapData imageData ) : Bitmap
Apply ( UnmanagedImage image ) : UnmanagedImage
Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void
ApplyInPlace ( Bitmap image ) : void
ApplyInPlace ( Bitmap image, Rectangle rect ) : void
ApplyInPlace ( BitmapData imageData ) : void
ApplyInPlace ( BitmapData imageData, Rectangle rect ) : void
ApplyInPlace ( UnmanagedImage image ) : void
ApplyInPlace ( UnmanagedImage image, Rectangle rect ) : void
Opening ( ) : AForge.Imaging
Opening ( ].short[ se ) : AForge.Imaging

메소드 상세

Apply() 공개 메소드

public Apply ( Bitmap image ) : Bitmap
image Bitmap
리턴 Bitmap

Apply() 공개 메소드

public Apply ( BitmapData imageData ) : Bitmap
imageData BitmapData
리턴 Bitmap

Apply() 공개 메소드

public Apply ( UnmanagedImage image ) : UnmanagedImage
image UnmanagedImage
리턴 UnmanagedImage

Apply() 공개 메소드

public Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void
sourceImage UnmanagedImage
destinationImage UnmanagedImage
리턴 void

ApplyInPlace() 공개 메소드

public ApplyInPlace ( Bitmap image ) : void
image Bitmap
리턴 void

ApplyInPlace() 공개 메소드

public ApplyInPlace ( Bitmap image, Rectangle rect ) : void
image Bitmap
rect Rectangle
리턴 void

ApplyInPlace() 공개 메소드

public ApplyInPlace ( BitmapData imageData ) : void
imageData BitmapData
리턴 void

ApplyInPlace() 공개 메소드

public ApplyInPlace ( BitmapData imageData, Rectangle rect ) : void
imageData BitmapData
rect Rectangle
리턴 void

ApplyInPlace() 공개 메소드

public ApplyInPlace ( UnmanagedImage image ) : void
image UnmanagedImage
리턴 void

ApplyInPlace() 공개 메소드

public ApplyInPlace ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage
rect Rectangle
리턴 void

Opening() 공개 메소드

public Opening ( ) : AForge.Imaging
리턴 AForge.Imaging

Opening() 공개 메소드

public Opening ( ].short[ se ) : AForge.Imaging
se ].short[
리턴 AForge.Imaging