C# Class Features.BitExact

Show file Open project: esheleg/PhotoSelect Class Usage Examples

Protected Properties

Property Type Description
results BitExactRes

Public Methods

Method Description
BitExact ( ImageInfo images ) : System
equalImages ( int first, int second ) : void
equalImagesFast ( int first, int second ) : bool
run ( ) : void
setImages ( ImageInfo images ) : void

Private Methods

Method Description
AddToResult ( int i, int j ) : void
checkPropotion ( double prop, double wantedProp ) : bool
initResults ( ) : void
setPropotion ( ) : void
similarSizes ( ImageInfo &first, ImageInfo &second, int i, int j ) : int

Method Details

BitExact() public method

public BitExact ( ImageInfo images ) : System
images ImageInfo
return System

equalImages() public method

public equalImages ( int first, int second ) : void
first int
second int
return void

equalImagesFast() public method

public equalImagesFast ( int first, int second ) : bool
first int
second int
return bool

run() public method

public run ( ) : void
return void

setImages() public method

public setImages ( ImageInfo images ) : void
images ImageInfo
return void

Property Details

results protected property

protected BitExactRes,Features results
return BitExactRes