Community Profile

photo

Rocky


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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.

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta