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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file intelligent-scissors-2.0.tar.gz
.
File metadata
- Download URL: intelligent-scissors-2.0.tar.gz
- Upload date:
- Size: 118.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 912e58d30397ab6e535a6a4839593c7ecd2d2d1e7939f0b2e244760d4576d69a |
|
MD5 | ddc71b05c552e184220dc97e6b1bb5eb |
|
BLAKE2b-256 | 8ed06d2a734596193ed5f6de041683f5d545bbf592080309fa0ef450a960fff9 |