OpenCV453
公開メンバ関数 | 全メンバ一覧
cv::face::PredictCollector クラスabstract

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

関数詳解

◆ collect()

virtual bool cv::face::PredictCollector::collect ( int  label,
double  dist 
)
pure virtual

Interface method called by face recognizer for each result

引数
labelcurrent prediction label
distcurrent prediction distance (confidence)

cv::face::StandardCollectorで実装されています。

◆ init()

virtual void cv::face::PredictCollector::init ( size_t  size)
inlinevirtual

Interface method called by face recognizer before results processing

引数
sizetotal size of prediction evaluation that recognizer could perform

cv::face::StandardCollectorで再実装されています。


このクラス詳解は次のファイルから抽出されました: