Hi Marco, You might want to take a look at the examples at http://www.hdfgroup.org/HDF5/doc/cpplus_RM/examples.html, if you haven't. They might give you some ideas.
Binh-Minh >-----Original Message----- >From: [email protected] [mailto:hdf-forum- >[email protected]] On Behalf Of marcocamma >Sent: Wednesday, June 09, 2010 8:12 PM >To: [email protected] >Subject: [Hdf-forum] Reading Array of images > > >Hi, > >I have a file with an array of 2D matrices (of int or float). > >I'm trying to read them using c++ but I'm struggling. > >This is the part of the code: > > H5::H5File file("xppcom10-r0024.h5",H5F_ACC_RDONLY); > H5::DataSet dataset = >file.openDataSet("/Configure:0000/Run:0000/CalibCycle:0000/Camera::FrameV1/ >XppSb3Pim.1:Tm6740.1/image"); > >How to continue ? >Thanks, >marco >-- >View this message in context: http://hdf- >forum.184993.n3.nabble.com/Reading-Array-of-images-tp883969p883969.html >Sent from the hdf-forum mailing list archive at Nabble.com. > >_______________________________________________ >Hdf-forum is for HDF software users discussion. >[email protected] >http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org > > >-- >Internal Virus Database is out-of-date. >Checked by AVG. >Version: 7.5.549 / Virus Database: 270.9.0/1778 - Release Date: 11/9/2008 >2:14 PM _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
