-
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写...
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写
涉及VC知识主要有:
1>消息添加
2>文件读写
3>串行化
实验环境:
Win+VC6.0
实验图片在Imagetest子目录下Data文件夹中.-1
- 2022-04-08 06:05:08下载
- 积分:1
-
边缘检测与提取,轮廓跟踪的过程,用逗号…
边沿检测与提取,轮廓跟踪
命令行编译过程如下
vcvars32
rc bmp.rc
cl edge.c bmp.res user32.lib gdi32.lib-Edge detection and extraction, contour tracing the course of the following command-line compiler vcvars32rc bmp.rccl edge.c bmp.res user32.lib gdi32.lib
- 2022-08-22 22:43:06下载
- 积分:1
-
图像处理中的浮雕效果图像,已经通过调试,可方便使用
图像处理中的浮雕效果图像,已经通过调试,可方便使用-Image Processing Emboss images, has passed debugging can be easy to use
- 2022-02-06 15:26:11下载
- 积分:1
-
matlab extract prepared DCT section of the source domain co
matlab编写的一段提取DCT域共生矩阵的源码-matlab extract prepared DCT section of the source domain co-occurrence matrix
- 2022-03-24 18:13:56下载
- 积分:1
-
图像修复软件,自动去除数字图像上不需要的物体和人,具体使用方法可以参照说明...
图像修复软件,自动去除数字图像上不需要的物体和人,具体使用方法可以参照说明-Image restoration software, automatic removal of digital images on the objects and people do not have specific reference to the use of methods that can
- 2022-02-26 23:58:02下载
- 积分:1
-
指纹识别代码demo目录:fvs_enhancer:指纹增强…
指纹识别代码
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。
-fingerprint identification code demo directory : fvs_enhancer : fingerprint enhancement procedures describes 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
- 2023-08-21 10:00:04下载
- 积分:1
-
取代了VFW DirectShow OpenCV源代码的使用。代码是需要我的..
使用directshow代替opencv的vfw的源代码。代码是工程中需要引入的文件。配置好opencv,按照文章的步骤做就可以了。-Replace the use of DirectShow opencv source code of the VFW. Code is a need to introduce engineering documents. Configured opencv, article in accordance with the steps to do it.
- 2022-07-03 08:36:51下载
- 积分:1
-
图像小波变换的VC++的实现的实现的的实现
图像小波变换的VC++的实现的实现的的实现-Wavelet transform implementation of VC++ implementation of
- 2022-08-20 09:15:28下载
- 积分:1
-
本程序将SIFT与边缘结合起来用来做图像配准
先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准...
本程序将SIFT与边缘结合起来用来做图像配准
先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准-This procedure will be combined with SIFT and the edge used to do image registration using SIFT key-point detection using Canny edge detection operator to select the best match to optimize vector match point image registration
- 2022-07-25 20:35:46下载
- 积分:1
-
RGB image format will be converted into YCbCr image format C program
将RGB图像格式转化成YCbCr图像格式的C程序-RGB image format will be converted into YCbCr image format C program
- 2022-03-19 00:24:08下载
- 积分:1