photo

D Joseph


2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

43 질문
1 답변

순위
8,754
of 300,780

평판
5

참여
43 질문
1 답변

답변 채택
39.53%

획득한 표
4

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,018

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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?

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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)

10년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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)

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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?

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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?

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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.

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 3 | 2

3

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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.

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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?

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 0 | 1

0

답변

질문


What is the difference between double() and im2double() ?
What is the difference between double() and im2double() ?

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Why an image is converted to double using I=im2double(I); in matlab?
I=im2double(I); what is the need for it

10년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기