Estadística
CLASIFICACIÓN
160.781
of 300.759
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.081
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 170.900
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
Taking number out from the image name.
In my MATLAB code i browse for images using uiget [fn, pn] = uigetfile('*.jpg;*.tif'); the variable fn is the name of im...
más de 5 años hace | 1 respuesta | 0
1
respuestaIs there a way to overcome For loops for fast processing?
Following MATLAB code significantly reduced the computatonal cost of the questioned code R = I(:,:,1); G = I(:,:,2); B = I(...
más de 6 años hace | 0
| aceptada
Pregunta
Is there a way to overcome For loops for fast processing?
I have written a following MATLAB code to detect skin color pixels from the RGB image. The output is as expected but being pixel...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Avoid for loop to increase processing in image processing.
I have three matrices labelism is nr x nc binary matrix colorim is nr x nc x 3 RGB matrix and skin_img is also nr x nc ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Overcome for loops for fast processing
I have the following part of MATLAB code skin_rgb = zeros(256.^3,1); for i = [2000 : 2003,2008,2010:2011,2013:2015,2017:...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Matlab GUI switch statement not working properly
I am writing MATLAB GUI code where i show the image and give them two options to select one of them. But in my code Switch state...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab GUI becomes too heavy for computer and makes the system slower
I am doing pair comparison in which I show pair of images and ask user to select one of them on the basis of different questions...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Closing MATLAB GUI gives error
I have the following code which is working very fine and also saving the required file. But after completing MATLAB GUI while ex...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
handle not increment in MATLAB GUI
I am writing a MATLAB GUI code for pair comparison where at one step i need to increment handle to reach the next image. Followi...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Attempt to reference field of non-structure array error occurs while using next button
I have the following Matlab GUI code for pair copmarison of images on pressing next button it should change the image but it giv...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Function not recognizing uibuttongroup for switch statement in matlab gui
function varargout = GUI_Personality_Impressions(varargin) % GUI_PERSONALITY_IMPRESSIONS MATLAB code for GUI_Personality_Im...
casi 10 años hace | 1 respuesta | 0
