AlexVergaraGil
08-20-2007, 01:39 PM
Hi all!
I have an array with dimensions m x n x o and I must perform a rendering for example in a plane (or maximum projection, etc) and give an m' x n' output.
My problem is when m' or n' are in the same order of m, n or o there appear blank spaces. I cannot find a concise algorithm to make this. does some one help me.
good work
Alex
PS
Dimensions and array type are not relevant as I can obtain the initial array in linear form.
I have an array with dimensions m x n x o and I must perform a rendering for example in a plane (or maximum projection, etc) and give an m' x n' output.
My problem is when m' or n' are in the same order of m, n or o there appear blank spaces. I cannot find a concise algorithm to make this. does some one help me.
good work
Alex
PS
Dimensions and array type are not relevant as I can obtain the initial array in linear form.