登录
首页 » Special Effects » 实现了对usb摄像头进行图像采集的功能,

实现了对usb摄像头进行图像采集的功能,

于 2022-06-13 发布 文件大小:16.36 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

实现了对usb摄像头进行图像采集的功能,-achieve the right usb cameras for image acquisition function,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中...
    用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成: 主要类: memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。 Complex类:复数类,完成复数运算。 CBmpDemoView类:视类,完成显示。 CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。 Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
    2022-02-13 08:58:34下载
    积分:1
  • C Builder环境下读取BMP图像,而很少看到源代码,有用…
    C++ Builder环境下读取bmp图像,这种源码很少见,很有用哦-C Builder environment reading bmp image, which rarely see the source code, useful oh
    2022-03-25 17:55:33下载
    积分:1
  • 计算两幅图像的psnr值,非常精确完整,绝对好用
    计算两幅图像的psnr值,非常精确完整,绝对好用-Calculation of two images of the PSNR values, integrity and very precise, the absolute ease of use
    2022-07-25 07:45:00下载
    积分:1
  • 现在进行图像处理已经越来越频繁,下面是用c语言进行图像jpeg处理压缩编码源程序...
    现在进行图像处理已经越来越频繁,下面是用c语言进行图像jpeg处理压缩编码源程序-Will now proceed to image processing has become increasingly frequent, Here is using c language source code to handle compressed jpeg image
    2022-05-31 16:48:21下载
    积分:1
  • 区域生长的图像分割,代码dkroon
    region growing for image segmentation, code by Dkroon
    2022-07-19 22:04:38下载
    积分:1
  • 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Pre...
    各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
    2022-05-11 00:48:27下载
    积分:1
  • 一种快速的角点检测算法,剑桥的代码.据说可以达到实时处理....
    一种快速的角点检测算法,剑桥的代码.据说可以达到实时处理.-a fast corner detection algorithm, Cambridge code. It is said you can achieve real-time processing.
    2022-07-11 16:48:14下载
    积分:1
  • Walsh transform based image stereo matching method to obtain good results, with...
    一种基于walsh变换的图像立体匹配方法,获得了较好的效果,具有较强的抗噪声性能 -Walsh transform based image stereo matching method to obtain good results, with strong anti-noise performance
    2022-02-02 10:58:01下载
    积分:1
  • 30个图像处理的VC++源代码,包括256色转灰度图,Hough变换技术。
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-07-27 04:43:16下载
    积分:1
  • RANSAC算法拟合抛物线,涂在眼皮上。具体代码将…
    RanSac算法,拟合抛物线,画出上眼皮。具体看代码就能明白。-RANSAC algorithm, fitting a parabola, painted on the eyelids. Specific code will be able to understand the look.
    2022-04-09 02:37:59下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载