-
本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代...
本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-In this paper, the realization of the continuous video data stream in several different types of motion detection algorithm, they are based on the current frame image and an image before the comparison, the procedures used AForge.NET framework library. One of the following sample code to support several video formats: AVI files, network camera JPEG and MJPEG, the local collection of equipment (USB camera, etc.).
- 2022-01-26 19:18:26下载
- 积分:1
-
图像处理常用算法程序。包括灰度变换、阈值变换、编码很实用...
图像处理常用算法程序。包括灰度变换、阈值变换、编码很实用-Procedures commonly used image processing algorithm. Including gray-scale transformation, threshold transform, coding is very useful
- 2023-06-18 21:55:07下载
- 积分:1
-
实现了对usb摄像头进行图像采集的功能,
实现了对usb摄像头进行图像采集的功能,-achieve the right usb cameras for image acquisition function,
- 2022-06-13 23:44:58下载
- 积分:1
-
基于HMM的步态识别,希望对初学的人有帮助。
基于HMM的步态识别,希望对初学的人有帮助。-HMM-based gait recognition, those who wish to help beginners.
- 2022-04-09 11:08:49下载
- 积分:1
-
这是基于OpenCV的SIFT特征提取实现。
这是基于OpenCV的SIFT特征提取实现。-This is based on the OpenCV implementation of the SIFT feature extraction.
- 2022-01-26 05:15:16下载
- 积分:1
-
此程序是用于边缘检测的MATLAB程序段,可以很好的用于边缘检测...
此程序是用于边缘检测的MATLAB程序段,可以很好的用于边缘检测-edge defect
- 2022-03-21 12:36:12下载
- 积分:1
-
这是一个测试图像峰值信噪比的程序源代码,纯C环境下的
这是一个测试图像峰值信噪比的程序源代码,纯C环境下的-This is a test image PSNR the source code, pure environment of the C
- 2022-02-20 11:08:31下载
- 积分:1
-
基于图像处理的相机自动调焦系统
基于图像处理的相机自动调焦系统-camera auto focus system based on image manipulating
- 2022-01-25 18:29:36下载
- 积分:1
-
用小波变换对图象进行灰度处理Wavelet
用小波变换对图象进行灰度处理Wavelet-Using Wavelet Transform of image gray-scale deal with Wavelet
- 2022-03-23 18:35:52下载
- 积分:1
-
仿射变换法求深度信息,目前最好的方法
function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,...
仿射变换法求深度信息,目前最好的方法
function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,im)
gx,gy 为x,y方向偏导数 Z 为恢复出来的是深度信息。
函数适应于从 图像法相信息恢复高度信息-Affine transformation method the depth of information, is currently the best way to function [Z, D11, D12, D22] = diffusion_kernel_function (gx, gy, im) gx, gy for x, y direction of the partial derivative of Z is out to restore the depth of information. Function adapted from the image information to resume a high degree of information law
- 2022-05-26 04:32:32下载
- 积分:1