![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10099128_1522135143896_DEF.jpg)
AKSHAY VARSHNEY
Followers: 0 Following: 0
Statistik
14 Fragen
0 Antworten
RANG
207.967
of 297.016
REPUTATION
0
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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('...
mehr als 7 Jahre vor | 1 Antwort | 0