资源列表
heart
- 一颗三维立体的心?#如何用matlab表白#(A three-dimensional heart#How to express your love with MATLAB#)
make_filter
- 程序做的是相关函数二维和三维滤波,包括海明窗和海宁窗(makes 2D and 3D filter for the correlation function)
Kmeans图像分类C++代码
- Kmeans图像分类C++代码,直接把输入图像的路径修改一下即可使用!!!(Kmeans image classification C++ code)
ImageQuality
- BRIQUE算法C++版实现(BRIQUE algorithm C++ version)
OV7725_2
- 基于0V7725的形状识别并找出中心点,可以检测圆,十字架,直线,直角(Shape recognition based on 0V7725 and find the center point)
Histogram_Matching
- 自己写的关于图像直方图匹配的程序,使用的是MATLAB平台写的,比较简单(a relatively simple procedures for image histogram matching.It is an image histogram matching procedure,using the MATLAB platform to write.)
PicturesExchangePhase
- 自己写的一个简单的关于交换两张图像的相位,为了说明图像的相位的重要性(a simple phase for exchanging two images' phase.It is a simple procedure exchanging the phase of two images to illustrate the importance of the phase of the image.)
CameraCalibrate(相机标定)
- 利用棋盘格对相机进行标定,加入误差判定及像素空间到实际物理空间的距离计算(The camera is calibrated by checkerboard, the error is added and the distance of pixel space to the actual physical space is calculated)
function plot
- 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线
nmn
- 读取一张图片 绘制灰度图 二值图 轮廓图等 用于图像识别(Read a picture, draw grayscale, two value map, contour map for image recognition)
Gabor
- 此程序可以实现gabor滤波。实现对图像的纹理特征的提取,对汉字势必有较好的效果(This procedure can achieve Gabor filtering. To achieve the extraction of image texture features, Chinese characters are bound to have better results)
PG_Handbook_-_2016
- this is PG handbook in unix linux okie