photo

rubab ali


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
1 回答

ランク
77,331
of 301,440

評判
0

コントリビューション
10 質問
1 回答

回答採用率
30.0%

獲得投票数
0

ランク
 of 21,282

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,555

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

0

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答