-
图像分割meanshift算法
meanshift算法图像分割-image segmentation algorithm meanshift
- 2023-06-14 21:00:03下载
- 积分: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
-
bmp转jpg,很强大的图形格式相互转换的源码 ImgSource™ 4.0
bmp转jpg,很强大的图形格式相互转换的源码 ImgSource™ 4.0-bmp to jpg, very powerful graphics format conversion between the source ImgSource
- 2022-03-09 10:40:32下载
- 积分:1
-
图像的拼接源代码,该程序通过VC++程序来实现的,包括图像仿射变换、图像融合...
图像的拼接源代码,该程序通过VC++程序来实现的,包括图像仿射变换、图像融合-Image Stitching source code, the program through the VC++ program to implement, including the image affine transformation, image fusion
- 2022-03-13 22:10:38下载
- 积分:1
-
判断点是否在多边形之内
判断点是否在多边形之内- Sentences the break point whether in polygon
- 2022-04-22 07:50:45下载
- 积分:1
-
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。...
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。-Image sharpening algorithm, the effect of sharpening it is clear that to achieve the desired results, it is suitable for further practice, the operating speed in general.
- 2022-06-18 07:20:50下载
- 积分:1
-
Visual C++小波变换技术与工程实践 靳济芳编著附光盘原码.rar
Visual C++小波变换技术与工程实践 靳济芳编著附光盘原码.rar-Visual C++ wavelet transform technology and engineering practice Ji Jin-fang attached CD-ROM edited by the original code. Rar
- 2022-09-03 17:55:08下载
- 积分:1
-
Otsu algorithm can be said to be adaptive to calculate the single threshold (for...
OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algorithm for the importation of gray image histogram analysis of histogram is divided into two parts. makes two of the distance between the largest. Demarcation point out the threshold.
- 2022-07-11 20:47:54下载
- 积分:1
-
这是智能剪刀的一个改进方案,很值得学习的
这是智能剪刀的一个改进方案,很值得学习的-This is a smart pair of scissors to improve the program, it is worth learning
- 2022-01-23 10:09:51下载
- 积分: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