sachit
dcrust, murthal
Followers: 0 Following: 0
Statistica
RANK
10.523
of 295.467
REPUTAZIONE
4
CONTRIBUTI
8 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
37.5%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how to convert 2D image into 1D signal?
Want to convert wavelet 2D image into 1D image/signal for further projection
oltre 9 anni fa | 0 risposte | 0
0
rispostehow to find the histogram of the each blocks of the gray image that is divided into 4 parts?
use "imhist" command for every block.
quasi 10 anni fa | 0
| accettato
Domanda
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 ...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
how to combine H(hue), S(saturation) & V(value).
how to combine H, S& V, again after modifying any of the component.
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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); ...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 10 anni fa | 1 risposta | 0