计算机视觉 Resources

Showing items tagged with "计算机视觉"

3D reconstruction technology represents a crucial field in computer vision research, with stereo vision serving as a fundamental technique that utilizes stereo image pairs captured by left and right cameras to reconstruct 3D scene information based on geometric relationships, often implemented through disparity mapping and triangulation algorithms.

MATLAB 249 views Tagged

Orthogonal correlation object detection employs orthogonal correlation methods to identify target positions in images. Suitable for various computer vision applications including video object detection, visual object detection, object localization, visual object tracking, video object tracking, image matching, and image registration. Implementation typically involves calculating correlation matrices between target templates and image regions using orthogonal basis functions.

MATLAB 234 views Tagged

MATLAB source code for computing homography matrices, suitable for computer vision applications like image registration. The implementation includes point correspondence matching and robust estimation techniques.

MATLAB 212 views Tagged

Vehicle License Plate Recognition (VLPR) is a technology that detects vehicles on monitored roads and automatically extracts license plate information, including Chinese characters, English letters, Arabic numerals, and plate colors. As a vital component of modern intelligent transportation systems, VLPR employs digital image processing, pattern recognition, and computer vision techniques to analyze vehicle images or video sequences captured by cameras, extracting unique license plate numbers for each vehicle through algorithmic processing.

MATLAB 205 views Tagged

This MATLAB code implements standard Hough Transform for detecting lines in binary images, demonstrating the working mechanism of this fundamental computer vision technique. The implementation uses polar coordinate representation and accumulator arrays to identify linear patterns.

MATLAB 204 views Tagged