Difference between revisions of "Done List"
From OTBWiki
Line 1: | Line 1: | ||
− | + | == 2.6 == | |
− | # | + | # <s>Progress bar LandCover [http://bugs.orfeo-toolbox.org/view.php?id=14]. Probably caused by [http://orfeo-toolbox.org/mantis/view.php?id=15 this bug].</s> |
− | # | + | # <s>Transparency display for LandCover</s> |
− | # | + | # <s>Windows binaires generation and test on different machines</s> |
# Dashboard clean up (starting with Applications then the lib) starting with the easier issues: | # Dashboard clean up (starting with Applications then the lib) starting with the easier issues: | ||
− | ## | + | ## <s>fluid problems on Windows, </s> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== 2.8 == | == 2.8 == |
Latest revision as of 18:28, 19 November 2010
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 -
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
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++)
-