-
图像缩放,更好
图像缩放,效果较好,三次插值法,能较高质量缩放图像-Image scaling, better-performing, three interpolation can be higher quality zoom images
- 2022-07-10 21:20:28下载
- 积分:1
-
RGB color images quadtree segmentation procedures for a long time to find the. I...
彩色RGB图像四叉树分割的程序,找了好久才找到的。Improve together-RGB color images quadtree segmentation procedures for a long time to find the. Improve together
- 2022-10-20 00:20:04下载
- 积分:1
-
一个简单实现图片格式转换的工具,具体支持bmp,jpg,gig和tiff之间的互相转换,并附带浏览功能...
一个简单实现图片格式转换的工具,具体支持bmp,jpg,gig和tiff之间的互相转换,并附带浏览功能-Realize a simple picture format conversion tools, specific support for bmp, jpg, gig and the tiff between the conversion and incidental browsing
- 2023-06-03 19:15:02下载
- 积分:1
-
一个简单的高斯平滑滤波器可用于初学matlab程序…
一个简单的高斯平滑滤波的MATLAB程序
可以用于初学者学习-A simple Gaussian smoothing filter can be used in the MATLAB program for beginners to learn
- 2023-03-11 22:15:04下载
- 积分: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
-
这是一个关于三维图像数据距离误差程序的源代码,希望对大家有用。...
这是一个关于三维图像数据距离误差程序的源代码,希望对大家有用。-This is a three-dimensional image of the data from the error"s source code, we hope that the right useful.
- 2022-04-15 10:46:31下载
- 积分:1
-
一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。...
一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。-A video-driven facial animation prototype system, detailing the structure of the system involved in face detection, feature extraction, feature tracking, specific face modeling, facial animation, such as technical.
- 2023-07-10 19:50:04下载
- 积分:1
-
Tamura纹理特征提取程序,matlab编写,通过运行测试无误。另附有pdf介绍Tamura纹理特征定义,希望对大家有帮助。...
Tamura纹理特征提取程序,matlab编写,通过运行测试无误。另附有pdf介绍Tamura纹理特征定义,希望对大家有帮助。-Tamura texture feature extraction procedures, matlab prepared correctly by running the test. Tamura has attached pdf introduce the definition of texture features, in the hope that everyone has to help.
- 2023-03-04 14:15:03下载
- 积分:1
-
数字图像处理基础内容:(教学课件,讲义) 图像感知和获取图像取样和量化像素间的一些基本关系线性和非线性操作...
数字图像处理基础内容:(教学课件,讲义) 图像感知和获取图像取样和量化像素间的一些基本关系线性和非线性操作--数字图像图像处理数字图像处理-Digital image processing based on the content: (teaching courseware, handouts) Image perception and access to image and quantify the pixel sampling of some of the basic relationship between the linear and nonlinear Operation- Digital Image Digital Image Processing Image Processing
- 2023-08-01 08:50:04下载
- 积分:1
-
Procedure Code Description P0401: detection using Prewitt operator Edge P0402: d...
程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-Procedure Code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line threshold Image segmentation method P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: morphological examples- from PCB image delete all current lines, retaining only the target chip
- 2023-06-23 15:25:04下载
- 积分:1