C# Class Features.BitExact

Afficher le fichier Open project: esheleg/PhotoSelect Class Usage Examples

Protected Properties

Свойство Type Description
results BitExactRes

Méthodes publiques

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

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

public BitExact ( ImageInfo images ) : System
images ImageInfo
Résultat System

equalImages() public méthode

public equalImages ( int first, int second ) : void
first int
second int
Résultat void

equalImagesFast() public méthode

public equalImagesFast ( int first, int second ) : bool
first int
second int
Résultat bool

run() public méthode

public run ( ) : void
Résultat void

setImages() public méthode

public setImages ( ImageInfo images ) : void
images ImageInfo
Résultat void

Property Details

results protected_oe property

protected BitExactRes,Features results
Résultat BitExactRes