资源列表
jihe
- 这些函数实现图像的几何变换 图像的旋转 图像的翻转-The function of the geometric transformation of image rotation image flip image
tuxing123
- 着是一个MATLAB中的图形合并的程序,也有不完善的地方,请指教!-with MATLAB is a graphic merger procedures have imperfections, please enlighten! Thank you
123
- Matlab在分形模拟上的一些应用!根据程序中迭代的选取,将分形模拟分为确定迭代法和随机迭代法。-Fractal Simulation on Matlab in some applications! According to the procedure in the iterative selection fractal simulation is divided into established and the random iteration method iterative method.
convertWrite
- Snakes Active Contour Models.pdf [2] Multiscale Active Contours.pdf [3] Snakes, shapes, and gradient vector flow.pdf [4] Motion of level sets by mean curvature I.pdf
Matlab
- Matlab在分形模拟上的一些应用,Cantor集模拟程序,模拟分为确定迭代法和随机迭代法。-Fractal Simulation on Matlab in some applications, the Cantor set simulation procedures, simulation to determine the iterative method and random iteration method.
boxcountmethod
- 计算图像的分形维数,通过二值化处理,采用boxcount方法,对图像的白色区域进行统计,进而计算分维。-this method is used to the calculation of the fractal dimension,and using the boxcount method,to do the process,and find the white area,to calculation the fractal dimension
superresolution
- 这段代码可以进行图像的自类推式超分辨放大,它是图像类推技术的一种推广。-This code can be self-image analogy Large-super-resolution, it is images analogy of a promotion.
RSana
- RS分形算法matlab代码实现,既利用RS方法计算时间序列的分形hurst指数-RS fractal algorithm to achieve Matlab code, both RS calculated using time series fractal Hurst index
yzqxgx
- 本源程序是用几何画板做的数学课件,文件为圆锥曲线共性,供高中数学教师使用。本课件参加自治区课件大赛获一等奖。-source is the Geometer's Sketchpad to do mathematics courseware, documents for the conic common for high school math teachers to use. The courseware participation in the autonomous courseware
rsfengxing
- 此程序为matlab分形程序,用于计算具有分形特性的时间序列的rs分形维数,仅供参考如有错误请指正-compulate the dimenson of the time serial
fractal
- matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=
picture
- 数字图像处理中的有关线性变换,如角度变换等