sachit
dcrust, murthal
Followers: 0 Following: 0
Statistics
RANK
10,523
of 295,467
REPUTATION
4
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how to convert 2D image into 1D signal?
Want to convert wavelet 2D image into 1D image/signal for further projection
9 years ago | 0 answers | 0
0
answershow to find the histogram of the each blocks of the gray image that is divided into 4 parts?
use "imhist" command for every block.
10 years ago | 0
| accepted
Question
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 ...
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 0 answers | 0
0
answersQuestion
how to combine H(hue), S(saturation) & V(value).
how to combine H, S& V, again after modifying any of the component.
10 years ago | 1 answer | 0
1
answerQuestion
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); ...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 0 answers | 0
0
answersQuestion
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...
10 years ago | 1 answer | 0