C# Class AForge.Imaging.Filters.EuclideanColorFiltering

EuclideanColorFiltering
Inheritance: IFilter
Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Methods

Method Description
EuclideanColorFiltering ( ) : System

Initializes a new instance of the EuclideanColorFiltering class.

EuclideanColorFiltering ( RGB center, short radius ) : System

Initializes a new instance of the EuclideanColorFiltering class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

EuclideanColorFiltering() public method

Initializes a new instance of the EuclideanColorFiltering class.
public EuclideanColorFiltering ( ) : System
return System

EuclideanColorFiltering() public method

Initializes a new instance of the EuclideanColorFiltering class.
public EuclideanColorFiltering ( RGB center, short radius ) : System
center RGB RGB sphere's center.
radius short RGB sphere's radius.
return System

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
return void