Done List
From OTBWiki
2.6
-
Progress bar LandCover [1]. Probably caused by this bug.
-
Transparency display for LandCover
-
Windows binaires generation and test on different machines
- Dashboard clean up (starting with Applications then the lib) starting with the easier issues:
-
fluid problems on Windows,
2.8
- Configuration
-
Make all platforms run the correct tests
- Applications
-
Fix bug induced by bugfix #28
-
Write an fl_alert-like macro without a Fl::run() call
-
Image co-registration (Pléiades/QB, Pléiades/SPOT5, Pléiades/CSK, CSK/ASAR/ERS, SPOT5/ASAR/ERS, etc.)
-
Fine Registration Specification
-
Plug GUI callbacks for FineRegistrationApplication
-
Build streaming capabilities for output image generation
Write a streamable warp image filter
Write streamable deformation estimation filters
Integrates the filters within the fine registration application
-
Validate the application and correct it
-
Fix pipeline updating problem
-
Fix open image twice problem
-
Cosmetic enhancement (tooltips, resizing, appearance)
- Object counting (Pléiades, QB, Ikonos)
- Object counting application specifications
- Implementation
-
Implement object template selection using input polygon from user
-
Implement the counting chain to work on the full resolution extract
-
Use the counting chain on the whole image
-
Compute statistics on the detected objects
- Import examples
-
Export results
- Button for erasing all selected ROIs:
erase a polygon with double click right instead.
- Cosmetic enhancement
-
Tooltips
-
Validate the application and correct it
-
Ensure a proper catch of the exception thrown by the spectral angle filter
- Road network extraction (Pléiades, QB, Ikonos, SPOT5)
- Road network extraction specifications
- Implementation
-
Wire the callbacks so that the Run Button now triggers the update
-
Enhance reference pixel selection
-
Support all the current input types and add new input types (NDWI)
Wire the exit callback using the new method (TODO: Document the new method)
- Cosmetic enhancement
-
Add the appropriate tooltips
-
Display segments with a thinckness related to the alpha parameter
-
Ensure a proper catch of the exception thrown by the spectral angle filter
-
Change the opacity of the training polygons so that we can see if they were detected
- Library
-
Polygon perturbations(otbImageFittingPolygonListFilter)
-
MeanShift clustering
-
Update the ITK version 3.10.1 in the OTB/Utilities repository
-
Throw an exception when using spectral angle filter on single channel image
- Bugs
-
SegmentationApplication refresh [2]
-
Pireo crash [3]
-
Viewer segfault [4]
3.0
- Applications
-
Urban area extraction
-
Image to Data Base registration
-
Visualisation Refactoring
-
Feature Extraction
-
Add textures
-
Add radiometric indexes
-
Add MeanShift
-
Check display refresh when moving on the mini-map image
- Library
-
Rewrite texture computation for FeatureExtraction application (ScalarImageTextureFunctor is doing too many allocations)
-
Cloud detection for QB/Pléiades images
-
Alignment and right angle detection (Burns, Grompone)
-
SIFT density image function and filter
-
Principal Component Analysis
- Radiometric Indices
-
Extract ROI from VectorData
-
PanTex measure
-
Edge Density Measure
-
Structural Feature Set
- Configuration
-
Ensure OTB builds everything against the same TIFF/GeoTIFF
-
Correct bugs (Visual 8 & Express 2005) in the config script
-
Run "indent" on the whole source tree in order to have a proper indentation (done with astyle as indent is not so good for c++)