Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project by
PredictCollector Class Reference
[Face Recognition]
  Abstract base class for all strategies of prediction result handling. More...
#include <predict_collector.hpp>
Inherited by StandardCollector.
| Public Member Functions | |
| virtual void | init (size_t size) | 
| Interface method called by face recognizer before results processing. | |
| virtual bool | collect (int label, double dist)=0 | 
| Interface method called by face recognizer for each result. | |
Detailed Description
Abstract base class for all strategies of prediction result handling.
Definition at line 61 of file predict_collector.hpp.
Member Function Documentation
| virtual bool collect | ( | int | label, | 
| double | dist | ||
| ) |  [pure virtual] | 
Interface method called by face recognizer for each result.
- Parameters:
- 
  label current prediction label dist current prediction distance (confidence) 
Implemented in StandardCollector.
| virtual void init | ( | size_t | size ) |  [virtual] | 
Interface method called by face recognizer before results processing.
- Parameters:
- 
  size total size of prediction evaluation that recognizer could perform 
Reimplemented in StandardCollector.
Definition at line 69 of file predict_collector.hpp.
Generated on Tue Jul 12 2022 15:17:39 by
 1.7.2
 1.7.2 
    