Skip to main content

Image processing in Python

Project description

scikit-cars: Image processing in Python

This package is a scikit-image fork. See https://github.com/scikit-image/scikit-image for the original package. This package add the following features to scikit-image:

  • Use the SAD for channels distance in SLIC algorithm.
  • Implement Chan-Sandberg-Vese segmentation (Chan-Vase for vector-valued images) with nu parameter.

Warning Even if the package is called scikit-cars, the python module name is still skimage.

Installation

Use pip to install this package:

pip install scikit-cars

Installation from source

Install dependencies using:

pip install -r requirements.txt

Then, install scikit-image using:

$ pip install .

If you plan to develop the package, you may run it directly from source:

$ pip install -e .  # Do this once to add package to Python path

Every time you modify Cython files, also run:

$ python setup.py build_ext -i  # Build binary extensions

Scikit-image license (Modified BSD)

Copyright (C) 2011, the scikit-image team All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of skimage nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

scikit_cars-0.20.0rc9.dev1.tar.gz (22.9 MB view details)

Uploaded Source

Built Distributions

scikit_cars-0.20.0rc9.dev1-cp311-cp311-win_amd64.whl (23.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

scikit_cars-0.20.0rc9.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

scikit_cars-0.20.0rc9.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

scikit_cars-0.20.0rc9.dev1-cp311-cp311-macosx_12_0_arm64.whl (12.6 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

scikit_cars-0.20.0rc9.dev1-cp311-cp311-macosx_10_9_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

scikit_cars-0.20.0rc9.dev1-cp310-cp310-win_amd64.whl (23.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

scikit_cars-0.20.0rc9.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

scikit_cars-0.20.0rc9.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

scikit_cars-0.20.0rc9.dev1-cp310-cp310-macosx_12_0_arm64.whl (12.7 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

scikit_cars-0.20.0rc9.dev1-cp310-cp310-macosx_10_9_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

scikit_cars-0.20.0rc9.dev1-cp39-cp39-win_amd64.whl (23.9 MB view details)

Uploaded CPython 3.9 Windows x86-64

scikit_cars-0.20.0rc9.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

scikit_cars-0.20.0rc9.dev1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

scikit_cars-0.20.0rc9.dev1-cp39-cp39-macosx_12_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

scikit_cars-0.20.0rc9.dev1-cp39-cp39-macosx_10_9_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

scikit_cars-0.20.0rc9.dev1-cp38-cp38-win_amd64.whl (23.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

scikit_cars-0.20.0rc9.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

scikit_cars-0.20.0rc9.dev1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

scikit_cars-0.20.0rc9.dev1-cp38-cp38-macosx_12_0_arm64.whl (12.6 MB view details)

Uploaded CPython 3.8 macOS 12.0+ ARM64

scikit_cars-0.20.0rc9.dev1-cp38-cp38-macosx_10_9_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file scikit_cars-0.20.0rc9.dev1.tar.gz.

File metadata

  • Download URL: scikit_cars-0.20.0rc9.dev1.tar.gz
  • Upload date:
  • Size: 22.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1.tar.gz
Algorithm Hash digest
SHA256 101f3e51fd846aa54b2e260a009c81a53213b527ec215c42b5299b48f550bb4a
MD5 6170c054246626984acd22b41590d9c3
BLAKE2b-256 c513447d39d7c635b2e96b3e914fcfc9bf4f931cc8613293a2952a3fc4c86dd7

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 faccc10154a98723ccc3982ff54c99649a1745249e65d488d48eb4cccb02c800
MD5 1f555d2198bc0584edc32cdb362ad51b
BLAKE2b-256 d0d13c3b45c41dd3317586b7e98959c1575baeb2a92ebca847f85d785c251923

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd26b6537d04623fa5f70ea589421e6799a7335e4bb933b8b7735a2dc1dcad82
MD5 ce045fd79df9f9e81a55f6d07abf1a56
BLAKE2b-256 cba5f29b2df31c179b5ae4d2b06ec21b7abe1eed892d20e233b99aa66d8621ff

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81b2867028d2ac298dac3ac7afffce4a04f40ad314e5740fee23c556297f6760
MD5 0e880243af446a6832621e2b75629ec6
BLAKE2b-256 8f1fcfcfa564a87c54e9f7f4b0a8c7c90f5bd5fae88b08bbbb5863fbdb3de842

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 1aa0524e6f76a6b76c3a4fd70df6ad9ea27ae80d1ec7e23fe6d041c87f99418d
MD5 2f44d81b55411ceeaaac9779ac00bde8
BLAKE2b-256 d1fc98d9c94e0b6ffdf8b08d52805c249f2e459732b11c4ec793a27f86d43fa8

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 38fdee1ae8bdca0ef70de88e4ef03f8c2e44033f12c36ca644b2996385ee75db
MD5 49abb46797fed2b687646312093bf800
BLAKE2b-256 d1d513bf2a5cc0674309b1e135d6980714f7bd9f7e63bdc959fbe4d26638c095

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6bc6d95605ffbff3300798f74ef12712ee79bdc139909275ac27c856e1b43179
MD5 da1ba6c970e5ce182949b6694a1634eb
BLAKE2b-256 8c8dab88173a9f31f4e75d9ecf0e2de6d246b7889341a24fc687c6d8521e34fc

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6acfd974e429e56abff8b1a12c60ab39bcfb8108b24db53023b51ef4f5eb0171
MD5 96797f34b78535b877be818730aaaa9d
BLAKE2b-256 2b8450d2f1b70d6bfb59ed28ddbb7b86b4cc7426f6da453c8776fb80f6f2b83c

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69e5fa4e8584e37e2cd107f4a5f913ec293d91a35828671c26ba1411f6ecb6e3
MD5 e7802b4b802ee5f111600bdbd040ffc8
BLAKE2b-256 b67a0494ab46b06b00139317bdaa4f501d8c25c3ad1c5d575e6db7e2d420b2a6

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 ace217b061ad2c46a7ccddc40041a45671f7859c1b92e6b144b87f7cf51c163d
MD5 110e6ae64829c248e0ac7a3411fedc3a
BLAKE2b-256 38e7f907caf3e9eaaba121c21e7d86ca439cbfd33ba60a89611eeda797da1826

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50eb766c625b82300264d93d8874687eba9130d4636e6a4b705481b044b7237c
MD5 8b8f29358f808ff0caa950a4f2460788
BLAKE2b-256 f1ca49a93ed491553a9e68d59cbe10717d0ab38704355c672f5a607e91de379d

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cb38401c19c4c9e4de075782f137de73923197c320f8954e194cdbdb85da1c3c
MD5 25351155b664a2b0f390353c804ac70c
BLAKE2b-256 bbc41aaed639b9cef49e7041f65101d1bf0c18dd3b5b8a895740775fd8563b6d

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be164cd67e00dc547cde9aa9d5aa11ec54d8a9c12bbaf19b113b1bacde6c1ea5
MD5 2c33244d65ade15745eeebba0d528967
BLAKE2b-256 2a076100da5235552d078d70e53199e2622cfaddf7ed264e68914f11eb6cc3e1

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb3da856c991ebccbbb5c9dfaa63a094a31eb9adb0f67ae1c6de9a8de7590251
MD5 a48edec467938c0559fab8bb209c930b
BLAKE2b-256 186622a299ec3c3739988e9e338fe4cbe70ce4b9833ea8c84e52bf8b2b784bc2

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 3d248fc4152644bcdaac395f55f951a1f42f0ba4240fea2ff34ceb1086d0d8a3
MD5 c676b016e86e9c04a2f6fd47badc44f5
BLAKE2b-256 8c234a284dc96640d419f4d626decb7ada7c310f61aab4d454c72f82817f9746

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 227a8be960244810cc2c6427cf332db7fc0e24d5ba097c797f38e37af4bbe682
MD5 d273e7967d6798050c832e6a7a9c3c4f
BLAKE2b-256 76f6cb7f80ffb6688cd73a30235e33cff30ed699ae48b611953603a533ef85a1

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5f7769dc0255e23d7ee6642abe4187159e12be5ecc512e49c2be092d897744c8
MD5 78e74eff4d1962e723d062a4deffbcbc
BLAKE2b-256 9c995378f516052e1bf3735f20ac7b35cd4778195fd9701c032e26124e706722

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad971fd2096e97a9f09ab8c040085e3795388c48fbdc04aa212447dae37f9282
MD5 d64a1c3a4c2c173253b3b638c79f959b
BLAKE2b-256 5224d04ac582d2c84a41cfb61c3fcafbf98d84ed582bda423d9e969991743111

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 478a18a6d635142028d39d5da07a63355fa4bf3bf6a1840f5d47995ab8bba922
MD5 e571fe515a5cc8527cf7767c70f90237
BLAKE2b-256 9583e0ececd73cd69cab3f261c3a0d833159f65d3d5fd776dc7497e0460229ca

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp38-cp38-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp38-cp38-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 3b3d3d9b5f84ef99cf5b9c949627611053edcf4a43e8f50320e7f59b98fafa0d
MD5 6d555e4ca3fe6e301615b284ad52aee2
BLAKE2b-256 698054ff08d338e586d1434280bfccc205ef04d7736a36a415fead71295d3602

See more details on using hashes here.

File details

Details for the file scikit_cars-0.20.0rc9.dev1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_cars-0.20.0rc9.dev1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b5c03ffbd4ee856fa9a1a33c8ac478f59d06922c72f36cc6ab7cff45169863f
MD5 b59debc7f0808aa31fd21099365e038c
BLAKE2b-256 a7865a96fa8f82b749c3383eb7f1f0f7e598c0ab257eeed0bcaac2d1f2b45063

See more details on using hashes here.

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