⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compute_subwindows_energy.m

📁 image denoising toolbox in matlab
💻 M
字号:
function D = compute_subwindows_energy(M,k)

% compute_subwindows_matrix - compute the energy of each patch around each pixel.
%   
%   D = compute_subwindows_energy(M,k);
%
%   D(i,j) = \sum{ x \in P_{ij} }{ M(i,j)^2 }
%
%   where P_{ij} is the patch of size (2k+1)x(2k+1) around
%   pixel (i,j).
%
%   Copyright (c) 2004 Gabriel Peyr

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -