Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIC-Learner

MIC-Learner is a plugin for ImageJ that provides a GUI for discovering AI approaches in Image Processing.

The GUI divides into 2 main parts:

  • the first in task-driven to help the user to find the best approach for a given task.
  • the second is algorithm-driven to help the user to find the best algorithm for a given task.

The tasks are divided into 4 main categories:

  • Image Classification
  • Object Detection
  • Image Segmentation (semantic or instance segmentation)
  • Image Enhancement (denoising)

With each time a description of what are the expected results for each type of task.

The provided algorithms corresponds to classics in computer vision.

  • Random Forest (using) Weka
  • Multi-Layered Perceptron (MLP)
  • Convolutional Neural Network (CNN)
  • You Only Look Once (YOLO)
  • U-Net

The algorithms are explained and a test model is provided to allow the user to test the performance of the algorithms. The test models use-cases are explained along with the algorithms. Tests can be performed on a sample image or on an image provided by the user.

About

An ImageJ plugin for educational purpose about deep-learning and machine-learning in image processing and analysis. the GUI provides several algorithms with explanations, the running of algorithms is done via MIC-Learning plugins or third-party plugins

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages