19 #ifndef IRIS_LOCATOR_H
20 #define IRIS_LOCATOR_H
22 const IrisLocatorPresets defaultIrisLocatorPresets = {20.0f, 1.0f, {5.5f, 7.0f, 0.1f}, 0.2f, 0.8f};
35 IrisLocator (
const cv::Mat& imageRegion,
float pixelsPerMm,
int& result,
38 void operator () ()
const;
39 void setSignificance(
float* significance);
50 virtual bool computeIrisLocation ()
const;
61 double computeCannyHighThreshold (
const cv::Mat& srcImage)
const;
64 #endif // IRIS_LOCATOR_H
Voreinstellungen für IrisLocator.
Definition: types.h:62
Definition: iris_locator.h:30