Request for Changes-13: New application dedicated to parameterized transform estimation between two images
From OTBWiki
Contents
[Request for Changes - 13] New application dedicated to parameterized transform estimation between two images
Status
- Author: Adrien Viault
- Additional Contributors: Rashad Kanavath,Sebastien Harasse, Jonathan Guinet
- Submitted on 13.10.2015
- Proposed target release : 5.4.0
- Git branch : https://github.com/CS-SI/OTB/tree/estimate_global_transform_app
- Adopted :
Summary
new application dedicated to parameterized transform estimatation between two images.
Rationale
This RFC propose a new OTB application to estimate disparity between two images (BlockMathing, fineRegistration), which rely on local disparities estimation. Moreover OTB/ITK propose a complete registration framework based on parametrized transform estimation. Exposing the framework through a new otb-application gives access to a global estimation scheme. The estimated transform can be use as an input of RigidTransformResample application.
Implementation details
Classes and files
Applications
The new apps are the following :
- Estimate Global Transform, estimate transform parameters
Modules/Applications/AppProjection
A app/otbEstimateGlobalTransform.cxx
Tests
Documentation
Cookbook : https://www.orfeo-toolbox.org/packages/nightly/latest/CookBook-5.0.0.pdf (~ p.93-105).
Additional notes
None