FPGA-based Binocular Image Feature Extraction and Matching System
Image feature extraction and matching is a fundamental but computation intensive task in machine vision. This paper proposes a novel FPGA-based embedded system to accelerate feature extraction and matching. It implements SURF feature point detection and BRIEF feature descriptor construction and matching. For binocular stereo vision, feature matching includes both tracking matching and stereo matching, which simultaneously provide feature point correspondences and parallax information. Our system is evaluated on a ZYNQ XC7Z045 FPGA. The result demonstrates that it can process binocular video data at a high frame rate (640$\times$480 @ 162fps). Moreover, an extensive test proves our system has robustness for image compression, blurring and illumination.
Code (0)
등록된 구현이 없습니다.
Tasks
Image CompressionStereo MatchingStereo Matching HandSimilar Papers 제목 키워드 기반
Transformer-based stereo-aware 3D object detection from binocular images
Transformers have shown promising progress in various visual object detection tasks, including monocular 2D/3D detection and surround-view 3D detection. More importantly, the attention mechanism in the Transformer model …
3D Object DetectionObjectobject-detectionObject DetectionTwo-in-One Depth: Bridging the Gap Between Monocular and Binocular Self-supervised Depth Estimation
Monocular and binocular self-supervised depth estimations are two important and related tasks in computer vision, which aim to predict scene depths from single images and stereo image pairs respectively. In literature, t…
Depth EstimationMonocular Depth EstimationORB-based SLAM accelerator on SoC FPGA
Simultaneous Localization and Mapping (SLAM) is one of the main components of autonomous navigation systems. With the increase in popularity of drones, autonomous navigation on low-power systems is seeing widespread appl…
Autonomous NavigationCPUSimultaneous Localization and MappingA fully pipelined FPGA accelerator for scale invariant feature transform keypoint descriptor matching,
The scale invariant feature transform (SIFT) algorithm is considered a classical feature extraction algorithm within the field of computer vision. SIFT keypoint descriptor matching is a computationally intensive process …
An underwater binocular stereo matching algorithm based on the best search domain
Binocular stereo vision is an important branch of machine vision, which imitates the human eye and matches the left and right images captured by the camera based on epipolar constraints. The matched disparity map can be …
Stereo Matching