mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 22:46:36 +00:00
component assesment and fixes done
This commit is contained in:
@@ -62,7 +62,7 @@ class IMetricRefinement(ABC):
|
||||
**Called By**:
|
||||
- F06 Image Rotation Manager (during rotation sweep)
|
||||
- F11 Failure Recovery Coordinator (progressive search)
|
||||
- F02 Flight Processor (drift correction with single tile)
|
||||
- F02.2 Flight Processing Engine (drift correction with single tile)
|
||||
|
||||
**Input**:
|
||||
```python
|
||||
@@ -389,7 +389,7 @@ Optional[np.ndarray]: 3×3 homography matrix or None
|
||||
- If rotation >45°, F09 will fail to match (by design)
|
||||
- F06 handles the rotation sweep (trying 0°, 30°, 60°, etc.) and calls F09 for each rotation
|
||||
|
||||
**Note**: tile_bounds is passed as parameter from caller (F02 Flight Processor gets it from F04 Satellite Data Manager)
|
||||
**Note**: tile_bounds is passed as parameter from caller (F02.2 Flight Processing Engine gets it from F04 Satellite Data Manager)
|
||||
|
||||
### External Dependencies
|
||||
- **LiteSAM**: Cross-view matching model
|
||||
|
||||
Reference in New Issue
Block a user