Community Profile

photo

Rocky


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


What is single scale fusion in digital image processing
Hi all..can anyone explain me about single scale fusion with some examples..your help is really appreciated.

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


How to write matlab code for this algorithm
Hi all!! I Don't have any idea, how to write the 4th step in matlab.can anyone help me to solve this. I'm attaching the algorit...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


How to find log with base value
hi all..can anyone tell how to write this eauation in matlab.where Lin is a 2x2 matrix.Thanks in advance.. L=log(i)(Lin+1) i=m...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


checking value greater than threshold
A=[10 42 55;63 52 81;30 52 14]; k=A(A>50); Hello everyone.From this code i got output as k= 63 52 52 55...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


A is less than a threshold
m=256; e=0.5; for x=1:m for y=1:m if A(x,y)<0.5 s_dark(x,y)=A(x,y)^e; ...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


How to write this equation in matlab??
Hello everyone.In the below equation can anyone suggest me how to write this eqn in matlab.. L_in (x,y)=0.299.I_in^R (x,y)+0.5...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


how to split darker and brighter pixels using a threshold value?
in=imread('window.jpg'); i_in=im2double(in); i_in=imresize(i_in,[4 4]); imshow(i_in); figure(1); %%LOGRATHIMIC NORMALIZAT...

environ 4 ans il y a | 1 réponse | 0

1

réponse