AKSHAY VARSHNEY
Followers: 0 Following: 0
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
98.365
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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('...
alrededor de 7 años hace | 1 respuesta | 0