Community Profile

photo

Rocky


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

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.

3 years ago | 0 answers | 0

0

answers

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

3 years ago | 0 answers | 0

0

answers

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

4 years ago | 1 answer | 0

1

answer

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

4 years ago | 1 answer | 0

1

answer

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

4 years ago | 2 answers | 0

2

answers

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

4 years ago | 2 answers | 0

2

answers

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

4 years ago | 1 answer | 0

1

answer