登录
首页 » Visual C++ » TestCamWin32

TestCamWin32

于 2014-12-20 发布 文件大小:30KB
0 215
下载积分: 1 下载次数: 4

代码说明:

  能实现VFW编程,调用本地视频设备,实现视频捕捉和RGB-YUV颜色空间转换。 (To achieve VFW programming, call the local video equipment, the implementation of video capture and RGB-YUV color space conversion.)

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

发表评论

0 个回复

  • gjtxcl
    内置虑镜功能,包括获取图像的属性,锐化,模糊,浮雕等功能. 可以缩放,优化图片.打开图片带预览功能,使用了gdiplus,能处理gif,bmp,jpg,png图片,处理速度也不错,呵呵,一直找图形格式转换的朋友就不需要东找西找了,它完全可以实现你的需求! (Built-in lens into account features, including access to the properties of the image, sharpen, blur, emboss and other functions. Can be scaled to optimize picture. Open the image with the preview function, use the gdiplus, can handle gif, bmp, jpg, png images, the processing speed is not bad, huh, huh, graphic format conversion has been looking for friends do not need to look east and west, and it can achieve your needs!)
    2010-12-30 12:59:32下载
    积分:1
  • Bppeizhuna
    基于互信息的图像配准源代码,,采用粒子群优化算法可直接使用。 (Based on mutual information image registration source code, using particle swarm optimization algorithm can be used directly.)
    2012-07-19 09:58:24下载
    积分:1
  • B1-spline
    图像变形处理程序,VC2013+opencv实现,利用三种差之方法扭曲变形( Image deformation processing program, VC2013+ opencv realized the difference between using three methods distorted)
    2014-12-09 17:53:57下载
    积分:1
  • Project_BFS
    任务:用BFS或是DFS对图进行搜索,实现任何拓扑不连通的块的计算,算法要求写在CBFSSearch类中 工程名:Project_BFS 要求:对于生成的任意拓扑,求出其分枝个数,并输出每个分枝的节点 (Task: Using BFS or DFS for searching the graph to achieve any topology unconnected blocks calculation algorithm requires written in CBFSSearch class project name: Project_BFS Requirements: for generating arbitrary topology, find the number of its branches, and output node of each branch)
    2013-08-21 17:03:04下载
    积分:1
  • MatlabSIFT
    MATLAB 计算医学图像的配准,融合 基于SIFT方法的配准()
    2007-08-03 21:49:20下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • Otsu image processing
    说明:  利用大津算法对图片进行处理,得到满意的处理效果。(The image is processed by Otsu algorithm and satisfactory results are obtained.)
    2019-04-12 15:45:15下载
    积分:1
  • Tsharing_Thieh
    实现了Thien在他的文章《secret image sharing》中提出的(r,n)门限秘密图像分存方案。 (Thien in his article " secret image sharing" (r, n) Door Threshold Secret Image Sharing Scheme.)
    2012-07-26 22:35:42下载
    积分:1
  • vc_captrue
    VC摄像图捕捉程序,简单实用,对初学者有帮助(VC camera Figure capture, simple and practical for beginners)
    2011-06-28 16:27:16下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载