Skip to content

fine-simple/Intelligent-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent-Scissors

Selection tools can be used to select objects in an image to resize/delete/copy/move the objects. There are many types of selection tools such as rectangles or free-form selection tool, sometimes free-form selection tools are called Lasso’s. You can imagine a lasso as a rope surrounding your selection. Unfortunately, selection using ordinary lasso’s can be tedious and boring.

In Photoshop, there is a more advanced version of ordinary lasso’s called Magnetic Lasso Tool. Magnetic Lasso Tool is a lasso that automatically snaps to the objects’ boundaries. You can watch a demo of it here.


Car Selected using magnetic lasso tool

The technical term for the Magnetic Lasso Tool is Livewire or Intelligent Scissors. In this project we want to implement a simple magnetic lasso using image processing, graphs, and greedy algorithms.

Features

• Real-time livewire drawing

• Cropping photo after selection

• Saving the cropped photo to multiple supported file formats

• Ability to automatically drop anchor points with different frequencies

• Simple GUI

Screenshots

is_1 is_2
is_3 is_4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages