资源列表
2DPCA
- 2DPCA,即二维主成分分析,相对于传统的PCA(主成分分析),2DPCA在对二维图像进行降维时不需要转成一维(向量)-2DPCA, ie two-dimensional principal component analysis, as opposed to the traditional PCA (Principal Component Analysis), 2DPCA in dimensionality reduction of two-dimensional images into one
boundary_trace
- 将光学图像二值化处理变成黑白图像后,将其中的目标的边缘提取出来的一种方法-a target edge extraction method in optics picture
corner_detection
- 改进的角点检测算法,即在角点检测前进行一个初始判断。这种方法比原来的角点检测算法的计算量更小-modified corner detection method,which gives the original picture a initial judgement before corner detection. It saves a lot calculation.
JSteg
- JSteg隐写技术matlab实现代码--基本思想:用秘密信息比特直接替换JPEG图像中量化后DCT系数的最低比特位,但若量化后DCT系数为0或者1,则不进行处理。(DCT系数的LSB嵌入) -JSteg steganography matlab code- the basic idea: direct replacement with the secret information bits JPEG image quantized DCT coefficients in the leas
dcthide
- dct隐写技术matlab实现资料。算法原理:通过在一个图像块中调整两个DCT系数的相对大小,隐藏秘密信息。 将载体图像分为8×8的块,做二维DCT变换 用来表示选中的两个系数的坐标对于第i bit秘密信息 if(要隐藏信息‘1’) make else make 逆DCT变换,还原图像 -dct steganography matlab implementation information. Algorithm principle: an image bl
random-way-point-mobility
- This to generate random way point mobility-This is to generate random way point mobility
FirstSample
- VC源代码,针对一维数组数据提取后分解成多个数据元素。-VC code for faa ganefewifnasken fiwanfa
FluidOpenGL
- 利用VC2008和OpenGL写的模拟烟雾的一个程序,可以直接编译运行,可以作为参考-VC2008 and OpenGL using the simulated smoke to write a program that can run directly translated, just renfference
TempTest
- 在VS2008下面实现的使用OpenGL和MFC结合的画一些基本图元-Here in VS2008 using OpenGL and MFC realize a combination of painting some of the basic elements
Running
- 利用VS2008实现的使用OpenGL画出一个奔跑的人,可以直接编译运行-Achieved using the VS2008 draw a running person, you can directly compile and run
CircleWithGL
- 在VC2008下面使用OpenGL实现Bresenham算法画圆和画直线以及椭圆-The VC2008 below Bresenham algorithm using OpenGL, draw a straight line and a circle and oval
homographyBetweenTwoImages
- Get Homograpy Between Two Image. Run in matlab development enviroment.