![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10099128_1522135143896_DEF.jpg)
AKSHAY VARSHNEY
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
207,967
of 297,016
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Is there anywhere XML-files already trained to detect the fire in a video?
I want to know does someone knows is there any XML file for fire detection using haar cascade classifier if there is then please...
6 years ago | 0 answers | 0
0
answersQuestion
How to store cell array inside a cell array?
I have a cell array of 1,32 so i store in c=cell(1,32) now i want to store another cell of size 1,3 in each cells and cell eleme...
6 years ago | 1 answer | 0
1
answerQuestion
How can i save a contour and read it again without change in its value in matlab?
First I want to show the output of the contour than reading that image again without losing its memory and than use that image t...
6 years ago | 1 answer | 0
1
answerQuestion
Does anyone knows about SPF Function and how does it work?
Please explain the signed pressure force function in Matlab and how to use this.
6 years ago | 0 answers | 0
0
answersQuestion
How to change the M*N*P to M*N*3 or M*N for an Image in Matlab?
Is there any way to show this type of image in Matlab 480*480*32? or otherwise, I have to change the image from 480*480*32 to 48...
6 years ago | 1 answer | 0
1
answerQuestion
For Medical Image Segmentation which technique is best?
I want to do the image segmentation of a knee joint could you please guide which technique is most accurate. and also should I c...
6 years ago | 1 answer | 0
1
answerQuestion
which color space has most accurate color difference calculation?
Among various color spaces like L*a*b, RGB, LCH etc. which has most accurate results while doing the color difference calculatio...
7 years ago | 0 answers | 0
0
answersQuestion
Identify colors by K mean cluster approach
I know the pixel values of the different band now I want to identify the color of that band by K mean cluster approach. please h...
7 years ago | 1 answer | 0
1
answerQuestion
pattern of color range of different shades of a particular colors RGB values?
Sir I have found the RGB value of all colors.Now I have one doubt that is there any pattern in different shades of a particular ...
7 years ago | 2 answers | 0
2
answersQuestion
i want to know the pixel value of each color in rgb component.
As of many colors is there any method to convert the pixel values of color in RGB color space.I would like to quote an example h...
7 years ago | 1 answer | 0
1
answerQuestion
I want to know the pixel or intensity value of 12 colors in resistor ?
I want to know the pixel or intensity value of 12 colors in a resistor , as we know that there are 12 colors in a resistor so th...
7 years ago | 2 answers | 0
2
answersQuestion
how to change the background color of an image from black to white
i want to change the background color of an image using matlab , i have uploaded an image also in this i want to change the back...
7 years ago | 1 answer | 0
1
answerQuestion
how to detect the colors in bands of resistor by using image processing
i am able to get the edges and in the bands of given resistor,but i am getting the black color but i want the original color app...
7 years ago | 0 answers | 0
0
answersQuestion
i am working on project of edge detection and i am using fuzzy logic the problem i am facing is that i want to detect the without using rgb colour code ,means i want to detect the edge and also i want that the color of the image also appear in output
Igray = 0.2989*Irgb(:,:,1)+0.5870*Irgb(:,:,2)+0.1140*Irgb(:,:,3); figure image(Igray,'CDataMapping','scaled'); colormap('...
7 years ago | 1 answer | 0