Skip to main content

A library to segment objects in an image in a semi-automated fashion.

Project description

A library to segment objects in an image in a semi-automated fashion.

As of now, the library can segment objects manually. If you are using skimage, you can find a similar function in the future module in the developmental version.

Installation

Using pip:

$ pip install doodle

For the developmental version:

$ git clone https://github.com/pskeshu/doodle.git

$ pip install -e .

Example

>>> import doodle
>>> from skimage import data, io
>>> camera = data.camera()
>>> seg = doodle.manual(camera)
>>> io.imshow(seg)
>>> io.show()

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

doodle-0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

doodle-0.1-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 Python 3

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