Close

New tests

A project log for X-Ray CT Scanner

Tomographic scanner using my X-Ray machine, a simple motor to rotate the object and a reconstruction software

francisco-piernasFrancisco Piernas 02/12/2019 at 20:490 Comments

Hi everyone, I'm still finishing the code and testing it with new object, this time it's a panel led like this one:


Let's see what it has inside:

We see two screws and what seems to be a capacitor and a resistor. Let's CT scan it.

I removed the walls and filtered by value, the capacitor itself seems to be as transparent to x-rays as the walls, so if I remove the walls I will also remove the capacitor except for its pins.

User nevermore78 did this animation to show the differences between two methods of normalizing the results of the filtered back projection:

The left one is the result of normalizing each pixel of each slice to the maximum value of that slice so this pixel gets the value 255. It has the advantage that this automatically attenuates plastic if metal is present in the slice, but the disadvantage that it may remove some points where it shouldn't (see the capacitor).

The center example is what happens when the object is normalized to the absolute maximum value of all slices. It has the advantage that each pixel gets the value that it should have depending on absorptance, but generally walls aren't removed. The right example is a comparison between the other two.

That's all for now, I will upload the code when it's finished.

Discussions