Rank: 211828 based on 0 downloads (last 30 days) and 0 file submitted
photo

bmv

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by bmv View all
Updated File Comments Rating
17 Jun 2013 An edge adaptive directional total variation model An edge adaptive directional total variation model is proposed for image noise removal Author: Wang YQ

EADTVDiffusion
Error using isrgb (line 8)
Function ISRGB has been removed.
Error in EADTVDiffusion (line 19)
if isrgb(e), e = rgb2gray(e); end

For R* >= R2011b

17 Jun 2013 An edge adaptive directional total variation model An edge adaptive directional total variation model is proposed for image noise removal Author: Wang YQ

>> EADTVDiffusion
Error using imread (line 350)
File "fig3.bmp" does not exist.
Error in EADTVDiffusion (line 18)
else e = imread(fname); end

02 Apr 2013 Magic kernel resizing The “magic kernel” is a method of resampling images that gives clear results free of artifacts. Author: Jan Motl

I mean : B=magickernel(magickernel(A),'DOWN');

02 Apr 2013 Magic kernel resizing The “magic kernel” is a method of resampling images that gives clear results free of artifacts. Author: Jan Motl

After these transformations:
A;
B=magickernel(magickernel(A),'DAWN');
Should A and B be the same? (A=B ?)

29 Mar 2013 2D Bandwidth Estimator for KDE 2D kernel density estimator from weighted data. Author: Matej Kristan

>> demoBWEstimation

Undefined function 'col_sum' for input arguments of type 'double'.
Error in normmixpdf (line 56)
pl = logConstant - 0.5*col_sum(dx.*dx);
Error in evaluatePointsUnderPdf (line 17)
[ p, model ] = normmixpdf( model, X, minerr ) ;
Error in visualizePdf2d2 (line 51)
p = evaluatePointsUnderPdf(pdf, data) ;
Error in visualizeKDE (line 55)
outdat = visualizePdf2d2( kde.pdf, boundsIm, [], grans ) ;
Error in demoBWEstimation (line 47)
subplot(2,3,1) ; I_k = visualizeKDE('kde', kde_k, 'tabulated', 1) ;

Contact us