photo

rubab ali


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

10 Preguntas
1 Respuesta

CLASIFICACIÓN
77.330
of 301.432

REPUTACIÓN
0

CONTRIBUCIONES
10 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
30.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.280

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.555

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


is there any matlab code for calling curevelet transform for vedio read?
..

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas