Skip to content

Pattern Recognition: Breast Cancer detection using Image segmentation techniques

Notifications You must be signed in to change notification settings

9lash/Breast-Cancer-Image-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Breast-Cancer-Image-segmentation

Pattern Recognition: Breast Cancer detection using Image segmentation techniques. io.m and segmentation.m together does the segmentation of the given image and eliminates unwanted noise in an biopsy cell image. Biopsy images contain black and white tissue image of breasts affected with cancer. Each cell is an ellipse and finding features like eccentricity of these ellipses, variance of eccentricities help detect whether the tissue image belongs to the breast cancer set.

========================================================= ##This code in particular stacks up the following features: ##

  • Feature 1: Mean of eccentricities of ellipses
  • Feature 2: variances of the eccentricity
  • Feature 3: kurtosis of the eccentricity
  • Feature 4: skewness of eccentricity
  • Feature 5: Formation of closed chain

About

Pattern Recognition: Breast Cancer detection using Image segmentation techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages