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
wikke/Tianchi-Medical-LungTumorDetect
天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet
kakul/Alyn
Detect and fix skew in images containing text
sidroopdaska/SelfDrivingCar
A collection of all projects pertaining to different layers in the SDC software stack
p-ranav/PhotoLab
AI-Powered Photo Editor (Python, PyQt6, PyTorch)
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.
fish2000/instakit
Image processors and filters for use with ImageKit
datacarpentry/image-processing
Image Processing with Python
WhoIsJack/python-bioimage-analysis-tutorial
A self-explanatory, hands-on intro to bioimage analysis in python. Slightly outdated but still much liked by learners.
SarthakJariwala/seaborn-image
High-level API for attractive and descriptive image visualization in Python
ElmiraGhorbani/align_iranian_national_id_card
A program to align rotated id cards and extract user data from it.
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).
DataLab-Platform/DataLab
Open-source Platform for Scientific and Technical Data Processing and Visualization
innat/DIP-In-Python
Play around with Pixel in Python
jaysonsantos/captcha-breaker
A simple machine learning powered captcha breaker
Gregor-Mendel-Institute/aradeepopsis
A versatile, fully open-source pipeline to extract phenotypic measurements from plant images
ad-si/Perspectra
Automatically extract documents from images and perspectively correct them with classic computer-vision algorithms
benjaminirving/maskSLIC
Simple linear iterative clustering (SLIC) in a region of interest (ROI)
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
RasmusRPaulsen/DTUImageAnalysis
Exercises, data and other material for the DTU course 02502 Image Analysis
tirthajyoti/Scikit-image-processing
Image processing examples with Numpy, Scipy, and Scikit-image
omrawal/Signature-Matching
Application to detect the similarity of two signatures.
sharif1093/py_floor_plan_segmenter
A Python package to segment cluttered 2D floor plans based on down-sampling.
Inspiaaa/QuadTreeImageCompression
Powerful image compression algorithm based on quadtrees
vinjk/3D_Medical_Imaging
Segmentation of Blood Vessels from 3D Medical Image
VladKha/object_detector
Object detector from HOG + Linear SVM framework
ad-si/scikit-image-cheatsheet
See all scikit-image methods for image creation & manipulation and their output at a glance.
samuroi/SamuROI
SamuROI - Structured analysis of multiple user-defined ROIs, an open source Python-based analysis environment for imaging data.
tpsatish95/indus-script-ocr
The Indus script optical grapheme recognition engine (from archaeological artifact images)
brainsqueeze/Image_correction
For correcting / flattening wide-angle image distortion.
kapil-verma/Machine_part_defect-detection
Classification of automotive parts as defective and non-defective with transfer learning.
Erik-White/ColonyScanalyser
An image analysis tool for measuring microorganism colony growth
Analyzable-FR/patch-based-texture-inpainting
Patch-based inpainting Python library
mparker2/rio-segment
segment a set of rasters using rasterio and skimage