Search Criteria
Package Details: orfeo-toolbox 7.2.0-1
Git Clone URL: | https://aur.archlinux.org/orfeo-toolbox.git (read-only, click to copy) |
---|---|
Package Base: | orfeo-toolbox |
Description: | ORFEO Toolbox (OTB) is an open source library of image processing algorithms |
Upstream URL: | http://www.orfeo-toolbox.org/otb/ |
Licenses: | |
Submitter: | ArArgyridis |
Maintainer: | ArArgyridis |
Last Packager: | ArArgyridis |
Votes: | 14 |
Popularity: | 0.000001 |
First Submitted: | 2011-09-01 07:08 |
Last Updated: | 2020-11-10 18:19 |
Dependencies (23)
- agg
- boost (boost-git)
- curl (curl-git, curl-minimal-git)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- fltk (fltk11, fltk-xcas, fltk-git, fltk-mod)
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4, gdal-ecw)
- glfw (glfw-x11-git, glfw-wayland-git, glfw-wayland, glfw-x11)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- itk4
- libsvm (libsvm-openmp)
- muparser
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda)
- openthreads (openscenegraph-2.8, openscenegraph-git, openscenegraph-openmw-git, openscenegraph)
- ossim (ossim-nogui-svn)
- python (python-dbg)
- qwt
- tinyxml (tinyxml-git)
- opencv>=3 (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda)
- cmake (cmake-git) (make)
- git (git-git) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- swig (swig-git) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
ArArgyridis commented on 2020-11-10 18:19
@kikislater sorry, I just updated the PKGBUILD. Thanks for noticing.
kikislater commented on 2020-11-05 07:40
@ArArgyridis : why the latest commit removed Shark whereas you add it previously ?
https://aur.archlinux.org/cgit/aur.git/commit/?h=orfeo-toolbox&id=b9ba855cde3f8920167c6cfc52de5ca8cb4ad964
ArArgyridis commented on 2020-10-27 10:21
@kikislater thanks for the notice, updated.
kikislater commented on 2020-10-23 04:30
Please add shark option (and shark-ml-git as dependency in that case) :
It is present in the doc to have KMeans classification which is widely use when considering usage of OTB.
ArArgyridis commented on 2020-05-08 22:30
Thanks @geosam, I updated the package.
kikislater commented on 2020-04-28 05:14
Thank you geosam, it works with itk4 but IMO it's a not a solution and PKGBUILD should remove insight-toolkit ...
geosam commented on 2020-04-28 04:06
Thank you @ArArgyridis for updating and maintaining the package. I found some cases that would be useful to review..
-DOTB_USE_GLFW=ON \ -DOTB_USE_OPENGL=ON \ -DOTB_USE_SPTW=ON \ -DOTB_USE_QWT=ON \ -DOTB_USE_GLUT=ON
This is the PKGBUILD file: https://gist.github.com/samtux/1fc52fc4a5aea7e8541b38f35eaed75f
kikislater commented on 2020-04-27 10:16
Thank you but still not work ! I was trying before without patch. ITKNeuralNetworks seems deprecated in favor to NeuralNetworks
But event with that, I tried with sed -i 's/ITKNeuralNetworks/NeuralNetworks/g' src/Modules/ThirdParty/ITK/otb-module-init.cmake with no luck
ArArgyridis commented on 2020-04-27 10:03
@kikislater thanks for the notice. I was trying to compile OTB with ITK 5.x, and thus I was trying to disable some ITK modules remove from 4 to 5 as discussed here: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/merge_requests/194 but to no avail. I removed the unnecessary patch and it seems to work now.
kikislater commented on 2020-04-26 08:03
Where is the patch file ? And what is patch suppose to do here ?