gerbilvis / gerbil

Gerbil Hyperspectral Visualization and Analysis Framework
http://gerbilvis.org
GNU General Public License v3.0
43 stars 15 forks source link

Gerbil API issues #36

Open lotfiGipsyKing opened 7 years ago

lotfiGipsyKing commented 7 years ago

hello, i want integrate gerbil APi in a project but i didn't found any documentation for the function, classe... can you help in this point ??? thanks

ypnos commented 7 years ago

Hello,

Did you see the tutorial at http://gerbilvis.org/devel/sdk-intro/?

There is not much API documentation right now unfortunately, but you can build Doxygen documentation from the source (make doc). The multi_img class is the most important one and also well-commented.

If you are willing to share in what field you would like to work or which functionality of Gerbil you would like to use, I can give you additional pointers or improve the documentation of that part.

lotfiGipsyKing commented 7 years ago

Hello, Firstly i want Thank you for sharing this tuto, i didn't see it, i have a question about the file format supported by Gerbil , is Gerbil Support the ENVI Format(.Bil , .img , hdr.. ), because i tried to use ENVI format in GUI but in vain

ypnos commented 7 years ago

The answer to your question can be found here.

Make sure that you compile Gerbil with the GDAL library. GDAL is needed to open ENVI files. See here.