Skip to content

Commit

Permalink
'last'
Browse files Browse the repository at this point in the history
  • Loading branch information
ummadiviany committed Nov 22, 2021
1 parent 4973574 commit 056dfd0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# **Malaria-Image-Classification**
### The below method is successfull in classifying Malarial/Normal samples with with **~92% accuracy**.
For MATLAB Central File Exchange please visit [![View Malaria-Image-Classification on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://in.mathworks.com/matlabcentral/fileexchange/102304-malaria-image-classification)

For GitHub Repo please visit [:octocat: GitHub](https://github.com/ummadiviany/Malaria-Image-Classification)
Expand All @@ -23,7 +24,7 @@ Now the task is to classify the given input image into **Malaria** *or* **Normal

## **Methods**

### **1. Gradient-based edge dectection and morphological operations for Malaria image classification**
### **Gradient-based edge dectection and morphological operations for Malaria image classification**

|Steps | Description | Result |
|:-----:|-----------------------------------------------------|:------------------------------------------:|
Expand All @@ -49,7 +50,14 @@ Below are results are obtained by performing classification on 13780 **Malaria**
**Actual class = Non-Infected**| 1840| 11939 | 13779
**Total** |14937 | 12621 | 27558 -->

## **Prediction Results**
### **Testing on Normal-class images**
![](pred_normal.png)
### **Testing on Malaria-class images**
![](pred_malaria.png)

## **Conclusions**
The proposed method solves the malaria image classification problem with good accuracy. A lot of other advanced methods like use of Classifiers on top extracted feature using feature extraction and more advanced deep learning algorithms like Deep CNNs. But there is a trade-off between computaional effiecieny, time required to train & inferece. The proposed method solves the problem with least possible resources and time constraints with comparable accuracy to more sophisticated methods.



Expand Down
Binary file removed malaria_classification.mlx
Binary file not shown.
Binary file modified malaria_evaluation.mlx
Binary file not shown.
Binary file added pred_malaria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pred_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 056dfd0

Please sign in to comment.