Skip to content

redbug312/study-of-graphcutseamfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study of GraphCutSeamFinder

This is the demo part of team 11 presentation, on the course Image Processing (National Taiwan University, 2017 Fall).

slides

  • main.py builds a primitive GraphCutSeamFinder in Python. External libraries including OpenCV, Numpy, PyMaxflow are needed.
  • opencv/main.cpp shows how to pass parameters to GraphCutSeamFinder function of OpenCV. Noted that the result sucks.

Credits