C# Class AForge.Imaging.Filters.Opening

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

Méthodes publiques

Méthode 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 méthode

public Apply ( Bitmap image ) : Bitmap
image Bitmap
Résultat Bitmap

Apply() public méthode

public Apply ( BitmapData imageData ) : Bitmap
imageData BitmapData
Résultat Bitmap

Apply() public méthode

public Apply ( UnmanagedImage image ) : UnmanagedImage
image UnmanagedImage
Résultat UnmanagedImage

Apply() public méthode

public Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void
sourceImage UnmanagedImage
destinationImage UnmanagedImage
Résultat void

ApplyInPlace() public méthode

public ApplyInPlace ( Bitmap image ) : void
image Bitmap
Résultat void

ApplyInPlace() public méthode

public ApplyInPlace ( Bitmap image, Rectangle rect ) : void
image Bitmap
rect Rectangle
Résultat void

ApplyInPlace() public méthode

public ApplyInPlace ( BitmapData imageData ) : void
imageData BitmapData
Résultat void

ApplyInPlace() public méthode

public ApplyInPlace ( BitmapData imageData, Rectangle rect ) : void
imageData BitmapData
rect Rectangle
Résultat void

ApplyInPlace() public méthode

public ApplyInPlace ( UnmanagedImage image ) : void
image UnmanagedImage
Résultat void

ApplyInPlace() public méthode

public ApplyInPlace ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage
rect Rectangle
Résultat void

Opening() public méthode

public Opening ( ) : AForge.Imaging
Résultat AForge.Imaging

Opening() public méthode

public Opening ( ].short[ se ) : AForge.Imaging
se ].short[
Résultat AForge.Imaging