Community Profile

photo

Rocky


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答