Main Content

Keypoint Detection

Detect keypoints in objects using convolutional neural networks (CNNs)

Keypoint detection, also known as keypoint localization or landmark detection, is a computer vision task that involves identifying and localizing specific points of interest in an image. In computer vision tasks, keypoints represent human body joints, facial landmarks, or salient points on objects.

Keypoint detection provides essential information about the location, pose, and structure of objects or entities within an image, playing a critical role in computer vision applications such as these.

  • Pose estimation

  • Object detection and tracking

  • Facial analysis

  • Augmented reality

Keypoint detection on a group of people

Deep learning-based approaches to keypoint detection in objects use convolutional neural networks (CNNs), such as a high resolution deep learning network (HRNet). You can train a custom object keypoint detector, or use transfer learning to modify a pretrained keypoint detector and fine-tune it for your application. For more information on transfer learning, see Deep Learning: Transfer Learning in 10 lines of MATLAB Code.

Convolutional neural networks require a Deep Learning Toolbox™ license. You can perform GPU-based training and prediction on a CUDA®-capable GPU. Use of a GPU is recommended and requires a Parallel Computing Toolbox™ license. For more information, see Preferenze Computer Vision Toolbox and Parallel Computing Support in MathWorks Products (Parallel Computing Toolbox).

App

Image LabelerLabel images for computer vision applications
Video LabelerLabel video for computer vision applications
Deep Network DesignerProgetta, visualizza e addestra le reti di Deep Learning

Funzioni

espandi tutto

hrnetObjectKeypointDetectorCreate object keypoint detector using HRNet deep learning network (Da R2023b)
trainHRNetObjectKeypointDetectorTrain HRNet object keypoint detector (Da R2024a)
insertObjectKeypointsInsert object keypoints in image (Da R2023b)
loadHRNETObjectKeypointDetectorLoad HRNet object keypoint detector model for code generation (Da R2023b)

Argomenti

  • Getting Started with HRNet

    Learn high resolution network (HRNet) basics.

  • Local Feature Detection and Extraction

    Learn the benefits and applications of local feature detection and extraction.

  • Point Feature Types

    Choose functions that return and accept points objects for several types of features.

  • Deep Learning in MATLAB (Deep Learning Toolbox)

    Scoprire le capacità del Deep Learning in MATLAB® utilizzando le reti neurali convoluzionali per la classificazione e la regressione, incluse le reti preaddestrate e il transfer learning, nonché l’addestramento su GPU, CPU, cluster e cloud.

  • List of Deep Learning Layers (Deep Learning Toolbox)

    Discover all the deep learning layers in MATLAB.

  • Reti neurali profonde preaddestrate (Deep Learning Toolbox)

    Apprendere come scaricare e utilizzare le reti neurali convoluzionali preaddestrate per la classificazione, il transfer learning e l’estrazione di feature.