Skip to content

Image Thresholding is an implementation of the Otsu and binary image thresholding algorithms. 2020.

Notifications You must be signed in to change notification settings

csbanon/image-thresholding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Thresholding

Overview

  • Year: 2020
  • Language(s): Python
  • Discipline(s): Computer Vision, Image Thresholding
  • Keywords: binary-thresholding, computer-vision, image-thresholding, otsu-thresholding

Description

Image Thresholding is an implementation of the Otsu and binary image thresholding algorithms.

These can be found in the following files:

  • otsu_thresholding.py
  • binary_thresholding.py

The input of this program is the file path to an image of your choice.

Build Instructions

  1. Clone the repository.
  2. Open the directory with Terminal.
  3. Run the program with the following instruction: python <thresholding_file> <path_to_image>

About

Image Thresholding is an implementation of the Otsu and binary image thresholding algorithms. 2020.

Topics

Resources

Stars

Watchers

Forks

Languages