-
指纹识别源代码,研究指纹识别的人可以作为参考。
指纹识别源代码,研究指纹识别的人可以作为参考。-fingerprint recognition source code, the study of fingerprint recognition can serve as a reference.
- 2022-12-13 22:35:03下载
- 积分:1
-
小game 连连看的原程序,速度很度很,自己写的,下载的人可以自由使用...
小game 连连看的原程序,速度很度很,自己写的,下载的人可以自由使用-small game of the original procedure, speed for a very, wrote it myself, people can download the free use
- 2022-03-21 02:45:08下载
- 积分:1
-
java screen interception procedures easy to use, if not understand java2D. look...
java截屏幕的程序使用方便,如果不懂java2D的,建议先看看java2D-java screen interception procedures easy to use, if not understand java2D. look at the proposal java2D
- 2023-04-08 21:45:03下载
- 积分:1
-
熵部分图像匹配,医学图像可用于专业
利用熵进行局部图像匹配,可用于医学图像专业-entropy partial image matching, medical images can be used for professional
- 2022-05-15 10:19:58下载
- 积分:1
-
基于颜色直方图的图像检索系统
需求:
1. 系统能够根据例子图像在图像数据库中检索出相似的图像;
2. 对检索结果进行排序(根据与例子图像的相似性进行排序)并显示在用户
界面上;
3. 系统能够计算检索结果的平均查准率(Average Precision)。
平均查准率计算方法:
平均查准率是在一个查询的所有相关对象被返回后的平均准确率:
其中r是排列顺序,N为返回结果的个数,NR是数据集中所有相关结果的个
数,函数R⋅ ()为一个二值函数(当第r 个返回结果为与例子图像相似时为1,否
则为0),P⋅ ()为前r个返回结果的查准率(前r个结果中相似图像的数量除以r)。
- 2023-05-17 11:10:09下载
- 积分:1
-
人脸用字源码 人脸用字源码 人脸用字源码
人脸用字源码 人脸用字源码 人脸用字源码 -beatifulbeatiful,beatiful
- 2022-04-18 14:45:12下载
- 积分:1
-
filled with graphics
绘制用纹理填充的图形-filled with graphics
- 2022-02-25 07:40:09下载
- 积分:1
-
自己写的角点检测程序,matlab版,来源于2D 3d image registration
自己写的角点检测程序,matlab版,来源于2D 3d image registration-Corner detection procedures, matlab version, harris Corner
- 2022-04-28 21:32:05下载
- 积分:1
-
基于MATLAB的英文字母识别!不过在收敛上存在一点小问题!
基于MATLAB的英文字母识别!不过在收敛上存在一点小问题!-based on MATLAB alphabetical identification! But there convergence little problem!
- 2022-05-19 12:04:36下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1