opening images of *.vod format

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

opening images of *.vod format

Russell Kincaid
Dear Experts,

Does anyone know of a way to open *.vod file format images in imageJ?

So far, I've had some success, with files of size 33,554,573 bytes, by
importing as raw type. But, the background grayscale value seems too
large. The opening parameters I'm using are 32 bit, signed/unsigned,
1024 x 8192, Little-Endian, with 141 byte header offset.

Any ideas??

Thank you,

Russell Kincaid
Reply | Threaded
Open this post in threaded view
|

getBounds of "thick" lines

Joachim Wesner
Hi list,

I just found out that the bounding rectangle of a "thick" line selection
(linewidth > 1) does not seem to take account the extra width, it only
returns the rectangle spanned by the the center points.

line.contains() does work correctly (the way I expect it) instead, by
calling getPolygon().contains(x, y) if width > 1

Would also calling getPolygon().getbounds(x, y) in line.getbounds() fix
this? Should this be changed?

Sincerely

Joachim Wesner



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________