Skip to content

kimoktm/Binary-Graphcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Graphcut

Binary Image Segmentation using GraphCut

Installation

Link openCV

Usage

GRAPHCUT graphCut;
graphCut.graphCut(Image, neighboursWeight, windowSize);

neighboursWeight represents the neighbours influence weight. windowSize represents the window around each pixel, 1 means the first 8 nearst neighbours.

About

Segment an Image using GraphCut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages