Community Profile

photo

D Joseph


Con actividad desde 2015

Followers: 0   Following: 0

Contacto

Estadísticas

  • First Review
  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


How can I convert the time to hours,minutes and seconds using matlab?
tic; %program code t=toc; In what format the time t is displayed. How can I convert and display that time to hours,mi...

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

1

respuesta

Pregunta


Why I can't load .mat file in the .m file that guide has created?
Why I can't load .mat file in the .m file that guide has created?. I have saved an array D as save('dict.mat','D') Bu...

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

1

respuesta

Pregunta


Can anybody suggest a method better than "multi scale iterative patch based sparse representation " for image enhancement
Can anybody suggest a method better than "multi scale iterative patch based sparse representation " for image enhancement

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

0

respuestas

Pregunta


How to adjust the position of legend when creating plot using matlab?
How to adjust the position of legend when creating plot using matlab? When the plot is displayed the legend is making the points...

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

1

respuesta

Pregunta


How to plot a bar graph or any other graph using two values?
How to plot a bar graph or any other graph using two values? a=handles.p; b=handles.ps; y =[a b]; Here value of a...

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

0

respuestas

Pregunta


is there any builtin function or matlab code available for image inpainting
is there any builtin function or matlab code available for image inpainting

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Matlab code for image enhancement algorithm.How can be implemented?
Matlab code for image enhancement algorithm.How can be implemented?

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

1

respuesta

Pregunta


Is there any method to compare two very low quality fingerprints and to plot a graph?
Is there any method to compare two very low quality fingerprints and to plot a graph?

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

0

respuestas

Pregunta


How can we display a graph in axis of matlab GUI by pressing another button(say display)?
How can we display a graph in axis of matlab GUI by pressing another button(say display)

más de 8 años hace | 4 respuestas | 0

4

respuestas

Pregunta


How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)
How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)

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

1

respuesta

Pregunta


How can I calculate the PSNR of two images in matlab? The images are obtained as intermediate results. How can I use these images to calculate the PSNR value
How can I calculate the PSNR of two images in matlab? The images are obtained as intermediate results. How can I use these image...

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

1

respuesta

Pregunta


Consider the following images. How can I convert the first image into 2nd image and further enhance into 3rd image?
Consider the following images. How can I convert the first image into 2nd image and further enhance into 3rd image?

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

0

respuestas

Pregunta


Anybody have the code for the function bwareafilt()
Anybody have the code for the function bwareafilt()

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

0

respuestas

Pregunta


How to use a function as builtin even if the matlab doesn't support the function as a builtin function?
How to use a function as builtin even if the matlab doesn't support the function as a builtin function?

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

0

respuestas

Pregunta


how the following filter is applied
h=[1 -1]; g=[-1 1]; ux=conv2(u,h,'same'); what is the use of this filter represented by h.

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

0

respuestas

Pregunta


Is there any way to identify the fingerprint contents in an image using matlab?
If the image is mixed with fingerprints and certain characters, is there any way to pick up the fingerprints and leave the chara...

más de 8 años hace | 3 respuestas | 2

3

respuestas

Pregunta


Which image is having high Mean square Error value?.Noisy image or noise free image
Which image is having high Mean square Error value?.Noisy image or noise free image

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

1

respuesta

Pregunta


Which image is having high PSNR value?.Noisy image or noise free image
Which image is having high PSNR value?.Noisy image or noise free image

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

1

respuesta

Pregunta


Is there a built in function called BoundMirrorExpand(). If yes for what it is used for and what does the following code means?
f = BoundMirrorExpand(BoundMirrorExpand(BoundMirrorExpand(BoundMirrorExpand(f)))); Here f represents an noisy image.

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

1

respuesta

Pregunta


Why is the use of randn in matlab?
sig = 0.05; randn('seed', 0); % generate seed x = im + sig*randn(size(im)); % noisy observation What is th...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


What is the use of max in the following code?
fname = 'texture1.bmp'; e = imread(fname); e = double(e); im = e; im = double(im); im = im/max(im(:)); What i...

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

1

respuesta

Pregunta


Why drawnow ; is given after imshow in matlab?
Why drawnow ; is given after imshow in matlab?

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

1

respuesta

Pregunta


What is the need for [ ] in imshow(I,[ ]);
What is the need for [ ] in imshow(I,[ ]); Here I represents an image

más de 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How the following code works in image denoising?
function [y] = EADTV(x,lam,alp,costheta,sintheta,varargin) % Input parameters % x : noisy image % lam : lambda parame...

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

1

respuesta

Pregunta


Edge directional total variation model (EDTV.m)
why ux = vx; uy = vy; is used in EDTV.m

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

0

respuestas

Pregunta


Can anybody provide matlab code for decomposing an image into cartoon and texture component?
Can anybody provide matlab code for decomposing an image into cartoon and texture component?

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

0

respuestas

Pregunta


what you mean by total variation of an image?
what you mean by total variation of an image?

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

0

respuestas

Pregunta


What you mean by constant weighting parameter of an image?
What you mean by constant weighting parameter of an image?

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

0

respuestas

Pregunta


What you mean by gradient value of an image?
What you mean by gradient value of an image?

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

0

respuestas

Pregunta


How can I vote for an answer to my questions?
How can I vote for an answer to my questions?

más de 8 años hace | 0 respuestas | 1

0

respuestas

Cargar más