资源列表
junh
- matlab下实现图像的灰度直方图绘制 以及图像的灰度均衡化处理-Matlab image histogram of the gray scale mapping and image processing gray balance
两副图象相加的VC实现
- 两副图象相加的VC实现-two images together the VC
SVM
- 本程序是用来实现SVM算法,可以用在 模式识别处理中。-This procedure is used to implement SVM algorithm can be used in pattern recognition processing.
RS
- Jessica Fridrich提出的RS检测方法是目前比较经典且常用的一种方法,它对LSB 位随机嵌入隐秘信息具有较高的检测率。本程序是RS隐写分析的具体实现。-steganolysis of RS
cameral
- 将一个虚拟正方体投映到墙角上, 属于计算机视觉里的现实增强-A virtual cube projector into a corner in the computer vision augmented reality
SGF_var
- matlab计算图像的统计几何特征,计算速度比较慢,但是用于纹理图像分类效果很好-matlab calculate the statistical geometric images, the calculation speed is slower, but works well for texture image classification
Digital-watermarking-attack-testing
- 这是我做的数字水印算法中的一部分,关于图像攻击测试的几个matlab程序,简单修改就可以直接引用了。-This is the part I do digital watermarking algorithm, image attack test several matlab program, a simple modification can be directly quoted.
Smoothing
- Smoothing, also called blurring, is a simple and frequently used image processing operation. • There are many reasons for smoothing. In this tutorial we will focus on smoothing in order to reduce noise (other uses will be seen in the followi
SOR
- 实现SOR迭代,解决大规模矩阵的问题,十分有用-Achieve SOR iteration to solve the problem of large-scale matrix is useful
sanlinyucz
- 三邻域的边缘检测,像素点(x,y)分别于(x+1,y-1),(x+1,y).(x+1,y+1)差的最大值-Three neighborhood of the edge detection, a pixel point (x, y) were (x+1, y-1), (x+1, y). (X+1, y+1) the difference between the maximum value
regionGrow
- 基于种子点8-领域的区域生长算法,程序运行后,会弹出一个包含原图像的窗口,用户可以用鼠标在其中选取一个种子点并下“Enter”键,之后会出现分割结果-Region growing algorithm based on seeds point 8- field, after the program is running, will pop up a window contains the original image, in which the user can use the mouse to
gausseliminatetosolvelinearequation
- 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation