I am doing project in remote sensing. Working with HDF on matlab is very easy. But i want to implement this with grid computing (Ubuntu). So i am trying with octave. I have HDF4 files of chlorophyll. Normal Image processing will be done by octave easily. But i want to know about hdfread, hdftool in Octave. I am added a image packages within octave image. Can anyone tell me how to read and how to work with hdf data's. Is there any package to add. Please let me know about this.
- How to read hdf data
- How to load hdf data
- How to retrieve image from hdf data
hdfread
andhdftool
are not yet implemented in Octave (I'm looking at version 3.6.4)... – Bott