photo

rubab ali


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

10 Domande
1 Risposta

RANK
133.656
of 301.454

REPUTAZIONE
0

CONTRIBUTI
10 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
30.0%

VOTI RICEVUTI
0

RANK
 of 21.287

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.632

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


how to modify this code of bilateral filter to work on video?
EDIT: copyright code removed, BFILTER2 can be downloaded here: https://www.mathworks.com/matlabcentral/fileexchange/12191-bilat...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i make Hr may be obtained using MakeONFilter from wavelab toolbox? for this code
function f = MakeONFilter(Type,Par) % MakeONFilter -- Generate Orthonormal QMF Filter for Wavelet Transform % Usage % qmf...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


why i am getting the following errors in the code ? while using ridgeletand curvelet first generation toll box https://www.mathworks.com/matlabcentral/fileexchange/31559-ridgelet-and-curvelet-first-generation-toolbox
clear all; close all; clc; v = VideoReader('peng.mp4'); tic numFrames = v.NumberOfFrames; k=1; while ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Undefined function or variable 'optIdx'. Error in sh (line 28) dev = gpuDevice( optIdx )? what is this
if dev = parallel.gpu.GPUDevice.select( optIdx ); else dev = parallel.gpu.GPUDevice.current(); end ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

0

risposte

Domanda


iam having this issue how can is resolve this Undefined function or variable 'M'. Error in Untitled (line 39) MW = perform_curvelet_transform(M, options);
clear all; close all; clc; v = VideoReader('foreman.mp4'); tic numFrames = v.NumberOfFrames; k=1; while k<=...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


i am encountering this error on below mention code Undefined function or variable 'greenchannel'. Error in bidemo (line 47) [Gout]=bilateral_each_channel(w,sigma_r,sigma_d,greenchannel);
%% Clear everything clear all; close all; clc; v = VideoReader('peng.mp4'); tic numFrames ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


error in shear Undefined function or variable 'shearletTransformSpect'. Error in shear (line 6) [ST,Psi] = shearletTransformSpect(A); ? how to define shearletTransformSpect
% create image A = VideoReader('peng.mp4'); tic % shearlet transform [ST,Psi] = shearletTransformSpect(A); % inverse sh...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to apply shearlet transform on VEDIO? USNING A 3d sHEARLET TOOL BOX FROM HEREhttps://www.math.uh.edu/~dlabate/software.html
%-------------------------------------------------------------------------- % 3D Shearlet-MATLAB %----------------------------...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


ANYONE TO HELP ME TO APPLY THIS BILATERAL FILTER CODE FOR VEDIO DENOISING
if true % code end % BFILTER2 Two dimensional bilateral filtering. % This function implements 2-D bilateral filte...

oltre 7 anni fa | 0 risposte | 0

0

risposte