登录
首页 » 图形图像 » vfp调用avicap.dll使用摄像头拍照、录像

vfp调用avicap.dll使用摄像头拍照、录像

于 2022-12-21 发布 文件大小:12.45 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

调用avicap32.dll和user32.dll,实现摄像头拍照、录像,并实现图像格式转换。无ocx、FLL,不受vfp版本和windows版本限制。纯prg文件,可随意移植、扩展。

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

发表评论

0 个回复

  • 简易编辑器
    应用背景一个简易的图形编辑器,用VC++编写的,适合计算机图形学的初级学习者关键技术这是一个用VC++编写的图形编辑软件的源代码,适用于计算机图形学和 window编程、MFC技术等的学习者和开发者,通过这个小例子,把这几个知识点连接起来,简单易懂。
    2022-01-22 08:41:21下载
    积分:1
  • 有光照效果的网格模型绘制程序
    有光照效果,并且加入了键盘互动效果(代码中有注释),对于初学图形图像或者OpenGL的童鞋有参考意义。代码用了C++的类封装技术,对于从C刚刚过渡到C++的同学来说也是很容易看懂的。
    2023-02-02 18:45:04下载
    积分:1
  • 小程序发挥SVG静态文件
    Small midlet to play svg static files-Small midlet to play svg static files
    2022-05-10 12:05:41下载
    积分:1
  • 经典的flash
    经典的flash-classic flash
    2022-04-18 01:23:39下载
    积分:1
  • Eigenface Face Recognition System All functions are easy to use, as they are h...
    Eigenface Face Recognition System All functions are easy to use, as they are heavy commented. Furthermore, a sample script is included to show their usage. -Eigenface Face Recognition SystemAll functions are easy to use, as they are heavy commented. Furthermore, a sample script is included to show their usage.
    2023-01-12 05:15:03下载
    积分:1
  • 在浏览器内实现了点、线、面的编辑(增加、删除、修改、移动等),使用java面向对象类派生方法设计。...
    在浏览器内实现了点、线、面的编辑(增加、删除、修改、移动等),使用java面向对象类派生方法设计。-the browser within a point, line, surface editing (add, delete, modify, mobile), the use of java object-oriented design methodology derived class.
    2022-03-12 02:14:42下载
    积分:1
  • 树控件的多选,拖动。windows 平台,开发工具:visual c++6.0.除了按shift多选外,其他功能实现较完善...
    树控件的多选,拖动。windows 平台,开发工具:visual c++6.0.除了按shift多选外,其他功能实现较完善-tree controls over election drive. Windows platforms, development tools : visual c 6.0. Apart from the shift over the election, other functions to achieve better
    2023-04-28 08:10:03下载
    积分:1
  • 码P0301:数字矩阵数据的显示和傅里叶变换p0302:两
    程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sha
    2022-02-12 13:34:57下载
    积分:1
  • fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹。原和目标 都是位。 fvs_direction:描述了如何提取方向。...
    fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。-fvs_enhancer : fingerprint enhancement procedures, a description of how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a
    2022-10-07 07:20:03下载
    积分:1
  • 制作JAVA小动画,执行本例实例后,将在浏览器窗口内显示一个JAVA小动画。显示顺序是:先显示JAVA的咖啡状的logo片,然后依次显示 带有“J”,” A...
    制作JAVA小动画,执行本例实例后,将在浏览器窗口内显示一个JAVA小动画。显示顺序是:先显示JAVA的咖啡形状的logo图片,然后依次显示 带有“J”,” A”,” V”, “A” 四个字母的图片。显示结束后,程序会自行循环。-JAVA small animation production, the implementation of the cases example, the browser window displays a small Java animation. The order is revealed : the first showing Java coffee-shaped logo pictures, to be followed by shows with "J", "A" and "V", "A" four-letter images. After the show, procedures own circle.
    2022-02-25 08:41:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载