satish thapaliya
beihang
Followers: 0 Following: 0
Professional Interests: image processing
Statistics
RANK
168,052
of 295,467
REPUTATION
0
CONTRIBUTIONS
14 Questions
1 Answer
ANSWER ACCEPTANCE
28.57%
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
Does (:,:,1) code work to calculate Y component in YcbCr color model?
i am currently studying color models in matlab specially YCbCr color model. I had an RGB image. First i converted image into YCb...
11 years ago | 1 answer | 0
1
answerQuestion
why colorspace value is different in different models?
I used a set of colorspace function to study the intensity of color in the same images. I had seven green colored images and I u...
11 years ago | 0 answers | 0
0
answersQuestion
why 'load_image' function could n't be used in matlab?
I was trying to process some images in matlab by using linear color space image feature of ipt. For this, I followed a tutorial ...
11 years ago | 0 answers | 0
0
answersQuestion
how to calculate intensity of an image?
I have some images. My task is to calculate intensity of these images. Initially I used color plane (for e.g red, green etc) but...
11 years ago | 1 answer | 0
1
answerQuestion
are there any index in image processing toolbox of matlab that would represent intensity of an image?
I want to know wheter there is some functions in matlab which would describe the intensity of an image. I want to study differen...
12 years ago | 2 answers | 0
2
answersQuestion
why the G channel value of a pixel is different in different positions?
I took an image of the object and estimated its g channel value at some points. Next time i changed the position of the object a...
12 years ago | 2 answers | 0
2
answersQuestion
Why the G color plane curve of four different groups of image plotted against another constant variables has different shape from its average value?
I have seven green colour images of different intensities at different spatial positions. i used four different positions to fin...
12 years ago | 1 answer | 0
1
answerQuestion
How to use lpfilter for filtering in frequency domain of an image?
I used the following codes f=imread('phalenges.jpg'); [M,N]=size(f); sig=10; F=fft2(f); H=lpfilter('gaussian',[M,N],'sig');...
12 years ago | 1 answer | 0
1
answerQuestion
how to use function colfilt?
I want to filter an image by using non linear spatial filters. I used the command colfilt(I,[3 3],'sliding',fun 'parameter'); I...
12 years ago | 1 answer | 0
1
answerQuestion
how to use changeclass function in IPT ?
I want to use intrans function for intensity transformation of a color image. the function intrans(I,'neg') doesn't work where I...
12 years ago | 1 answer | 0
1
answerQuestion
how to see x and y cordinate in the plot beyond its end point?
I have a matlab plot containing value of x from 5 to 25. I want to find the y value corresponding to 3 at x axis but I can't use...
12 years ago | 2 answers | 0
2
answersQuestion
I was trying to use impixel function described in help option of matlab. it instructed to press Return. But I can't find Return.
the following code allowed me to choose the point of my interest to identify pixel value I=imread('3.BMP'); vals=impixel(I);...
12 years ago | 2 answers | 0
2
answersQuestion
what does this code mean?
1/(mean(mean(I1(xy_index(2)+(-7:7),xy_index(1)+(-7:7),1)))/mean(mean(I2(xy_index(2)+(-7:7),xy_index(1)+(-7:7),1))))
12 years ago | 2 answers | 0
2
answersQuestion
how to correct subscript indices error in following codes?
a=0.85; for i=1:7 filename=strcat('D:\2nd year\EXP season 2\Dry\cat1\',num2str(i),'.bmp'); I=imread(filenam...
12 years ago | 1 answer | 0