G06V 10/40

Definition

Diese Klassifikationsstelle umfasst:

(Für diese Definition ist die deutsche Übersetzung noch nicht abgeschlossen)

Methods and arrangements for extracting visual features which are subsequently input to an object recognition algorithm

Notes – technical background

These notes provide more information about the technical subject matter that is classified in this place:

Formerly, the choice of suitable feature extraction algorithms was a crucial design choice in the art of pattern recognition algorithms. It had a strong influence of the overall performance. With the advent of deep learning, particularly in convolutional neural networks, the need for the hand-picked design of dedicated feature extraction algorithms has decreased to some extent, because the inner layers of the neural networks are trained to automatically find suitable features from the training data.

Notes – other classification places

Subgroups of group G06V 10/40 focus on specific kinds of feature extraction techniques. These include:

Note: Global feature extraction techniques often involve domain transformations, such as frequency domain transformation. The global descriptors contain numerical data, such as vectors or matrices, but they can also represent the image or object in an abstract form as a string of symbols from a predetermined alphabet, which are integrated using a grammar (covered by group G06V 10/424).

Examples

Bildreferenz:G06V0010400000_0


Bildreferenz:G06V0010400000_1



Quantifying local image properties, in particular the local gradient, using a local probe

Bildreferenz:G06V0010400000_2



Different types of features used for object recognition, e.g. contours, line segments, continuous lines.

Querverweise

Nichteinschränkende Querverweise in anwendungsorientierte Klassifikationsstellen

Recognition of scene and scene-specific elements
G06V 20/00
Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
G06V 30/00
Image or video recognition or understanding of human-related, animal-related or biometric patterns in image or video data
G06V 40/00
Recognition of fingerprints or palmprints
G06V 40/12
Recognition of vascular patterns
G06V 40/14
Recognition of human faces, e.g. facial parts, sketches or expressions within images or video data
G06V 40/16
Recognition of eye characteristics within image or video data, e.g. of the iris
G06V 40/18

Informative Querverweise

Spectrometry, measurement of colour
G01J 3/46
Image analysis using feature-based methods, in particular for determination of transform parameters for the alignment of images
G06T 7/33
Image analysis for depth or shape recovery
G06T 7/50
Image contour coding, e.g. using detection of edges
G06T 9/20

Glossar

BoW

bag of words, a model originally developed for natural language processing; when applied to images, it represents an image by a histogram of visual words, each visual word representing a specific part of the feature space.

edge
edges

region in the image, at which the image exhibits a strong luminance gradient.

GLCM

grey-level co-occurrence matrix

HOG

histogram of oriented gradients, a feature descriptor described by N Dalal and B Triggs

SIFT

scale-invariant feature transform, a feature detection algorithm

SURF

speeded up robust features, a feature descriptor