搜索资源列表
Arnold_Matlab_code
- Arnold图像置乱Matlab代码 %% -------------------------------------------------------------------- %% % Function: Arnold图像置乱 % Arnold: x =(x+y) mod N, y =(x+2y) mod N % 变换周期(N,M): (128,96),(256,192),(512,384) % Argument: dPSNR: 置乱后PSNR % outIm
PVEInterpolation
- Partial volume correction method using reverse diffusion interpolation This function implements a reverse diffusion scheme to interpolate images to correct for partial volume effect. Under the assumption that the pdf is about the size of the pix
5
- 为对图像的缺损部分进行快速自动修复, 提出了一种基于曲率驱动修复模型的快速图像修复算法。曲率驱动修复模 型由于引入了曲率项, 使其偏微分方程为高阶, 修复时需要数值求解偏微分方程, 大量迭代运算导致修复速度非常缓慢。为 加快修复速度, 算法将模型的偏微分方程数值化, 进一步改造成加权平均形式, 利用邻近已知像素直接合成损坏像素, 加权 系数由曲率和梯度共同确定, 使修复按照图像等照度线方向进行, 在曲率大的地方将等照度线拉伸, 同时由待修复点邻域内 已知像素的梯度方差确定修复次序
Match-point-correlation-coefficient
- 相关系数法的点匹配 void draw(int x,int y,Mat mat,Mat mod,int xx,int yy)通过十字丝表明匹配点 void ImgMarch(Mat s,Mat m,Mat roi,int x,int y)相关系数法匹配函数-Match point correlation coefficient method void draw (int x, int y, Mat mat, Mat mod, int xx, int yy) indicate the