Skip to content
Snippets Groups Projects
Commit 666600bf authored by Julien Malik's avatar Julien Malik
Browse files

ENH: review TODO

parent ab13c816
No related branches found
No related tags found
No related merge requests found
OTB Examples Directory
----------------------
This directory contains simple, companion examples to the ORFEO
Toolbox (OTB). These examples are designed to demonstrate features of
the system; they are not meant to be significant applications of the
software.
Specifically, the purpose of these examples is as follows:
* Provide simple, minimalist examples of important features of OTB and how
to use them. The examples have minimal dependencies on outside packages;
and if they do, there should be CMake flags to turn them off.
* Provide a consistent set of examples that will work in conjunctions with
the OTB Software Guide.
* Provide a consistent set of examples that will work with OTB tutorials
and courses.
* Make sure that the code is well documented, of consistent style, and
always up-to-date with the current OTB code.
To learn the software from these examples, you may wish to refer to the
"ORFEO Toolbox Software Guide".
* SOMLearningBehaviorFunctor not tested (wasn't compiling)
* PointSetAndValuesFunction not tested (wasn't compiling)
* compile without -Wshadow and fix as much warnings as possible
* remove KMLVectorDataIO since it should not be used. leave libkml dependency only for KmzWriter module.
* LineSegmentDetectorExample RightAngleDetectionExample depends on VectorDataRendering (mapnik) : rewrite it with the OGR based rasterization
* OTB_USE_CURL
* CurlHelperStub is only for tests : move to TestKernel
* OTB_USE_OPENCV
* Wrapper test (Java Python)
* Handle OTB_DATA_USE_SPOTPHRINPUT & OTB_DATA_USE_CNESPHRINPUT
* Copyright statements
* Example README
* Check set_tests_property calls for resource lock (curl, ...)
* 0000209-SVMValidationLinearlySeparableProbEstimation not compiled and tested
* rewrite doc of ExplicitStreamingExample
* skipped tests :
apTvDocAppli_${app}
Warning : test name contains a variable : owTvQtWidgetShow_${app}
Warning : test name contains a variable : ioTvMultiResolutionReadingInfo_${current_type}
Warning : test name contains a variable : ioTvImageKeywordlist_${current_type}
Warning : test name contains a variable : prTvotbGenericRSResampleImageFilterFromMap_${sensor_name}
Warning : test name contains a variable : prTvVectorDataIntoImageProjectionFilter_${VectorDataIntoImage_TESTNB}
Warning : test name contains a variable : ioTuJ2KImageIOCanRead_${current_type}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment