About Store Forum Documentation Contact



Post Reply 
Efficient Resize/Downsample of Image3D
Author Message
Chris Offline
Member

Post: #1
Efficient Resize/Downsample of Image3D
Hi,

Any chance of providing additional functions/overloads for:

Image::resize
Image::crop

..for a 3D Image. I would like to downsample a 3D Image efficiently, without manually creating a new Image; -Or is it possible to already do this using: My3DImage.data()

Thanks
(This post was last modified: 10-11-2011 04:53 PM by Chris.)
10-11-2011 04:30 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Efficient Resize/Downsample of Image3D
I can add those functions, but they will be as fast as manual setting the pixels
10-11-2011 04:54 PM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #3
RE: Efficient Resize/Downsample of Image3D
Thanks for the quick response, I think they may be useful to have, but if you think no-one else would ever use it, it'd be a waste of time.

EDIT:

Oh, I didn't realize Image3D.downSample() already resized the image, I should just be able to use this (I think for now), as I just want a 2x reduction.

Thanks.
(This post was last modified: 10-11-2011 05:44 PM by Chris.)
10-11-2011 05:14 PM
Find all posts by this user Quote this message in a reply
Post Reply