Reference rasters matching info. More...
#include <GeometricRefining.h>
| Public Types | |
| enum | Status { NotMatched, Fail, Success } | 
| The matching result status.  More... | |
| Public Member Functions | |
| MatchingResult () | |
| ~MatchingResult () | |
| Public Attributes | |
| unsigned int | m_matchedPositionColStart | 
| The reference image matched position first column (over the input image).  More... | |
| unsigned int | m_matchedPositionHeight | 
| The reference image matched position height (over the input image).  More... | |
| unsigned int | m_matchedPositionRowStart | 
| The reference image matched position first row (over the input image).  More... | |
| unsigned int | m_matchedPositionWidth | 
| The reference image matched position width (over the input image).  More... | |
| unsigned int | m_referenceRasterIndex | 
| Reference raster index.  More... | |
| unsigned int | m_searchAreaColStart | 
| The searched area (over the input image) first column.  More... | |
| unsigned int | m_searchAreaHeigh | 
| The searched area height (over the input image).  More... | |
| unsigned int | m_searchAreaRowStart | 
| The searched area (over the input image) first row.  More... | |
| unsigned int | m_searchAreaWidth | 
| The searched area width (over the input image).  More... | |
| Status | m_status | 
| Matching result status.  More... | |
| std::vector < te::gm::GTParameters::TiePoint > | m_tiePoints | 
| The tie-points generated by matching (first: input raster lines/cols, second:input raster corrected world coords).  More... | |
Reference rasters matching info.
Definition at line 139 of file GeometricRefining.h.
The matching result status.
| Enumerator | |
|---|---|
| NotMatched | Raster not matched. | 
| Fail | Raster matching failed. | 
| Success | Raster matching success. | 
Definition at line 145 of file GeometricRefining.h.
| 
 | inline | 
Definition at line 174 of file GeometricRefining.h.
| 
 | inline | 
Definition at line 179 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_matchedPositionColStart | 
The reference image matched position first column (over the input image).
Definition at line 166 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_matchedPositionHeight | 
The reference image matched position height (over the input image).
Definition at line 170 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_matchedPositionRowStart | 
The reference image matched position first row (over the input image).
Definition at line 164 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_matchedPositionWidth | 
The reference image matched position width (over the input image).
Definition at line 168 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_referenceRasterIndex | 
Reference raster index.
Definition at line 154 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_searchAreaColStart | 
The searched area (over the input image) first column.
Definition at line 158 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_searchAreaHeigh | 
The searched area height (over the input image).
Definition at line 162 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_searchAreaRowStart | 
The searched area (over the input image) first row.
Definition at line 156 of file GeometricRefining.h.
| unsigned int te::rp::GeometricRefining::OutputParameters::MatchingResult::m_searchAreaWidth | 
The searched area width (over the input image).
Definition at line 160 of file GeometricRefining.h.
| Status te::rp::GeometricRefining::OutputParameters::MatchingResult::m_status | 
Matching result status.
Definition at line 152 of file GeometricRefining.h.
| std::vector< te::gm::GTParameters::TiePoint > te::rp::GeometricRefining::OutputParameters::MatchingResult::m_tiePoints | 
The tie-points generated by matching (first: input raster lines/cols, second:input raster corrected world coords).
Definition at line 172 of file GeometricRefining.h.