-
Notifications
You must be signed in to change notification settings - Fork 5
Autonomous Image Registration #46
Comments
Dave Hicks has made significant progress towards adding this capability. Current status includes image correlation adjusting parameters in the sensor models. |
Dave Hicks has continued to make progress on adding this capability to the OSSIM baseline as a side project. The capabilities that he has developed have been exposed through the GeoCell application for testing. Basic image to image correlation and adjustment is now working and in testing in the baseline. He plans on adding the capability of >2 image adjustment correlations in the future. Some example pics showing the tie point selection, and before/after adjustments have been published. |
1st Qtr 2015 Status..... Initial capability key points: |
ossim-autoreg usage example..... ossim-chipper --cut-center-llwh 28.597595604687303 -80.676283359298097 512 512 --op 2cmv /data/Space_Coast/Test/po_176062_pan_0000000.ntf /data/Space_Coast/Test/3V050726P0000820271A0100007003410_00574200.ntf 2cmv-unreg.tif ossim-autreg --op coreg --img_1 /data/Space_Coast/Test/po_176062_pan_0000000.ntf --img_2 /data/Space_Coast/Test/3V050726P0000820271A0100007003410_00574200.ntf --ocv_config_file /Users/dhicks/Temp/ocv-default-config.kwl --oax_config_file /Users/dhicks/Temp/oax-default-config.kwl --roi-center-llwh 28.597595604687303 -80.676283359298097 512 512 -T "ossimAutRegUtil:debug" test1 ossim-chipper --cut-center-llwh 28.597595604687303 -80.676283359298097 512 512 --op 2cmv /data/Space_Coast/Test/po_176062_pan_0000000.ntf /data/Space_Coast/Test/3V050726P0000820271A0100007003410_00574200.ntf 2cmv-reg.tif |
ossimAdjustableParameterInterface dependency.....
|
Develop a stand-alone command-line capability to automatically register (align) two overlapping images.
This development requires integration of two previously developed GeoCell-related classes,
as well as their supporting classes and other ossim core functions.
The text was updated successfully, but these errors were encountered: