资源列表
beta
- 直方图均衡化的另一种解法,不是用累加的方法得到的,是用分配灰度值空间的办法。
bp
- 图像预处理,在进行图像识别前,首先要对失真的变质的图像进行预处理,即先对图像进行滤波处理,出此之外还对图像进行增强处理。-The image pre-processing, carrying out image recognition, we should first of the distortion of the deterioration of the image pre-processing, that is, first filtering the image out of this
Regression
- VB6 Linear regression Project Part1
xbjz
- 该m文件可以实现Matlab小波降噪.在小波变换之前还做了一个消除直流偏置。-This file of .m can proceed the dispose of Wavelet Denoise.Before it,the program eliminate the DC OFF SET.
strain
- 二维图形的曲面你和与平滑,相当于曲面插值计算。-The surfaces of the two-dimensional graphics and smooth calculated equivalent surface interpolation.
show_all_circles
- 在bolb detection中用于圆圈的显示-show circles in the blob detection
xPiString
- 自己编写的图像X轴坐标用π的分数显示函数,文件已带使用说明//编 写 人:Chernic//学 校:广州大学//联系邮箱:iamchernic@gmail.com-I have written the image X axis with π score display function, file with instructions for use// Write the person: Chernic// School: Guangzhou University// Contact E-mai
face-detection
- 可以从一幅含有头和肩部的图像中检测出人脸,并用矩形框框起来,将矩形框中的人脸裁剪出来并另存为80*80的图片-Can be detected an image containing a head and shoulders of a person' s face, and the frame up with a rectangle, the human face of the rectangular box to cut out and save it as 80* 80 picture
Ricker-wavelet
- 使用包含Easyx库的VC++编写雷克子波,显示雷克子波图形。-Using VC++ library contains Easyx write Ricker wave, wave graphic display Ricker.
tecplot-transfer
- 有限元程序导出的单元结点数据分析后导入tecplot后处理软件的借口文件-Unit node data derived after finite element analysis program files imported tecplot excuse processing software
sepetate
- 对二维数据或三维数据进行随机分组,分成两组-two-dimensional or three-dimensional data into two groups at random
line
- 采用Opencv实现最小二乘法的直线拟合的c++代码,自己写的很简单的程序-Opencv achieved using a linear least squares fit of c++ code