Code covered by the BSD License
-
checkstrs(in, valid_strings, ...
CHECKSTRS Check validity of option string.
-
clamp(x,a,b)
-
compute_best_threshold(type, ...
compute_best_threshold - oracle estimation of the threshold
-
compute_edge_patches(w, optio...
[M,delta_list,theta_list] = compute_edge_patches(w, options);
-
compute_impulse_noise(M,p,sig...
compute_impulse_noise - add impulse noise to an image
-
compute_patch_library(M,w,opt...
-
crop(M,n,c)
crop - crop an image to reduce its size
-
display_image_layout(Mlist, T...
display_image_layout - display a set of images together
-
getoptions(options, name, v, ...
getoptions - retrieve options parameter
-
image_resize(img,p1,q1)
im_resize - resize an image using bicubic interpolation
-
imnoise(varargin)
IMNOISE Add noise to image.
-
load_image(type, n, options)
load_image - load benchmark images.
-
medfilt2(varargin)
MEDFILT2 Perform 2-D median filtering.
-
mkconstarray(class, value, si...
MKCONSTARRAY creates a constant array of a specified numeric class.
-
num2string_fixeddigit(num, d)
num2string_fixeddigit - convert a number to string with a fixed number of digits
-
ordfilt2(varargin)
ORDFILT2 Perform 2-D order-statistic filtering.
-
padarray(varargin)
PADARRAY Pad an array.
-
pca(X,numvecs, options)
pca - compute the principal component analysis.
-
perform_blsgsm_denoising(x, o...
perform_blsgsm_denoising - denoise an image using BLS-GSM
-
perform_histogram_equalizatio...
perform_histogram_equalization - perform histogram equalization
-
perform_lowdim_embedding(M,op...
perform_lowdim_embedding - perform a patch wise dimension extension
-
perform_median_filtering(M,k)
perform_median_filtering - perform moving average median
-
perform_nl_means(M, options)
perform_nl_means - denoise an image using non-local Means.
-
perform_synthesis_quilting(X,...
perform_synthesis_quilting - perform image synthesis
-
perform_wavelet_matching(M1,M...
perform_wavelet_matching - match multiscale histograms
-
perform_wavelet_transform(x, ...
perform_wavelet_transform - wrapper to wavelab Wavelet transform (1D/2D and orthogonal/biorthogonal).
-
progressbar(n,N,w)
progressbar - display a progress bar
-
publish_html(filename, output...
publish_html - publish a file to HTML format
-
rescale(x,a,b)
-
stabrnd(alpha, beta, c, delta...
STABRND.M
-
symmetric_extension(M,k)
symmetric_extension - perform a symmetric extension of the signal.
-
batch_denoising.m
-
batch_inpainting.m
-
batch_synthesis.m
-
compile_mex.m
-
test_denoising.m
-
test_edge_synthesis.m
-
test_impulsive.m
-
test_nl_inpainting.m
-
test_nl_synthesis.m
-
test_nlmeans.m
-
test_nlmeans_duo.m
-
test_patchwise.m
-
View all files
from
Toolbox Non-Local Means
by Gabriel Peyre
A toolbox for the non-local means algorithm
|
| All files for Toolbox Non-Local Means |
/license.txt
/toolbox_nlmeans/.DS_Store
/toolbox_nlmeans/batch_denoising.m
/toolbox_nlmeans/batch_inpainting.m
/toolbox_nlmeans/batch_synthesis.m
/toolbox_nlmeans/compile_mex.m
/toolbox_nlmeans/compute_best_threshold_nlmeans.m
/toolbox_nlmeans/compute_edge_patches.m
/toolbox_nlmeans/html/gpeyre.xsl
/toolbox_nlmeans/html/style.css
/toolbox_nlmeans/images/corral.png
/toolbox_nlmeans/images/deadleaf-masked.png
/toolbox_nlmeans/images/fabric-masked.png
/toolbox_nlmeans/images/grass-masked.png
/toolbox_nlmeans/images/group-people.jpg
/toolbox_nlmeans/images/hair-masked.png
/toolbox_nlmeans/images/lenacoul.jpg
/toolbox_nlmeans/images/olives.png
/toolbox_nlmeans/images/reptilskin-masked.png
/toolbox_nlmeans/mex/config.h
/toolbox_nlmeans/mex/perform_nlmeans_mex - copie.cpp
/toolbox_nlmeans/mex/perform_nlmeans_mex.cpp
/toolbox_nlmeans/perform_lowdim_embedding.m
/toolbox_nlmeans/perform_nl_means.m
/toolbox_nlmeans/perform_nlmeans_mex.mexmaci
/toolbox_nlmeans/perform_synthesis_quilting.m
/toolbox_nlmeans/publish_html.m
/toolbox_nlmeans/readme
/toolbox_nlmeans/tests/test_denoising.m
/toolbox_nlmeans/tests/test_edge_synthesis.m
/toolbox_nlmeans/tests/test_impulsive.m
/toolbox_nlmeans/tests/test_nl_inpainting.m
/toolbox_nlmeans/tests/test_nl_synthesis.m
/toolbox_nlmeans/tests/test_nlmeans.m
/toolbox_nlmeans/tests/test_nlmeans_duo.m
/toolbox_nlmeans/tests/test_patchwise.m
/toolbox_nlmeans/toolbox/barb.png
/toolbox_nlmeans/toolbox/clamp.m
/toolbox_nlmeans/toolbox/compute_impulse_noise.m
/toolbox_nlmeans/toolbox/compute_patch_library.m
/toolbox_nlmeans/toolbox/crop.m
/toolbox_nlmeans/toolbox/display_image_layout.m
/toolbox_nlmeans/toolbox/getoptions.m
/toolbox_nlmeans/toolbox/imnoise.m
/toolbox_nlmeans/toolbox/load_image.m
/toolbox_nlmeans/toolbox/num2string_fixeddigit.m
/toolbox_nlmeans/toolbox/ordfilt2/checkstrs.m
/toolbox_nlmeans/toolbox/ordfilt2/medfilt2.m
/toolbox_nlmeans/toolbox/ordfilt2/mex/ordf.c
/toolbox_nlmeans/toolbox/ordfilt2/mex/ordf_hist.h
/toolbox_nlmeans/toolbox/ordfilt2/mex/ordf_ordfilt2.h
/toolbox_nlmeans/toolbox/ordfilt2/mex/ordf_select.h
/toolbox_nlmeans/toolbox/ordfilt2/mkconstarray.m
/toolbox_nlmeans/toolbox/ordfilt2/ordf.mexmaci
/toolbox_nlmeans/toolbox/ordfilt2/ordfilt2.m
/toolbox_nlmeans/toolbox/ordfilt2/padarray.m
/toolbox_nlmeans/toolbox/pca.m
/toolbox_nlmeans/toolbox/perform_blsgsm_denoising.m
/toolbox_nlmeans/toolbox/perform_histogram_equalization.m
/toolbox_nlmeans/toolbox/perform_image_resize.m
/toolbox_nlmeans/toolbox/perform_median_filtering.m
/toolbox_nlmeans/toolbox/perform_wavelet_matching.m
/toolbox_nlmeans/toolbox/perform_wavelet_transform.m
/toolbox_nlmeans/toolbox/progressbar.m
/toolbox_nlmeans/toolbox/rescale.m
/toolbox_nlmeans/toolbox/stabrnd.m
/toolbox_nlmeans/toolbox/symmetric_extension.m
|
|
Contact us at files@mathworks.com