资源列表
show_pso
- pso 粒子群优化算法演示程序,实现图形化界面。-PSO PSO algorithm demonstration program to achieve graphical interface.
GrayEnhance
- 图像处理毕设中完成灰度增强功能的类的源代码-based image processing Albert Gray completed enhancements to the type of source code
Pyramid
- 高斯金字塔分解,matlab实现。 高斯金字塔分解,matlab实现。-Gasussian pyramid decomposition using matlab tool.Gasussian pyramid decomposition using matlab tool.
imageIterator
- imageiterator on opencv library
src
- ITK shrink filter used for single dicom image
tw8816pal-rgb
- TW8816 C borland RGB PAL
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.
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