Re: [otb-users] Re: Problem installing in linux with installer and custom python version

2017-04-26 Thread Rashad Kanavath
I had pushed a fix to handle python installation as in your case https://git.orfeo-toolbox.org/otb.git/shortlog/refs/heads/rel_fix_pkg_python_so_check On Fri, Feb 10, 2017 at 12:25 AM, Leonardo Hardtke wrote: > Thanks for the replays! > > I will check the SuperBuild! > >

Re: [otb-users] Re: Installation of OTB on Eclipse neon C++

2017-01-03 Thread Rashad Kanavath
On Mon, Jan 2, 2017 at 6:45 PM, kipro31 wrote: > Hi and thank you for helping me. > > So I'm trying to use OTB with MSVC but I still have problems. > > -In optional there is a download for python but I don't understand why is > it there ? > -The line : call "C:\Program

Re: [otb-users] Re: Error while configuring OTB 5.8 with CMake - Compiling Test GDAL_VERSION

2016-11-10 Thread Rashad Kanavath
On Thu, Nov 10, 2016 at 12:02 PM, Jaime Martín de Nicolás < jaime.martindenico...@gmail.com> wrote: > I was using cmake 3.7, but right before you replied I reinstalled cmake > 3.5, after reinstalling VS, and it seems that it is doing something; at > least it is performing GDAL tests, although it

Re: [otb-users] Re: Error while configuring OTB 5.8 with CMake - Compiling Test GDAL_VERSION

2016-11-09 Thread Rashad Kanavath
On Wed, Nov 9, 2016 at 1:55 PM, Jaime Martín de Nicolás < jaime.martindenico...@gmail.com> wrote: > Thank you so much for your help, Rashad. I really appreciate it! > > The first thing I had to do is modify the running command to: > dashboard.bat x64 0 BUILD develop master > > After that, I got

[otb-users] call for testing windows packages for upcoming release 5.8.0

2016-10-20 Thread Rashad Kanavath
hello, we had a new windows package for upcoming release 5.8.0 and first version of packages are available to download today!. https://www.orfeo-toolbox.org/packages/nightly/2016-10-19/OTB-5.8.0-win32.zip https://www.orfeo-toolbox.org/packages/nightly/2016-10-19/OTB-5.8.0-win64.zip I request

Re: [otb-users] Re: Erreur de segmentation (core dumped) when using otbApplication

2016-10-10 Thread Rashad Kanavath
quot;out", "s1_vv_Extract.tif") > ExtractROI.SetParameterUserValue("mode",True) > ExtractROI.SetParameterUserValue("mode.fit.ref",True) > ExtractROI.ExecuteAndWriteOutput() > > But it style returns a segmentation fault. > I will test with yo

Re: [otb-users] visual studio compile

2016-09-21 Thread Rashad Kanavath
Hello Yoram, On Wed, Sep 21, 2016 at 8:29 AM, Yoram Elichai wrote: > I build otb from source xdk, > > now I try to build my first otb application using visual studio. : > StreamingMeanShiftSegmentation.cxx > > Windows xdk is using mingw toolchain. so you cannot compile it

Re: [otb-users] window x64 lib

2016-09-13 Thread Rashad Kanavath
you cannot use OTB DLL from c code. But you can, 1. use otb applications directly from windows binary package downloadable from orfeo-toolbox.org/packages 2. compile OTB on windows using windows xdk 3. compile OTB on windows using superbuild On Mon, Sep 12, 2016 at 9:28 PM, Yoram Elichai

Re: [otb-users] Re: mising inflateReset2 in zlibe1.dll

2016-09-08 Thread Rashad Kanavath
I don't know the exact problem. zlibe1.dll seems a strange name though. maybe that is the "art work" of language strings! But I still suspect the cmake version or version mismatch between multiple versions of cmake. On Tue, Sep 6, 2016 at 7:18 PM, גלעד אליחי wrote: >

Re: [otb-users] mising inflateReset2 in zlibe1.dll

2016-09-06 Thread Rashad Kanavath
likely you had a messed up cmake installation. Let me guess, you tried to move some files after installation of cmake? On Tue, Sep 6, 2016 at 10:18 AM, גלעד אליחי wrote: > hi > > > when i try to configure the cmake file i got this message " the procedure > entry point

Re: [otb-users] Re: Linux download link broken/missing

2016-08-31 Thread Rashad Kanavath
On Tue, Aug 30, 2016 at 6:32 PM, dcd wrote: > Actually, I'm getting a "Segmentation fault" when attempting to run > Monteverdi: > > user@computer ~/OTB-5.6.1-Linux64 $ ls -l > total 48 > drwx-- 2 user user 12288 Aug 25 18:38 bin > drwx-- 5 user user 12288 Aug 30

Re: [otb-users] installing OTB on centos 6.6

2016-08-16 Thread Rashad Kanavath
On Fri, Aug 12, 2016 at 1:56 PM, wrote: > > Hi, everybody, i hope u re doing good, then > i dont know if there is a tutorial to install OTB on centos 6.6 > if it s the case, please i need ur help > i tried the superbuild but i found a lot of issues there. > if you

Re: [otb-users] Re: problème avec les Wavelet Transform

2016-07-20 Thread Rashad Kanavath
Hello Flo, On Wed, Jul 20, 2016 at 9:07 AM, Flo Gtk wrote: > Hello, > > I am working on Windows and I also have black output images (size 2x2x2 > with all pixel values at 0) with a 2D input image. I tried to change the > parameters (level, decim factor) and I have the same

Re: [otb-users] Problem compiling OTB

2016-07-19 Thread Rashad Kanavath
gt;> -DUSE_SYSTEM_ITK=OFF >>> -DUSE_SYSTEM_OPENCV=OFF >>> >>> http://dash.orfeo-toolbox.org/buildSummary.php?buildid=237538 >>> >>> hopefully that would fix the problem. >>> >>> On Tue, Jul 19, 2016 at 4:35 PM, Rashad Kanavath <moha

Re: [otb-users] Problem compiling OTB

2016-07-19 Thread Rashad Kanavath
options: -DUSE_SYSTEM_GDAL=OFF -DUSE_SYSTEM_ITK=OFF -DUSE_SYSTEM_OPENCV=OFF http://dash.orfeo-toolbox.org/buildSummary.php?buildid=237538 hopefully that would fix the problem. On Tue, Jul 19, 2016 at 4:35 PM, Rashad Kanavath <mohammedrasha...@gmail.com > wrote: > got it.. thank

Re: [otb-users] Problem compiling OTB

2016-07-19 Thread Rashad Kanavath
got it.. thanks.. i will inform you as soon as I found something On Tue, Jul 19, 2016 at 4:34 PM, Tugdual Ceillier < tugdual.ceill...@earthcube.eu> wrote: > Wow, that took some time! Submission done, thanks. > > According to the output, I only have a bunch of errors at the beginning > and then

Re: [otb-users] Problem compiling OTB

2016-07-19 Thread Rashad Kanavath
you have to wait for it... So how you been? :) On Tue, Jul 19, 2016 at 2:41 PM, Tugdual Ceillier < tugdual.ceill...@earthcube.eu> wrote: > How can I send a submission to the otb dashboard? > > I ran the command you gave and it is still running. > > Le mardi 19 juillet 2016 14:15:21 UTC+2, Rashad

Re: [otb-users] Problem compiling OTB

2016-07-19 Thread Rashad Kanavath
can you send the a submission to otb dashboard rom the build directory run this command ctest -M Experimental -T Configure -T Build -T Submit -A CMakeCache.txt -A OTB/build/CMakeCache.txt On Tue, Jul 19, 2016 at 2:08 PM, Tugdual Ceillier < tugdual.ceill...@earthcube.eu> wrote: > Tried. Same

Re: [otb-users] Problem compiling OTB

2016-07-19 Thread Rashad Kanavath
On Tue, Jul 19, 2016 at 9:03 AM, Tugdual Ceillier < tugdual.ceill...@earthcube.eu> wrote: > Hello, OTB users! > > I'm trying to compile OTB and Monteverdi on Ubuntu 16.04 using the > SuperBuild. Following the Software Guide, I used the following cmake > command : > > after emptying your current

Re: [otb-users] installing OTB tools in QGIS on WIndows machine

2016-06-30 Thread Rashad Kanavath
On Wed, Jun 29, 2016 at 9:05 PM, Poughon Victor wrote: > Hello, > > > > I believe when you install QGIS with Osgeo4W, it will set up configuration > paths automatically and it should “just work”. > > Make sure that: > > “OTB applications folder” points to a directory with

Re: [otb-users] How can I use otb in my own eclipse project?

2016-06-28 Thread Rashad Kanavath
Hello Jaime, Can you explain about what you mean by "import otb classes to another project" ? On Sat, Jun 25, 2016 at 11:53 PM, Jaime Martín de Nicolás < jaime.martindenico...@gmail.com> wrote: > Hello! > > I recently started programming in c++ and I need to use some of the > functionalities of

Re: [otb-users] Adapt OTB wavelet transform to ITK

2016-05-20 Thread Rashad Kanavath
On Thu, May 19, 2016 at 4:25 AM, Pablo Hernandez wrote: > Hello! I am looking for implementation of wavelet transform in c++, and > found your nice code about it. > > I wonder if it is possibly to adapt and submit your wavelet approach to > ITK, ITK license is not GPL

[otb-users] Re: [otb-developers] Re: Request for help from Mac users

2016-04-25 Thread Rashad Kanavath
On Mon, Apr 25, 2016 at 3:18 PM, Jaco du Plooy wrote: > Hi Rashad > > I have only now stumbled upon this post, and would like to say thank you > very very very much > No. Thank you!. We had changed the .dmg to .run and a lot of other stuff in mac packaging. So we

[otb-users] Request for help from Mac users

2016-04-21 Thread Rashad Kanavath
Hello all, We had a new mac osx package for OTB. This package includes all monteverdi, mapla, otb applications with cli and gui scripts. Unlike earlier version we are not providing them under a .dmg but a .run file as in linux!. So the package must be run as a shell script. I request help from

Re: [otb-users] need help :)

2016-03-30 Thread Rashad Kanavath
which version of monteverdi package? latest version can be found here - https://www.orfeo-toolbox.org/packages/ and daily builds (unstable) - https://www.orfeo-toolbox.org/packages/nightly/ MinGW builds are those ending with *-win32.zip and *-win64.zip To use OTB 5.2.1 with QGIS you need

Re: [otb-users] OpticalCalibration application disappeared

2016-01-22 Thread Rashad Kanavath
On Fri, Jan 22, 2016 at 9:51 AM, Adrien André wrote: > Hi list, > > i get > otbcli_OpticalCalibration: command not found > after the > https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable > PPA upgrade from 5.0 to 5.2 i guess. > > > Is it normal? Am i supposed

Re: [otb-users] How to make OTB run on windows 10?

2016-01-22 Thread Rashad Kanavath
On Mon, Jan 18, 2016 at 11:23 AM, Bassam wrote: > Dear Rashad, > > Thanks for your windows installation guide. It is very helpful and > straight forward. I have compiled the OTB using Eclipse (even the > compilation time was very short, I doubt about this). > > The

Re: [otb-users] Standalone binary version for linux

2016-01-19 Thread Rashad Kanavath
alled the debian 32 bits version. > Not a big deal as this is just an spare machine on which I'm testing > Debian testing to verify > that I can have all my applications up and running on a rolling > distribution. > > Agus > > > > On Fri, Jan 15, 2016 at 11:11 AM

Re: [otb-users] Problems compiling Monteverdi on Debian

2016-01-15 Thread Rashad Kanavath
Hello Agustin, On Fri, Jan 15, 2016 at 11:02 AM, Agustin Lobo wrote: > Yes, i was precisely going to report that I had installed qwt-5.2.3 > and Monteverdi works fine. > Nevertheless, I think you really should change that requirement, as qwt-5* > is disappearing from the

Re: [otb-users] Standalone binary version for linux

2016-01-15 Thread Rashad Kanavath
i686 > CPU op-mode(s):32-bit, 64-bit > > Agus > > On Thu, Jan 14, 2016 at 12:46 PM, Rashad Kanavath > <mohammedrasha...@gmail.com> wrote: > > > > > > On Thu, Jan 14, 2016 at 12:23 PM, Agustin Lobo <alobolis...@gmail.com> > > wro

Re: [otb-users] Standalone binary version for linux

2016-01-14 Thread Rashad Kanavath
fortunately, we don't make it yet. Sorry. > > Agus > > > > On Thu, Jan 14, 2016 at 11:24 AM, Rashad Kanavath > <mohammedrasha...@gmail.com> wrote: > > > > Hi Agustin, > > > > I cannot reproduce this issue you are having. Are you sure you did a > c

Re: [otb-users] OTB 5.2 in Ubuntu 14.04 : Error to launch any otbcli

2016-01-13 Thread Rashad Kanavath
ow difficult would it be to build ossim-plugins ossim-qt ossim-planet? I > would like to try and make my system behaving like the osgeo-live dvd. > Could you please have a look at the attached script. > > Regards > > Pieter > > On 8 January 2016 at 12:25, Rashad Kanavath <mohammed

Re: [otb-users] nightly OTB under Ubuntu?

2016-01-12 Thread Rashad Kanavath
Hi On Tue, Jan 12, 2016 at 12:02 PM, Martin Brandt wrote: > first of all I want to thank the developers of these tools, they are > probably the only solution if dealing with high resolution imagery under > Ubuntu. > > Then my question is if there are nightly versions

Re: [otb-users] Big Thanks

2016-01-11 Thread Rashad Kanavath
Hi Pieter, On Sun, Jan 10, 2016 at 7:16 AM, Pieter du Plooy wrote: > Hi guys > > I am posting this on three mailing lists, but I also know that some of you > are involved with more than one project. > > I would like to express my gratitude to all involved in osgeo-live

Re: [otb-users] OTB 5.2 in Ubuntu 14.04 : Error to launch any otbcli

2016-01-08 Thread Rashad Kanavath
Please hold on. I am rebuild packages right now. On Fri, Jan 8, 2016 at 10:45 AM, Pieter du Plooy wrote: > Hi Rashad > > What happened to ossim you published yesterday to ubuntugis unstable, as > well as the otb's from a couple of days ago? > > Was really looking forward to

Re: [otb-users] Re: Optical Calibration: Top of Canopy Atmospheric correction crashing

2016-01-04 Thread Rashad Kanavath
On Mon, Jan 4, 2016 at 11:58 AM, Niccolò Dainelli < niccolo.daine...@gmail.com> wrote: > I am adding the Mac OS X log if it can help. > If I were able to reproduce the same here then I can comment on this issue. For that I need data and the exact steps you used that lead to this crash! >From

Re: [otb-users] OTB 5.2 in Ubuntu 14.04 : Error to launch any otbcli

2016-01-04 Thread Rashad Kanavath
Hello CedricL, On Mon, Jan 4, 2016 at 12:50 PM, CedricL wrote: > Hello, > > First I wish an happy new year to OTB user and more for OTB dev team which > provide a good tools. > > I am trying to use last version 5.2 in ubuntu 10.04 using > ubuntugis-unstable ppa. > Thanks

[otb-users] Re: [otb-developers] OTB 5.2 included in official openSUSE App:Geo repository

2016-01-04 Thread Rashad Kanavath
Thanks Angelos, I had updated the wiki page with official links! http://wiki.orfeo-toolbox.org/index.php/Binary_packages_status#Linux On Wed, Dec 30, 2015 at 5:42 PM, Angelos Tzotsos wrote: > Hi all, > > Today I pushed OTB to the official Application:Geo repository for

Re: [otb-users] Re: Top of Canopy optical calibration not available on OTB plugin for qGIS?

2015-12-30 Thread Rashad Kanavath
On Wed, Dec 30, 2015 at 6:13 PM, Niccolò Dainelli < niccolo.daine...@gmail.com> wrote: > Hello Rashad, > Happy to help!. Wishing you a happy new year and also good luck on your image processing course with OTB!. We welcome your feedback and or experience of using OTB in your course. Please

Re: [otb-users] Top of Canopy optical calibration not available on OTB plugin for qGIS?

