C# Class SuperImageEvolver.RGBEvaluator

Inheritance: IEvaluator
Datei anzeigen Open project: fragmer/SuperImageEvolver

Public Methods

Method Description
CalculateDivergence ( Bitmap testImage, DNA dna, TaskState state, double maxAcceptableDivergence ) : double
Initialize ( TaskState state ) : void
RGBEvaluator ( ) : System
RGBEvaluator ( bool smooth ) : System

Private Methods

Method Description
ICloneable ( ) : object
IModule ( NBTag tag ) : void

Method Details

CalculateDivergence() public method

public CalculateDivergence ( Bitmap testImage, DNA dna, TaskState state, double maxAcceptableDivergence ) : double
testImage System.Drawing.Bitmap
dna DNA
state TaskState
maxAcceptableDivergence double
return double

Initialize() public method

public Initialize ( TaskState state ) : void
state TaskState
return void

RGBEvaluator() public method

public RGBEvaluator ( ) : System
return System

RGBEvaluator() public method

public RGBEvaluator ( bool smooth ) : System
smooth bool
return System