Changes between Version 20 and Version 21 of GsocDSMGenerationToolForOSSIM
- Timestamp:
- 07/28/14 02:59:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GsocDSMGenerationToolForOSSIM
v20 v21 355 355 WHAT I GET DONE THIS WEEK: 356 356 357 I have found and implemented a new image transformation model for epipolar generation: I have r alized that nor af affine transformation neither a pure rototranslation without scale were sufficient to find a good epipolarity. Therefore this week I wrote a rigorous model to estimate a transformation on the generated TPs, which is able to return images with null parallax error and whatever disparity on the sinlge TP.357 I have found and implemented a new image transformation model for epipolar generation: I have realized that nor an affine transformation neither a pure rototranslation without scale were sufficient to find a good epipolarity. Therefore this week I wrote a rigorous model to estimate a transformation on the generated TPs, which is able to return images with null parallax error and whatever disparity on the single TP. 358 358 It still remains some little issue that seems to disappear once outliers in TPs are scratched out. 359 359 360 I have modified the code in order to be able to use a 16bit .tif image (and not a compressed one) and not to loose the radiometric information of the raw images: as a matter of fact I noticed that by deteriorating the radiometric information the SGM alg horitm solution was compromised, and therefore tha Disparity Map was not properly generated.360 I have modified the code in order to be able to use a 16bit .tif image (and not a compressed one) and not to loose the radiometric information of the raw images: as a matter of fact I noticed that by deteriorating the radiometric information the SGM algorithm solution was compromised, and therefore tha Disparity Map was not properly generated. 361 361 362 362 I have solved some minor warning in the ossim-opencv app building, related to “deprecated conversion” and “unappropriate comparison” in the code.