An open API service indexing awesome lists of open source software.

https://github.com/leo10manyam/medical_image_processing

image processing project
https://github.com/leo10manyam/medical_image_processing

accuracy medical-imaging python xray-images

Last synced: 6 months ago
JSON representation

image processing project

Awesome Lists containing this project

README

          

# medical_image_processing
computer graphics project
used grayscale, Histogram Equalization,Contour Detection,Color Mapping,K-means Clustering,Morphological Operations

Medical Image Processing: Using computational techniques to analyze and interpret medical images.

Purpose: Enhance diagnostic accuracy, assist in treatment planning, and improve patient outcomes.
Techniques Covered: Grayscale Conversion, Histogram Equalization, Contour Detection, Color Mapping, K-means Clustering, Morphological Operations, Highlighting Regions of Interest.

Objective: Develop a tool to process and analyze medical images using various image processing techniques.
Image Used: X-ray image saved as medicalradio2.jpeg.
Tools Used: OpenCV, NumPy, Matplotlib, Python.