opencv - DICOM Image Orientation evaluation in Java -


i have been trying find out since long time, due lack of experience in java, totally lost. want operations in dicom in java. have used imagej library open image.

dicom dcm = new dicom(); dcm.open("/users/.../dropbox/dicom/im-0001-0006.dcm"); dcm.show(); 

now want find dominant orientation of image. don't have idea how find that. though have background.

-> want plot of orientation index.

-> want angular plot obtain imagej=> orientation plugin=> orientation distribution=> s distribution.

-> how can convert dicom image readable opencv operation?

-> want read each , every pixel of dicom image or @ least convert dicom jpeg reading pixel.

-> can use opencv library java in eclipse in mac os x? want process dicom images or least read , work pixels or @ least convert dicom image matrix work them?

-> main target study directionality , structure tensor in dicom images.

-> how obtain eigen-vectors of image?

nb: if not correct place ask question, @ least let me know post it. answer of single question can me lot. totally lost.... please hope helpful.


Comments