Watch this Author's files
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
>> EADTVDiffusion Error using imread (line 350) File "fig3.bmp" does not exist. Error in EADTVDiffusion (line 18) else e = imread(fname); end
I mean : B=magickernel(magickernel(A),'DOWN');
After these transformations: A; B=magickernel(magickernel(A),'DAWN'); Should A and B be the same? (A=B ?)
>> 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