Skip to content

Y-Tian/mangaFactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Image Classifier

An image classifier built around the desire to match two images, one a real life portrait and the other an artificial manga drawing. shown here: alt-text alt-text alt-text

It runs different similarity checks such as:

  1. Structural similarity indexes
  • MSE
  • SSIM
  1. Edge detection and tracer into black & white
  • Laplace Transforms
  1. Shape and object tracing
  • Contours

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  1. Two images, required to be the exact same dimensions.

Prerequisites

What things you need to install the software and how to install them

  1. Python3 is required, please upgrade from Python2 if you have not already done so.

  2. Make sure to have the following modules installed: skimage and python-opencv.

Running the tests

  1. Drop in your own images to the ./images/ directory and run the classifier:
python3 compare.py
  1. A matlab plotter GUI will popup indicating the similarity factor between the two input images.

Agenda

  1. Neural networking infrastructure to create layers to classify the edges (similarity)

Articles

About

Manga image classifier using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages