Front Page Forums BioMap img/hdr to text file

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1237
    Chris Arthur
    Participant

    I was interested in doing some numerical analysis on image data so I have written a small c++ that converts img/hdr pair generated by "4000 imaging" into a comma delimited text file.

    I have added it to Sourceforge so that anyone can use it.

    [url]http://sourceforge.net/projects/img2csv/[/url]

    It is obviously released without any warranty. It uses the CImg library to access the image data (a copy of the version used is included with img2csv)

    It has been tested on Linux running fedora and centos but should work for other unix flavors.

    The first column is a string of the form "X47 Y32", corresponding to the XY position data

    Be warned unpacking a img/hdr file into raw text generates very large files.

    I hope other people find it useful. Comments criticisms or addendums welcome.

    Chris

    Post edited by: arthuc01, at: 2008/09/04 01:19

    #1239
    Anonymous
    Guest

    Is it possible to get the IMG file structure? We would like to have that for our internal use.
    arthuc01: Please let me know. My email is chaudhary.t@pg.com

    #1241
    Markus Stoeckli
    Moderator

    The img file structure is descibed in this forum, please use the search function and you’ll find it. But… you may want to start writing software for the new imzML format. Its a XML format, making live much easier…

    Markus

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.