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 |
public Apply ( BitmapData imageData ) : Bitmap | ||
imageData | BitmapData | |
return | Bitmap |
public Apply ( UnmanagedImage image ) : UnmanagedImage | ||
image | UnmanagedImage | |
return | UnmanagedImage |
public Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void | ||
sourceImage | UnmanagedImage | |
destinationImage | UnmanagedImage | |
return | void |
public ApplyInPlace ( Bitmap image, Rectangle rect ) : void | ||
image | Bitmap | |
rect | Rectangle | |
return | void |
public ApplyInPlace ( BitmapData imageData ) : void | ||
imageData | BitmapData | |
return | void |
public ApplyInPlace ( BitmapData imageData, Rectangle rect ) : void | ||
imageData | BitmapData | |
rect | Rectangle | |
return | void |
public ApplyInPlace ( UnmanagedImage image ) : void | ||
image | UnmanagedImage | |
return | void |
public ApplyInPlace ( UnmanagedImage image, Rectangle rect ) : void | ||
image | UnmanagedImage | |
rect | Rectangle | |
return | void |
public Opening ( ].short[ se ) : AForge.Imaging | ||
se | ].short[ | |
return | AForge.Imaging |