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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doodle-0.1.tar.gz.
File metadata
- Download URL: doodle-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be66ad5b31dfedc2d4896e5b2488688d91eab5dd968b15f405a1f017eb8a9b6f
|
|
| MD5 |
3181324adba9bc15f1eb49e9dc6f5c3f
|
|
| BLAKE2b-256 |
0d2b8a374fe6a346d5b93328f23343059885c24e128c4d1284c5004600844d7b
|
File details
Details for the file doodle-0.1-py2.py3-none-any.whl.
File metadata
- Download URL: doodle-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa07ce36b339b2fc9dc43910fcb3fcb96f13b3af5f89c61fb5b23ff8b121b96
|
|
| MD5 |
0fcce174b35cf8bf39ac4f6815725733
|
|
| BLAKE2b-256 |
6a05acc1455dc61f6e1c2830fa2811686dfabf653ff441af7052e44bc68fbb73
|