Singular point of ridge divergence.
More...
#include <efs.h>
|
| Coordinate | coordinate {} |
| | Location of the feature.
|
| |
| std::optional< uint16_t > | coordinateUncertainty {} |
| | Uncertainty of coordinate, radius, in pixels.
|
| |
| std::optional< std::tuple< std::optional< uint16_t >, std::optional< uint16_t >, std::optional< uint16_t > > > | direction {} |
| | Ridge directions of the feature (typically up, left, and right), in degrees [0,359] counterclockwise to the right, following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.321.
|
| |
| std::optional< std::tuple< std::optional< uint8_t >, std::optional< uint8_t >, std::optional< uint8_t > > > | directionUncertainty {} |
| | Uncertainty of direction, in degrees [0, 180].
|
| |
Singular point of ridge divergence.
Definition at line 613 of file efs.h.
◆ Delta()
| FRIF::EFS::Delta::Delta |
( |
const Coordinate & | coordinate = {}, |
|
|
const std::optional< std::tuple< std::optional< uint16_t >, std::optional< uint16_t >, std::optional< uint16_t > > > & | direction = {}, |
|
|
std::optional< uint16_t > | coordinateUncertainty = {}, |
|
|
const std::optional< std::tuple< std::optional< uint8_t >, std::optional< uint8_t >, std::optional< uint8_t > > > & | directionUncertainty = {} ) |
Delta constructor.
- Parameters
-
| coordinate | Location of the feature. |
| direction | Ridge directions of the feature (typically up, left, and right), in degrees [0,359] counterclockwise to the right, following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.321. |
| coordinateUncertainty | Uncertainty of coordinate, radius, in pixels. |
| directionUncertainty | Uncertainty of direction, in degrees [0, 180]. |
Definition at line 64 of file libfrifte_efs.cpp.
◆ coordinate
Location of the feature.
Definition at line 616 of file efs.h.
◆ coordinateUncertainty
| std::optional<uint16_t> FRIF::EFS::Delta::coordinateUncertainty {} |
◆ direction
| std::optional<std::tuple<std::optional<uint16_t>, std::optional<uint16_t>, std::optional<uint16_t> > > FRIF::EFS::Delta::direction {} |
Ridge directions of the feature (typically up, left, and right), in degrees [0,359] counterclockwise to the right, following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.321.
Definition at line 628 of file efs.h.
◆ directionUncertainty
| std::optional<std::tuple<std::optional<uint8_t>, std::optional<uint8_t>, std::optional<uint8_t> > > FRIF::EFS::Delta::directionUncertainty {} |
The documentation for this struct was generated from the following files: