-
to be clear
07/19/2023 at 17:07 • 0 commentsthe previous image is not a reconstruction. is the result of Xray the bone as is in this photo.
however, the image result would be something like that, after the process.
at this time, i'm almost able to do the whole experiment to see if this could be viable.
-
After the Image processing
07/19/2023 at 17:02 • 0 commentsOnce you have the photos, the magic maths comes in!
the result is an reconstructed image that is a view from the rotation axis. this means, is almost the bone was Xray'ed by the front face (not by the side).
the resulting image would be something like this
-
Rotating the bone (xray)
07/19/2023 at 16:55 • 0 commentshere is how image is captured in the different position. This is an arbitrary degree of rotation (CT system do this 600-1200 times in a turn), only for demo purposes.
-
Rotating the Bone
07/19/2023 at 16:51 • 0 commentsHere is the bone in a diferrent orientation, basically like it was rotating
-
The bone Image
07/19/2023 at 16:49 • 0 commentshere, the Xray image produced by the cow's bone in that position.
well... to be more clear, the Xray path is from above the bone, to bottom; the dark circle where the bone is located, is the entry face of the detector. this detector is called Image Intensifier
-
A bit more about
07/19/2023 at 16:39 • 0 commentstime ago since my last entry... however, i still working on !
here, i had the chance to make some pictures in a C-arm system; C-arm is a machine with a live video that is able to deliver Xrays at one end, then capture and display the image on a monitor for reviewing or postprocessing.
here i post some to explain what CT does.
this first photo shows a cow bone i'm using as a sample/model
-
Pentium Inside
09/29/2022 at 15:57 • 0 commentsIn computer enviroment, is difficult to say what is worst.... get parts/resources, or putting them in working condition.....
I found a old Pentium tower with the ISA bus nedded to use the Digitizer board
A little upgrade done, is add a Fan to CPU module.
after cleaning and testing the power supply, CD unit, Memory, etc... it is running
Now is possible start to install the software: the digitizer software runs on D.O.S. then i need how to move the files later into a USB Stick.
here a picture of the digitizer sofware
Here the programming is typing automated macros/scripts, to capture the Xray profiles, prior to reconstruction.
-
A small Detour
09/29/2022 at 15:40 • 0 commentsWell.... some time without posting here. When things needs detail, speed goes down.
I had the chance to support a Dicom Viewer Station, implemented with an Imac PC.
-
Reuse for Revamp
06/15/2022 at 20:14 • 0 commentsThe 3D Slicer is perfect to show the output images for the doctor´s diagnostic. However, there is a couple of things:
1) 3D slicer works with 2D images. It can use plenty of file formats, but again, 2D images.
2) CT systems does not produce images, it delivers Projections.
In this scenario, i need take the data collected from Gantry ( Detector), and translate to 2D images for use in 3D Slicer. To do the first part, i will Reuse this board:
This is an old 8 bit Frame Grabber that i got, and i had used into another past projects. As you can see, this board has a ISA BUS. This is itself a challenge, because i need to put in working condition the board to capture the projections.
-
Taking choices
06/15/2022 at 16:53 • 0 commentsAfter a Tons of reading, testing and evaluating the Open Source options, i found a perfect tool for this Project (conversion of 2D images into 3D volume, then slice it arbitrary). This is exactly what a doctor does analizing the patient´s anatomy. The software with the GUI closest to market systems is 3D SLICER (www.slicer.org)
This photo shows how it works, using a DataSet available for download with the software.
keeping the Open Source soul, the system is running on UBUNTU.