skimage2.feature#
Warning
This module is part of the experimental skimage2 namespace and is subject to change without notice.
Do not use it in production code.
See the migration guide for more details.
Feature detection and extraction, e.g., texture analysis, corners, etc.
Finds blobs in the given grayscale image. |
|
Finds blobs in the given grayscale image. |
|
Finds blobs in the given grayscale image. |
|
Edge filter an image using the Canny algorithm. |
|
Extract FAST corners for a given image. |
|
Compute Foerstner corner measure response image. |
|
Compute Harris corner measure response image. |
|
Compute Kitchen and Rosenfeld corner measure response image. |
|
Compute Moravec corner measure response image. |
|
Compute the orientation of corners. |
|
Find peaks in corner measure response image. |
|
Compute Shi-Tomasi (Kanade-Tomasi) corner measure response image. |
|
Determine subpixel position of corners. |
|
Extract DAISY feature descriptors densely for the given image. |
|
Visualization of Haar-like features. |
|
Multi-block local binary pattern visualization. |
|
Compute the Fisher vector given some descriptors/vectors, and an associated estimated GMM. |
|
Calculate the gray-level co-occurrence matrix. |
|
Calculate texture properties of a GLCM. |
|
Compute the Haar-like features for a region of interest (ROI) of an integral image. |
|
Compute the coordinates of Haar-like features. |
|
Compute the Hessian matrix. |
|
Compute the approximate Hessian Determinant over an image. |
|
Compute eigenvalues of Hessian matrix. |
|
Extract Histogram of Oriented Gradients (HOG) for a given image. |
|
Estimate a Gaussian mixture model (GMM) given a set of descriptors and number of modes (i.e. Gaussians). |
|
Compute the local binary patterns (LBP) of an image. |
|
Brute-force matching of descriptors. |
|
Match a template to a 2-D or 3-D image using normalized correlation. |
|
Multi-block local binary pattern (MB-LBP). |
|
Local features for a single- or multi-channel nd image. |
|
Find peaks in an image as coordinate list. |
|
Plot matched features between two images. |
|
Compute the shape index. |
|
Compute structure tensor using sum of squared differences. |
|
Compute eigenvalues of structure tensor. |
|
BRIEF binary descriptor extractor. |
|
CENSURE keypoint detector. |
|
Class for cascade of classifiers that is used for object detection. |
|
Oriented FAST and rotated BRIEF feature detector and binary descriptor extractor. |
|
SIFT feature detection and descriptor extraction. |