CGAL 5.2 - Classification

Classifiers are functors that, given a label set and an input item, associate this input item with an energy for each label.

This energy measures the likelihood of the item to belong to this label.

Modules

 ETHZ
 Classifiers that use the ETHZ library.
 
 OpenCV
 Classifiers that use the OpenCV library.
 
 TensorFlow
 Classifiers that use the TensorFlow library.
 

Classes

class  CGAL::Classification::Sum_of_weighted_features_classifier
 Classifier based on the sum of weighted features with user-defined effects on labels. More...