C# Class AForge.Imaging.Filters.Opening

Opening operator from Mathematical Morphology
Inheritance: IFilter
Show file Open project: siddhesh-vartak98/Fire-Detection-Using-Infrared-Images Class Usage Examples

Public Methods

Method Description
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

Method Details

Apply() public method

public Apply ( Bitmap image ) : Bitmap
image Bitmap
return Bitmap

Apply() public method

public Apply ( BitmapData imageData ) : Bitmap
imageData BitmapData
return Bitmap

Apply() public method

public Apply ( UnmanagedImage image ) : UnmanagedImage
image UnmanagedImage
return UnmanagedImage

Apply() public method

public Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void
sourceImage UnmanagedImage
destinationImage UnmanagedImage
return void

ApplyInPlace() public method

public ApplyInPlace ( Bitmap image ) : void
image Bitmap
return void

ApplyInPlace() public method

public ApplyInPlace ( Bitmap image, Rectangle rect ) : void
image Bitmap
rect Rectangle
return void

ApplyInPlace() public method

public ApplyInPlace ( BitmapData imageData ) : void
imageData BitmapData
return void

ApplyInPlace() public method

public ApplyInPlace ( BitmapData imageData, Rectangle rect ) : void
imageData BitmapData
rect Rectangle
return void

ApplyInPlace() public method

public ApplyInPlace ( UnmanagedImage image ) : void
image UnmanagedImage
return void

ApplyInPlace() public method

public ApplyInPlace ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage
rect Rectangle
return void

Opening() public method

public Opening ( ) : AForge.Imaging
return AForge.Imaging

Opening() public method

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