计算机视觉 Resources

Showing items tagged with "计算机视觉"

This implementation constructs a Gaussian Mixture Model (GMM) designed for computer vision applications including video object detection, video surveillance, motion detection, moving object detection, and video object tracking. The code features parameter optimization and expectation-maximization algorithm implementation for robust multi-modal data modeling.

MATLAB 219 views Tagged

The Gabor filter is renowned for approximating the receptive field properties of the visual cortex in human vision systems. Recent advancements in computer vision applications demonstrate the technique's proven success and promising potential. This directory provides implementation code for Gabor filtering with detailed explanations of filter bank construction strategies in the accompanying paper.

MATLAB 514 views Tagged

Using MATLAB for simulated cube reconstruction serves as a fundamental experimental application in computer vision for 3D reconstruction, involving key steps like image preprocessing, point cloud generation, and surface modeling.

MATLAB 238 views Tagged