![]() |
copy from 2D array to 3D array
hi all!
im having trouble copying from 2d array to 3d array. im not sure this is correct. can anyone help me? i suspect the error is in the last line. Code:
void TwoDimToThree() |
Re: copy from 2D array to 3D array
your image2D you are copying should be function of loop variables.
|
Re: copy from 2D array to 3D array
Impossible to answer, since we don't know what you're trying to achieve. Are you copying from the 2D array to a single "slice" of the 3D array, or are you copying it to multiple slices? Are you mapping 2D pixels to exactly the same pixel in the slice, i.e. does 2D[p][q] get stored in 3D[slice][p][q]?
Is your 2D array really called "image3D"? Using misleading variable names is a great way to confuse yourself. |
| All times are GMT +5.5. The time now is 07:29. |