Remove convert app
Summary
This merge request removes the Convert application.
Rationale
Convert is deprecated and will be removed in OTB 7.0.
Implementation Details
The following modifications have been made :
- The 
Convertapplication has been removed from theAppImageUtils/appCMakeLists and theotbConvert.cxxhas been deleted - The extended filename tests 
apTuUtConvertExtendedFilename_writerandapTvUtConvertExtendedFilename_readerGEOMnow useDynamicConvertinstead ofConvert. They have been renamed inapTuUtDynamicConvertExtendedFilename_writerandapTvUtDynamicConvertExtendedFilename_readerGEOM. The baseline is unchanged. Note that those are the only test in OTB using the extended filename mechanism in an application. - The other tests using 
Converthave been removed, along with their baseline. - 
Convertwas used in the cookbook as an example application (forotbcli,otbguiand extended filenames). It has been replaced byDynamicConvert. - Convert has been removed from the 
SetDocSeeAlsomethod of applicationsConcatenateImagesandDynamicConvert - The python test 
Bug440has been removed, as it tests the same thing as, for instance, PythonRescaleTest. This test was using theConvertapplication. 
Additional notes
Convert is replaced by DynamicConvert (https://www.orfeo-toolbox.org/CookBook/Applications/app_DynamicConvert.html)
Copyright
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
- All discussions are resolved
 - At least 2 
👍 votes from core developers, no👎 vote. - The feature branch is (reasonably) up-to-date with the base branch
 - Dashboard is green
 - Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
 
Edited  by Cédric Traizet