搜索资源列表
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
mesh2d
- 该文件为二维网格划分程序,网格划分是数值模拟软件的前处理部分,他决定了数值模拟过程的时间和计算结果的精度-the document for the two-dimensional mesh procedure, the mesh is the numerical simulation software before processing. He decided a numerical simulation of the time and the precision of the results
G_P
- 利用这个g-p算法计算时间序列的关联维和饱和嵌入维-Advantage of this gp algorithm to calculate the time series correlation dimension and saturated embedding dimension
period_mean_fft
- 利用这个方法计算混沌时间序列的平均轨道周期p-Use this method to calculate the average orbital period of chaotic time series p
lyapunov_wolf
- 利用此wolf方法计算混沌时间序列的最大李雅普诺夫指数-Largest Lyapunov exponent calculated use of this wolf chaotic time series
GetPixelsOfImage
- 结合OpenCV,获取图像任意位置的像素值(包含程序运行时间计算).-combine with OpenCV, the project can get the pixels at any position of the image.(inclue the execution time of the program)
C_CMethod
- 利用这个方法计算混沌时间序列的时间延迟和嵌入维数-Time delay and embedding dimension of chaotic time series calculated using this method
largest_lyapunov_exponent
- 利用这个小数据量方法计算混沌时间序列的最大李雅普诺夫指数-With small amount of data calculated largest Lyapunov exponent of chaotic time series
ifwtcompare
- 对比验证waverec2 和 waveback的计算时间,证明两种指令在同样结果下的计算量-Comparative validation computation time waverec2 and waveback prove two commands in the same amount of computation results
matlab-sift
- matlab程序,解决sift算法对图像特征点的检测,描述和匹配,特征点个数的计算以及程序运行时间,可与其他算法做比较,直接修改参数即可运行-matlab for image matching,include the time and the number of the interest points
NL-MEANS
- NL-MEANS图像去噪算法。 该算法对于灰度图像的高斯白噪声的去除效果极好,但是在计算时间上耗时较高。本程度对于256*256的灰度图像,约在30s以上。 运行,请输入“main”。-NL-means algorithm is a good way for grey image denoising on AWN, but it has high cost on the computation. The program here may cost beyond 30s for 256