Repository navigation

#

scikit-image

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

Python
1317
1 年前

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

Jupyter Notebook
422
3 年前

Detect and fix skew in images containing text

Python
264
6 年前

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.

Dockerfile
107
5 年前
Python
105
3 年前

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

Jupyter Notebook
97
2 年前

Automatically extract documents from images and perspectively correct them with classic computer-vision algorithms. Check out Perspec for a GUI alternative.

Python
77
5 个月前

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

Python
67
19 天前

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

Python
63
2 小时前

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

Python
62
6 年前

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).

Jupyter Notebook
55
4 年前

A simple machine learning powered captcha breaker

Jupyter Notebook
43
9 年前

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

Python
41
8 年前

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

Nextflow
41
2 年前

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

Python
41
18 天前

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

Python
39
8 年前