Skip to content

Classification of Gastrointestinal Diseases of Stomach from WCE using the improved Saliency-based method and Color Features

Notifications You must be signed in to change notification settings

rashidrao-pk/Classification-of-Gastrointestinal-Diseases-of-Stomach-from-WCE-using-the-improved-Saliency-based-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Classification-of-Gastrointestinal-Diseases-of-Stomach-from-WCE-using-the-improved-Saliency-based-me

Classification of Gastrointestinal Diseases of Stomach from WCE using the improved Saliency-based method and Color Features

image

Proposed Methodology

image

Segmentation

Active Contour-based segmentation

Algorithm 1: Initialize the Mask (φ^0) Step 1: Set the initial Mask to zero Step 2: MinPixelRange ← 50, MaxPixelRange ← 210 Step 3: rows ← MinPixelRange, cols ← MinPixelRange Step 4: For rows to MaxPixelRange if (rows == MinPixelRange) MaxPixelValue ← Selected Channel (rows, cols) End if
For cols to MaxPixelRange if (Selected Channel (rows, cols) ≥ MaxPixelValue) MaxPixelValue ← Selected Channel (rows, cols) R ← rows C ← cols End if End inner For End outer For Step 5: Create MaskValue1 ← ((R+C))/2, and MaskValue2 ← MaskValue1/2 Step 6: Get final Mask ((MaskValue2, MaskValue1), (MaskValue2, MaskValue1))

image

Improved Saliency-based segmentation

image Figure 4: Improved saliency-based segmentation effects.

image Figure 5: Proposed fusion effects using MAP approach.

Feature Extraction

image Figure 6: Flow diagram of Features extraction and reduction.

Results

image Segmentation Accuracy

image

image Classification Accuracy

image Confusion Matrix

image Computation Time

Results Comparison & Analysis

image

About

Classification of Gastrointestinal Diseases of Stomach from WCE using the improved Saliency-based method and Color Features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages