Analyse and treat biomedical images to explore computacional linear algebra concepts and learn how to use masks and filters to extract the necessary data.
This project was created to study and analyse biomedical images with DICOM extensions, like this:
DICOM is an acronym for Digital Imaging and Communications in Medicine. Files in this format are most likely saved with either a DCM or DCM30 (DICOM 3.0) file extension.
The objective is to load the data images of a human chest, use necessary filters and understand how to see possible problems.
More technical details can be observed in the following file:
- Introduction: Import the necessary libraries to read every DICOM medical image.
- Exploratory Data Analysis: Load, construct and navigate in N-dimensional images using CT scans of human chests.
- Usage of masks and filters in biomedical images: Use grayscales to facilitate the processing.
- Biomedical images measures and comparision
- Conclusion
The following technologies were used:
- Languages:
- Python
- Libraries:
# Main library to resolve the problem. import imageio as iio # Library to help in images visualization. import matplotlib.pyplot as plt
This project is under the MIT license. See the LICENSE file for more details.
Made with 🧡 by Jhonatan Oliveira.