Click here to Skip to main content
15,921,837 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to vertically scan an image in c# Pin
musefan29-Jan-09 2:30
musefan29-Jan-09 2:30 
GeneralRe: how to vertically scan an image in c# Pin
Swati Khanna29-Jan-09 2:35
Swati Khanna29-Jan-09 2:35 
Questionstacking of 2d images Pin
Nettai29-Jan-09 1:15
Nettai29-Jan-09 1:15 
AnswerRe: stacking of 2d images Pin
musefan29-Jan-09 1:33
musefan29-Jan-09 1:33 
GeneralRe: stacking of 2d images Pin
Nettai29-Jan-09 1:49
Nettai29-Jan-09 1:49 
GeneralRe: stacking of 2d images Pin
musefan29-Jan-09 1:56
musefan29-Jan-09 1:56 
AnswerRe: stacking of 2d images Pin
harold aptroot29-Jan-09 1:45
harold aptroot29-Jan-09 1:45 
AnswerRe: stacking of 2d images Pin
riced29-Jan-09 3:25
riced29-Jan-09 3:25 
How you do it depends on how your images are stored.
Is each image in a separate file? Are they bitmaps, jpegs or some other format.
I once did something similar where the images (horizontal slices through a head) were stored in a set of files.
Each file contained a 2D image as a sequence of integers where an integer corresponded to a pixel. I.e. the file was essentially a 2D array of pixels.
To get the 3D image I had to get the corresponding pixels from each file and monkey around with them. In other words I treated the set of files as a 3D array so I could take slices in horizontal or vertical directions.

Hope this helps but without knowing exactly how the images are stored I can't be more specific.

Regards
David R
QuestionGet Parent Process Pin
ashok_rgm29-Jan-09 1:08
ashok_rgm29-Jan-09 1:08 
AnswerRe: Get Parent Process Pin
musefan29-Jan-09 1:26
musefan29-Jan-09 1:26 
Questioninheritance Pin
Idoshhh29-Jan-09 0:41
Idoshhh29-Jan-09 0:41 
AnswerRe: inheritance Pin
Idoshhh29-Jan-09 0:43
Idoshhh29-Jan-09 0:43 
AnswerRe: inheritance Pin
musefan29-Jan-09 0:51
musefan29-Jan-09 0:51 
GeneralRe: inheritance Pin
Idoshhh29-Jan-09 1:06
Idoshhh29-Jan-09 1:06 
GeneralRe: inheritance Pin
musefan29-Jan-09 1:10
musefan29-Jan-09 1:10 
AnswerRe: inheritance Pin
DaveyM6929-Jan-09 0:57
professionalDaveyM6929-Jan-09 0:57 
GeneralRe: inheritance Pin
Idoshhh29-Jan-09 1:13
Idoshhh29-Jan-09 1:13 
GeneralRe: inheritance Pin
DaveyM6929-Jan-09 1:21
professionalDaveyM6929-Jan-09 1:21 
GeneralRe: inheritance Pin
Idoshhh29-Jan-09 1:28
Idoshhh29-Jan-09 1:28 
QuestionC# tool unable to handle C# Pin
Stephen Dickinson29-Jan-09 0:31
Stephen Dickinson29-Jan-09 0:31 
QuestionCommunication Mechanism Pin
benjamin yap29-Jan-09 0:09
benjamin yap29-Jan-09 0:09 
AnswerRe: Communication Mechanism Pin
musefan29-Jan-09 0:16
musefan29-Jan-09 0:16 
GeneralRe: Communication Mechanism Pin
benjamin yap29-Jan-09 0:24
benjamin yap29-Jan-09 0:24 
GeneralRe: Communication Mechanism Pin
musefan29-Jan-09 0:33
musefan29-Jan-09 0:33 
GeneralRe: Communication Mechanism Pin
musefan29-Jan-09 0:45
musefan29-Jan-09 0:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.