scikit-image

There are 210 repositories under scikit-image topic.

  • Image-Py/imagepy

    Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy

    Language:Python1.3k8075330
  • wikke/Tianchi-Medical-LungTumorDetect

    天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet

    Language:Jupyter Notebook4192612152
  • kakul/Alyn

    Detect and fix skew in images containing text

    Language:Python261121680
  • sidroopdaska/SelfDrivingCar

    A collection of all projects pertaining to different layers in the SDC software stack

    Language:Jupyter Notebook230123100
  • p-ranav/PhotoLab

    AI-Powered Photo Editor (Python, PyQt6, PyTorch)

    Language:Python1749744
  • AiAiHealthcare/ProjectAiAi

    AiAi.care project is teaching computers to "see" chest X-rays and interpret them how a human Radiologist would. We are using 700,000 Chest X-Rays + Deep Learning to build an FDA 💊 approved, open-source screening tool for Tuberculosis and Lung Cancer. After an MRMC clinical trial, AiAi CAD will be distributed for free to emerging nations, charitable hospitals, and organizations like WHO 🌏 We will also release our pretrained models and weights as Medical Imagenet.

    Language:Dockerfile106292022
  • fish2000/instakit

    Image processors and filters for use with ImageKit

    Language:Python105649
  • datacarpentry/image-processing

    Image Processing with Python

    Language:HTML10017144123
  • WhoIsJack/python-bioimage-analysis-tutorial

    A self-explanatory, hands-on intro to bioimage analysis in python. Slightly outdated but still much liked by learners.

    Language:Jupyter Notebook973340
  • SarthakJariwala/seaborn-image

    High-level API for attractive and descriptive image visualization in Python

    Language:Python664427
  • ElmiraGhorbani/align_iranian_national_id_card

    A program to align rotated id cards and extract user data from it.

    Language:Python614214
  • Machine-Learning-with-Scikit-Learn-Python-3.x

    reddyprasade/Machine-Learning-with-Scikit-Learn-Python-3.x

    In general, a learning problem considers a set of n samples of data and then tries to predict properties of unknown data. If each sample is more than a single number and, for instance, a multi-dimensional entry (aka multivariate data), it is said to have several attributes or features. Learning problems fall into a few categories: supervised learning, in which the data comes with additional attributes that we want to predict (Click here to go to the scikit-learn supervised learning page).This problem can be either: classification: samples belong to two or more classes and we want to learn from already labeled data how to predict the class of unlabeled data. An example of a classification problem would be handwritten digit recognition, in which the aim is to assign each input vector to one of a finite number of discrete categories. Another way to think of classification is as a discrete (as opposed to continuous) form of supervised learning where one has a limited number of categories and for each of the n samples provided, one is to try to label them with the correct category or class. regression: if the desired output consists of one or more continuous variables, then the task is called regression. An example of a regression problem would be the prediction of the length of a salmon as a function of its age and weight. unsupervised learning, in which the training data consists of a set of input vectors x without any corresponding target values. The goal in such problems may be to discover groups of similar examples within the data, where it is called clustering, or to determine the distribution of data within the input space, known as density estimation, or to project the data from a high-dimensional space down to two or three dimensions for the purpose of visualization (Click here to go to the Scikit-Learn unsupervised learning page).

    Language:Jupyter Notebook554025
  • DataLab-Platform/DataLab

    Open-source Platform for Scientific and Technical Data Processing and Visualization

    Language:Python5221115
  • innat/DIP-In-Python

    Play around with Pixel in Python

    Language:Python458034
  • jaysonsantos/captcha-breaker

    A simple machine learning powered captcha breaker

    Language:Jupyter Notebook43524
  • Gregor-Mendel-Institute/aradeepopsis

    A versatile, fully open-source pipeline to extract phenotypic measurements from plant images

    Language:Nextflow416168
  • ad-si/Perspectra

    Automatically extract documents from images and perspectively correct them with classic computer-vision algorithms

    Language:Python4034
  • benjaminirving/maskSLIC

    Simple linear iterative clustering (SLIC) in a region of interest (ROI)

    Language:Python40359
  • aravindiiitb/python-compare-images

    This repository is mainly about comparing two images. The technique used is SSIM. i.e. Structural Similarity Index Measure We use some of the inbuilt functions available in python's skimage library to measure the SSIM value. Along with SSIM we also measure the MSE ( Mean Square Error ) To know more about the SSIM technique Refer Here: https://en.wikipedia.org/wiki/Structural_similarity

    Language:Python382015
  • RasmusRPaulsen/DTUImageAnalysis

    Exercises, data and other material for the DTU course 02502 Image Analysis

    Language:Python383079
  • Scikit-image-processing

    tirthajyoti/Scikit-image-processing

    Image processing examples with Numpy, Scipy, and Scikit-image

    Language:Jupyter Notebook363026
  • omrawal/Signature-Matching

    Application to detect the similarity of two signatures.

    Language:Python292126
  • sharif1093/py_floor_plan_segmenter

    A Python package to segment cluttered 2D floor plans based on down-sampling.

    Language:Python29322
  • Inspiaaa/QuadTreeImageCompression

    Powerful image compression algorithm based on quadtrees

    Language:Python26202
  • vinjk/3D_Medical_Imaging

    Segmentation of Blood Vessels from 3D Medical Image

    Language:Python26627
  • VladKha/object_detector

    Object detector from HOG + Linear SVM framework

    Language:Python253118
  • ad-si/scikit-image-cheatsheet

    See all scikit-image methods for image creation & manipulation and their output at a glance.

    Language:HTML23202
  • samuroi/SamuROI

    SamuROI - Structured analysis of multiple user-defined ROIs, an open source Python-based analysis environment for imaging data.

    Language:Python175217
  • tpsatish95/indus-script-ocr

    The Indus script optical grapheme recognition engine (from archaeological artifact images)

    Language:Python16304
  • mwyau/PyStormTracker

    Language:Jupyter Notebook14105
  • brainsqueeze/Image_correction

    For correcting / flattening wide-angle image distortion.

    Language:Python13223
  • kapil-verma/Machine_part_defect-detection

    Classification of automotive parts as defective and non-defective with transfer learning.

    Language:Jupyter Notebook132011
  • Erik-White/ColonyScanalyser

    An image analysis tool for measuring microorganism colony growth

    Language:Python121433
  • Analyzable-FR/patch-based-texture-inpainting

    Patch-based inpainting Python library

    Language:Python11121
  • mparker2/rio-segment

    segment a set of rasters using rasterio and skimage

    Language:Python11215