-
otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好...
otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
- 2023-05-17 01:00:04下载
- 积分:1
-
hough变换中,进行了hough变换,峰值检测,找非零点,找到相关像素后,还要执行这个操作,才能实现功能...
hough变换中,进行了hough变换,峰值检测,找非零点,找到相关像素后,还要执行这个操作,才能实现功能-hough transform for the hough transform, peak detection, to find non-zero, after finding the relevant pixel, but also the implementation of this operation, to achieve functional
- 2022-07-18 19:23:53下载
- 积分:1
-
实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能...
实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能-To realize Polygon fill and Ellipse 、Line
- 2022-03-24 08:01:33下载
- 积分:1
-
捕获屏幕图片,包括鼠标位置,使用DELPHI编写。
捕获屏幕图片,包括鼠标位置,使用DELPHI编写。-Capture screen image, including the mouse position, using the DELPHI prepared.
- 2022-01-26 07:21:07下载
- 积分:1
-
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。...
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。-It is about digital image processing of several papers related to Matlab and Labview, students study the image for reference.
- 2023-01-24 16:05:04下载
- 积分:1
-
WAVLET, by itself, creates a new WAVLET or raises the existing
singleton
小波消噪程序,产生噪声,给定阈值和信噪比,消噪-WAVLET, by itself, creates a new WAVLET or raises the existing
singleton
- 2022-03-26 09:44:54下载
- 积分:1
-
一个主图像分割
一片图像分割的硕士毕业论文,很有新意,希望对大家有帮助。-Image segmentation of a master
- 2022-01-30 16:53:25下载
- 积分:1
-
also a fast DCT, you see, can be!
又一种快速DCT变换,大家看看,也可以!-also a fast DCT, you see, can be!
- 2022-04-21 01:53:43下载
- 积分:1
-
H.263编码器的主要特征:包括运动估计和补偿…
H.263编码器的主要特征:包括运动估计和补偿 离散余弦变换(DCT) 量化 熵编码 帧存储-H.263 coding for the main features : including motion estimation and compensation discrete cosine transform (DCT) quantify entropy coding frame memory, etc.
- 2022-05-08 01:19:51下载
- 积分: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