photo

rubab ali


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
1 Answer

RANK
277,615
of 301,383

REPUTATION
0

CONTRIBUTIONS
10 Questions
1 Answer

ANSWER ACCEPTANCE
30.0%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 0 answers | 0

0

answers

1

answer

Question


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 ...

7 years ago | 1 answer | 0

1

answer

0

answers

Question


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<=...

7 years ago | 1 answer | 0

1

answer

Question


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 ...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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 %----------------------------...

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 0 answers | 0

0

answers