C# Class Ocronet.Dynamic.Grouper.GrouperRoutine

Afficher le fichier Open project: nickun/OCRonet Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Intarray a, Intarray b ) : bool
check_approximately_sorted ( Intarray labels ) : void
segmentation_correspondences ( Narray outsegments, Intarray seg, Intarray cseg ) : void

Method Details

Equals() public static méthode

public static Equals ( Intarray a, Intarray b ) : bool
a Intarray
b Intarray
Résultat bool

check_approximately_sorted() public static méthode

public static check_approximately_sorted ( Intarray labels ) : void
labels Intarray
Résultat void

segmentation_correspondences() public static méthode

public static segmentation_correspondences ( Narray outsegments, Intarray seg, Intarray cseg ) : void
outsegments Narray
seg Intarray
cseg Intarray
Résultat void