matlab上有哪些计算机视觉的demo用于练手
打开matlab的help
找到
Image Acquisition Toolbox
Image Processing Toolbox
点击example(就是你要找的demo)
里面全是视觉的例子:
如:
Enhancement(图像增强的例子)
Contrast Enhancement Techniques Script
Correcting Nonuniform Illumination Script
Enhancing Multispectral Color Composite Images Script
如果你的是matlab2015a及其以上版本,还有一个计算机视觉工具箱也有许多demo
Computer Vision System Toolbox
Design and simulate computer vision and video processing systems
Examples
Functions and Other Reference
Release Notes
PDF Documentation
Computer Vision System Toolbox™ provides algorithms, functions, and apps for designing and simulating computer vision and video processing systems. You can perform feature detection, extraction, and matching; object detection and tracking; motion estimation; and video processing. For 3-D computer vision, the system toolbox supports camera calibration, stereo vision, 3-D reconstruction, and 3-D point cloud processing. With machine learning based frameworks, you can train object detection, object recognition, and image retrieval systems. Algorithms are available as MATLAB®functions, System objects, and Simulink® blocks.
For rapid prototyping and embedded system design, the system toolbox supports fixed-point arithmetic and C-code generation.
2024-07-22 广告