| 
    OpenCV453
    
   | 
 
Abstract base class for all strategies of prediction result handling [詳解]
#include <predict_collector.hpp>
cv::face::StandardCollectorに継承されています。
公開メンバ関数 | |
| 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  [詳解] | |
Abstract base class for all strategies of prediction result handling
      
  | 
  pure virtual | 
Interface method called by face recognizer for each result
| label | current prediction label | 
| dist | current prediction distance (confidence) | 
cv::face::StandardCollectorで実装されています。
      
  | 
  inlinevirtual | 
Interface method called by face recognizer before results processing
| size | total size of prediction evaluation that recognizer could perform | 
cv::face::StandardCollectorで再実装されています。