2015-12-30 Thread Rashad Kanavath
Hello Niccolo, On Wed, Dec 30, 2015 at 4:46 PM, Niccolò Dainelli < niccolo.daine...@gmail.com> wrote: > I am preparing some exercises for a Remote Sensing and image processing > course I will teach next January and I am very interested in the use of > OTB, especially the plugin for qGIS (I use

Re: [otb-users] Re: OTB Errors

2015-12-28 Thread Rashad Kanavath
On Fri, Dec 25, 2015 at 6:10 PM, wrote: > > Hi Rashad > > First off, compliments of the season for you and all devs. > Thanks and you too. > > Secondly, Thanks for all fixes. Monteverdi 3.1 works as expected. I did a > random check of all apps of OTB 5.3, and they all

Re: [otb-users] OTB Errors

2015-12-24 Thread Rashad Kanavath
Which bat file ? In any case can you try this? Not sure about the problem since I cannot reproduce it on the same archive Anyway, I had pushed some fixes onto develop and the archive below is generated from develop. If not much trouble, I would much appreciate your test results.

Re: [otb-users] Re: OTB Applications in Monteverdi 3 Windows 64 Bit

2015-12-23 Thread Rashad Kanavath
Hi Pierre, Strange... I had tested the binaries on two platforms and both have no issues. I also tested installers and Mapla is working. can you copy paste the contents of bat file please ? On Wed, Dec 23, 2015 at 12:08 PM, wrote: > Rashad > > I use the .bat file to

Re: [otb-users] Re: OTB Applications in Monteverdi 3 Windows 64 Bit

2015-12-23 Thread Rashad Kanavath
Hi Pierre, Here is abug report on manits. https://bugs.orfeo-toolbox.org/view.php?id=1125 Please feel free to add any information that you see missing.. On Wed, Dec 23, 2015 at 3:12 PM, Rashad Kanavath <mohammedrasha...@gmail.com > wrote: > Hi Pierre, > > thanks for informat

Re: [otb-users] Re: OTB Applications in Monteverdi 3 Windows 64 Bit

2015-12-23 Thread Rashad Kanavath
Hi Pierre, thanks for information. All time I was checking mapla and issue doesn't appear. Now it make sense. Good thing is that it works. Bad thing is we have a bug! For information, here is what happened. commenting away ITK_AUTOLOAD_PATH was done intentionally for monteverdi some time ago.

Re: [otb-users] Re: OTB Applications in Monteverdi 3 Windows 64 Bit

2015-12-23 Thread Rashad Kanavath
On Wed, Dec 23, 2015 at 3:44 PM, wrote: > Hi Rashad > > Glad to be of some assistance!! > > On a side note, ITK_AUTOLOAD_PATH brings back some bad memories to me. I > used to compile OTB, ICE, Ossim an Monteverdi on Gentoo, and for some > reason I always had to set this

Re: [otb-users] Re: OTB Applications in Monteverdi 3 Windows 64 Bit

2015-12-23 Thread Rashad Kanavath
On Wed, Dec 23, 2015 at 11:25 AM, wrote: > > > Rashad, Victor > > The mingw64 package doesn't give me the ssleay error now, but the OTB > Applications Window is still

Re: [otb-users] Re: OTB Applications in Monteverdi 3 Windows 64 Bit

2015-12-23 Thread Rashad Kanavath
I will update the package for mingw32 and64bit in an hr. On Tue, Dec 22, 2015 at 9:51 PM, wrote: > Hi guys. > > On another side note, when do you expect osgeo4w tarballs for OTB 5.2 and > Monteverdi 3 to be available? > > -- > -- > Check the OTB FAQ at >

Re: [otb-users] Re: OTB Applications in Monteverdi 3 Windows 64 Bit

2015-12-23 Thread Rashad Kanavath
at 9:41 AM, Pieter du Plooy <pjdupl...@gmail.com> wrote: > Thank you Rashad. Any info on why I am getting these strange errors? > On 23 Dec 2015 10:28 AM, "Rashad Kanavath" <mohammedrasha...@gmail.com> > wrote: > >> I will update the package for mingw32 an

[otb-users] What to do about Packaging OTB into Linux?

2015-12-11 Thread Rashad Kanavath
(cross-posted on otb-developers and otb-users) Hello all, OTB does not have any packages officially supported by any linux distro. This old story roots back to days where there are lot of embedded sources inside otb for every dependency it uses. Now they are cleaned up with an expcetion for 6S