Skip to main content

Intelligent Scissors tool

Project description

Intelligent-Scissors

The Intelligent Scissors can be used to select an image region defined by strong color-changes at the edges.

You can learn more about it in papers:

Installation

pip install intelligent-scissors

Usage

To use in your program

from scissors.feature_extraction import Scissors

image = ...
scissors = Scissors(image)

seed_x, seed_y = ...
free_x, free_y = ...
path = scissors.find_path(seed_x, seed_y, free_x, free_y)

Also you can run a simple demo

from scissors.gui import run_demo

file_name = 'image.png'
run_demo(file_name)

Details

The current implementation includes

  • Static features
  • Dynamic features
  • On-the-fly Training
  • Unrestricted graph search

On-the-fly Training allows you to select a “good” initial-boundary segment. However, this results in poor performance for new segments with different intensity/gradient magnitudes. To overcome this, first try selecting a small region of the new segment to create correct dynamic features.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intelligent-scissors-2.0.tar.gz (118.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page