|
|
const vr::FrontFeaturesSPtr & | getFrontFeatures (const ExposureArrangement exposureArrangement) |
| |
|
const vr::FrontFeaturesSPtr & | getFrontFeatures () const |
| |
|
double | getPseudoKorr () |
| |
|
void | setRealConstants (const RealConstants &real) |
| |
|
void | getRealConstants (RealConstants &real) |
| |
|
virtual void | calculateFrontRois () |
| |
|
void | getRightIrisRoi (RoiRect &rRoi) |
| |
|
void | getLeftIrisRoi (RoiRect &rRoi) |
| |
|
double | getPixelsPerMm () |
| |
|
IrisLocatorPresets | getIrisLocatorPresets () const |
| |
|
CciTransformer * | createCoordinateTransformer () |
| |
|
DoubleContourSPtrVector * | getRightContours () |
| |
|
DoubleContourSPtrVector * | getLeftContours () |
| |
|
ContourFinderPresetsVector * | getBoxContourPresetsVec () |
| |
|
ContourFinderPresetsVector * | getFswContourPresetsVec () |
| |
|
DoubleContourPair & | getContours () |
| |
|
vr::MetsResult & | getHoyaMets (StatusInfo &statusInfo) |
| |
|
void | setHoyaMets (const vr::MetsResult &mets, const StatusInfo &statusInfo) |
| |
|
void | getRightBoxRoi (RoiRect &rRoi) |
| |
|
void | getLeftBoxRoi (RoiRect &rRoi) |
| |
|
void | getRightFswMarkRoi (RoiRect &rRoi) |
| |
|
void | getLeftFswMarkRoi (RoiRect &rRoi) |
| |
|
virtual bool | getMarkPresets (size_t idx, MarkDetectionPresets &presets) |
| |
|
void | setIsInfantGlassesConfig (const bool value, const StatusInfo &statusInfo) |
| |
|
bool | isInfantGlassesConfig (StatusInfo &statusInfo) const |
| |
|
int | pixel (double mm) |
| |
|
float | fPixel (double mm) const |
| |
|
void | setPixelPerMM (double ppMM) |
| |
|
bool | isPointStatus (int idx, StatusValue status) |
| |
|
void | setPointStatus (int idx, StatusValue status, StatusValue clearValue=0) |
| |
|
void | clearPointStatus (int idx, StatusValue status) |
| |
|
StatusValue | getPointStatus (int idx) |
| |
|
void | getImage (cv::Mat &mat) const |
| |
|
void | setRoiImage (cv::Mat &mat) |
| |
|
bool | getRoiImage (RoiRect &rRoi, cv::Mat &mRoi) |
| |
|
cv::Mat const & | getGrayScaleImage () const |
| |
|
bool | getPoint (int markIdx, cv::Point2f &point) |
| |
|
bool | getMarkData (int markIdx, MarkImageData &markData) |
| |
|
bool | setMarkData (int markIdx, MarkImageData &markData) |
| |
|
bool | setMarkDataResult (int markIdx, StatusValue status, MarkImageData &markData) |
| |
|
bool | setMarkDataResult (int markIdx, StatusValue status, cv::Vec2d &point) |
| |
|
double | getPlanarNorm (int markIdxA, int markIdxB) |
| |
|
const PhotoParams & | getPhotoParams () const |
| |
|
void | setPhotoParams (const PhotoParams &photoValues) |
| |
|
bool | isMarkValid (int markIdx) |
| |
|
bool | isMarkAdjusted (int markIdx) |
| |
|
bool | isMarkCalculated (int markIdx) |
| |
|
bool | isMarkUseable (int markIdx) |
| |
|
RoiBuilder * | createPresetsRoiBuilder (size_t markIdx) |
| |