Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
61.947
of 301.200
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.190
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.339
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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.
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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; ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0
