-
特征提取源的写作,解压后直接可以运行
自编的用于图像特征提取的源程序,解压后直接运行就ok了-writing for Feature Extraction source, unpacked directly ok on the run
- 2022-09-13 19:50:03下载
- 积分:1
-
Snake game using C Graphics
Snake game using C Graphics
- 2022-03-11 22:23:29下载
- 积分:1
-
边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel...
边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-edge means partial image brightness changes the most significant part of it is partial image change detection significantly change the basic arithmetic. For digital images, image intensity values of gray significant gradient changes can be expressed as Sobel edge detection to operator as an example to talk about digital image processing to achieve Edge Detection
- 2023-08-17 15:05:03下载
- 积分:1
-
增加了最后一个空间滤波器的平滑,这是模板过滤和医学…
补充上次的空域滤波平滑法,这是模板滤波法和中值滤波法-Added the last spatial filter smoothing, which is the template filtering and median filtering method
- 2022-03-22 04:03:08下载
- 积分:1
-
在视频压缩中,我们可以返回一系列的测试性能…
在视频压缩中,大家可能回遇到测试一系列的文件性能,但是如果自己一个一个测试,很费时,而且质量不高,这里有套代码,可以帮大家解决问题,对大家帮助很大-In video compression, we may return to face the test performance of a series of documents, but if you own a test, it is time consuming, and the quality is not high, there are sets of code, can help you solve the problem, of great help for all of us
- 2022-05-08 14:30:02下载
- 积分:1
-
马尔科夫vc源代码,偶找了很久才发现的,应用在图像处理中,强烈推荐...
马尔科夫vc源代码,偶找了很久才发现的,应用在图像处理中,强烈推荐-Markov vc source code, even for a long time only to find that the application of the image processing and strongly recommended
- 2023-08-17 06:30:03下载
- 积分:1
-
在图像分割中,利用Hough变换进行直线提取的matlab源程序。提取方法不同于一般的边缘检测算法。...
在图像分割中,利用Hough变换进行直线提取的matlab源程序。提取方法不同于一般的边缘检测算法。-In image segmentation using Hough transform for straight line extraction matlab source. Extraction method is different from the general edge detection algorithm.
- 2022-05-17 18:07:20下载
- 积分:1
-
可以绑定float类型的编辑控件,克服VCIDE控件绑定时的缺陷。
可以绑定float类型的编辑控件,克服VCIDE控件绑定时的缺陷。-Can bind float types of editorial control, to overcome the binding VCIDE control deficiencies at the time.
- 2022-02-10 04:38:33下载
- 积分:1
-
Of image median filtering process, select an image, adding noise, median filter...
对图象进行中值滤波的程序,选取一幅图象,加入噪声,对图象中值滤波,输出图象.-Of image median filtering process, select an image, adding noise, median filter images, the output image.
- 2022-02-06 16:54: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