Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leo10manyam/medical_image_processing
- Owner: leo10manyam
- Created: 2024-08-20T19:44:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:49:59.000Z (5 months ago)
- Last Synced: 2024-08-20T21:48:50.812Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# medical_image_processing
computer graphics project
used grayscale, Histogram Equalization,Contour Detection,Color Mapping,K-means Clustering,Morphological OperationsMedical 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.