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
- Host: GitHub
- URL: https://github.com/leo10manyam/medical_image_processing
- Owner: leo10manyam
- Created: 2024-08-20T19:44:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:49:59.000Z (about 1 year ago)
- Last Synced: 2025-02-09T17:45:03.029Z (8 months ago)
- Topics: accuracy, medical-imaging, python, xray-images
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- 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.