Skip to content
/ yapic Public
forked from yapic/yapic

Yet Another Pixel Classifier (based on deep learning)

License

Notifications You must be signed in to change notification settings

dlesmesl/yapic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status PyPI

DZNE

YAPiC is developed by Image and Data Analysis Facility, Core Reseach Facilities, DZNE (German Center for Neurodegenerative Diseases).

YAPiC - Yet Another Pixel Classifier (based on deep learning)

Check the YAPiC Website for documentation, examples and installation instructions.

What is YAPiC for?

With YAPiC you can make your own customzied filter (we call it model or classifier) to enhance a certain structure of your choice.

We can, e.g train a model for detection of oak leafs in color images, and use this oak leaf model to filter out all image regions that are not covered by oak leaves:

  • Pixels that belong to other leaf types or to no leafs at all are mostly suppressed, they appear dark in the output image.
  • Pixels that belong to oak leafs are enhanced, they appear bright in the output image.

The output image is also called a probability map, because the intensity of each pixel corresponds to the probability of the pixel belonging to an oak leave region.

You can train a model for almost any structure you are interested in, for example to detect a certain cell type in histological micrographs (here: purkinje cells of the human brain):

Histology data provided by Oliver Kaut (University Clinic Bonn, Dept. of Neurology)

We have used YAPiC for analyzing various microscopy image data. Our experiments are mainly related to neurobiology, cell biology, histopathology and drug discovery (high content screening). However, YAPiC is a very generally applicable tool and can be applied to very different domains. It could be used for detecting e.g. forest regions in satellite images, clouds in landscape photographs or fried eggs in food photography.

About

Yet Another Pixel Classifier (based on deep learning)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%