sachit
dcrust, murthal
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
10.523
of 295.467
REPUTACIÓN
4
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
how to convert 2D image into 1D signal?
Want to convert wavelet 2D image into 1D image/signal for further projection
más de 9 años hace | 0 respuestas | 0
0
respuestashow to find the histogram of the each blocks of the gray image that is divided into 4 parts?
use "imhist" command for every block.
casi 10 años hace | 0
| aceptada
Pregunta
how increase a value
re=1:3:254; pe=3:5:256; for sa=L(re:pe,re:pe) maxi=max(sa) maximum=max(maxi) end in this i want if re=1 then ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to calculate the contrast improvement index for a color image 256*256*3
CII= Cproposed/ Corignal. where C is the average value of low contrast measured with 3*3 window as max-min/max+min i have ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to combine H(hue), S(saturation) & V(value).
how to combine H, S& V, again after modifying any of the component.
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to compile in a matrix
clc; clear all; a=imread('4.1.05.tiff'); hsv=rgb2hsv(a); v=hsv(:,:,3); for p=1:256 for x=v(1:256, p); ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to collect the each row of a matrix after operation
v=hsv(:,:,3); p=1:256; x=v(1:256, p); h=imhist(v); a=sum(x.*h); b=sum(h); M=a/b the problem is that x sh...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to enhance color image using fuzzy logic
to convert the given RGB image of size P × Q into HSV and then calculate the histogram h(x) where x Є V. h(x) indicates the numb...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
I have applied histogram on the v-component of hsv image how can i now convert it back to colour image
i have selected a color image, after reading it i have converted it to hsv image, then i have extracted its v-component, then ap...
casi 10 años hace | 1 respuesta | 0