Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leo10manyam/medical_image_processing

computer graphics project
https://github.com/leo10manyam/medical_image_processing

Last synced: about 1 month ago
JSON representation

computer graphics 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.