Main Content

Die Übersetzung dieser Seite ist veraltet. Klicken Sie hier, um die neueste Version auf Englisch zu sehen.

Merkmaldetektion und -Extraktion

Bildregistrierung, Interessenfokus-Detektion, Merkmaldeskriptor-Extraktion, Punkt-Merkmal-Abgleich und Bildabruf

Lokale Merkmale und deren Deskriptoren sind die grundlegenden Bausteine vieler Computer-Vision-Algorithmen. Ihre Anwendungen umfassen Bildregistrierung, Objekterkennung und -Klassifizierung, Tracking, Bewegungsschätzung und Content Based Image Retrieval (CBIR). Diese Algorithmen verwenden lokale Merkmale zur besseren Verarbeitung von Skalenänderung, Rotation und Okklusion. Die Computer Vision Toolbox™ Algorithmen umfassen FAST, Harris und Shi & Tomasi Corner Detectors sowie die SIFT, SURF, KAZE und MSER Blob Detectors. Die Toolbox umfasst die Deskriptoren SIFT, SURF, FREAK, BRISK, LBP, ORB und HOG. Sie können Detektoren und Deskriptoren je nach Anforderungen Ihrer Anwendung beliebig kombinieren.

Funktionen

alle erweitern

detectBRISKFeaturesDetect BRISK features
detectFASTFeaturesDetect corners using FAST algorithm
detectHarrisFeaturesDetect corners using Harris–Stephens algorithm
detectKAZEFeaturesDetect KAZE features
detectMinEigenFeaturesDetect corners using minimum eigenvalue algorithm
detectMSERFeaturesDetect MSER features
detectORBFeaturesDetect ORB keypoints
detectSIFTFeaturesDetect scale invariant feature transform (SIFT) features (Seit R2021b)
detectSURFFeaturesDetect SURF features
extractFeaturesExtract interest point descriptors
extractLBPFeaturesExtract local binary pattern (LBP) features
extractHOGFeaturesExtract histogram of oriented gradients (HOG) features
matchFeaturesFind matching features
matchFeaturesInRadiusFind matching features within specified radius (Seit R2021a)
imwarpApply geometric transformation to image
estgeotform2dEstimate 2-D geometric transformation from matching point pairs (Seit R2022b)
estgeotform3dEstimate 3-D geometric transformation from matching point pairs (Seit R2022b)
vision.AlphaBlender(Not recommended) Combine images, overlay images, or highlight selected pixels
vision.BlockMatcherEstimate motion between images or video frames
vision.LocalMaximaFinder(Removed) Find local maxima in matrices
vision.TemplateMatcherLocate template in image
insertMarkerInsert markers in image or video
insertShapeInsert shapes in image or video
showMatchedFeaturesDisplay corresponding feature points
showShapeDisplay shapes on image, video, or point cloud (Seit R2020b)
insertObjectAnnotationAnnotate truecolor or grayscale image or video
insertObjectKeypointsInsert object keypoints in image (Seit R2023b)
insertTextInsert text in image or video
imshowDisplay image
imshowpairCompare differences between images
vision.GammaCorrector(To be removed) Apply or remove gamma correction from images or video streams
vision.ChromaResamplerDownsample or upsample chrominance components of images
binaryFeaturesObject for storing binary feature vectors
BRISKPointsObject for storing BRISK interest points
cornerPointsObject for storing corner points
KAZEPointsObject for storing KAZE interest points
MSERRegionsObject for storing MSER regions
ORBPointsObject for storing ORB keypoints
SIFTPointsObject for storing SIFT interest points (Seit R2021b)
SURFPointsObject for storing SURF interest points
rigidtform2d2-D rigid geometric transformation (Seit R2022b)
simtform2d2-D similarity geometric transformation (Seit R2022b)
affinetform2d2-D affine geometric transformation (Seit R2022b)
projtform2d2-D projective geometric transformation (Seit R2022b)
rigidtform3d3-D rigid geometric transformation (Seit R2022b)
simtform3d3-D similarity geometric transformation (Seit R2022b)

Erstellen einer Erkennungsdatenbank

bagOfFeaturesBag of visual words object
invertedImageIndexSearch index that maps visual words to images

Abrufen von Bildern

retrieveImagesSearch image set for similar image
imageDatastoreDatastore for image data
evaluateImageRetrievalEvaluate image search results

Themen

Enthaltene Beispiele