Estadística
21 Preguntas
5 Respuestas
CLASIFICACIÓN
6.269
of 297.080
REPUTACIÓN
7
CONTRIBUCIONES
21 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.424
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.839
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
use dijkstra algorithm to segment images
Seems I ended up solving the problem after a lot of effort and research. I found two fantastic packages that allowed me to solve...
alrededor de 2 meses hace | 0
| aceptada
Fit countours to shape
Thank you everybody fot the excellent answers. Unfortunately I could choose only one. If anyone still have different ideas, feel...
2 meses hace | 0
Fit countours to shape
Wow, so many diverse answers. Thank you a lot. I will evaluate all them and choose the one I think is best. Personally, I tough...
2 meses hace | 0
Pregunta
Fit countours to shape
Yo, image processing experts, any way to automatically fit the 4 boundary lines of this shape: This what I want: I believ...
2 meses hace | 3 respuestas | 0
3
respuestasPregunta
use dijkstra algorithm to segment images
I would like to use graph cut to segment hundreds of large images using Dijkstra's algorithm, in a fully automated fashion,and u...
2 meses hace | 1 respuesta | 0
1
respuestaPregunta
addlistener vs. listener
I understand the differences between listener and addlistener. I don't see much utility there, as I always store my listener in ...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
gamma correction - using MATLAB vs. using hardware settings
I have a 8-bit monitor (or 32-bit it we consider all colors and alpha). Lets say I have a grayscale image, with colors I would ...
11 meses hace | 0 respuestas | 0
0
respuestasPregunta
convert image from double to uint
I have an image, lets say: I = [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1] I want to convert this image to uint8 and u...
11 meses hace | 0 respuestas | 0
0
respuestasPregunta
dynamic images for temporal dithering
I am trying to test temporal dithering to increase the color depth of my monitor. I dont want to use third party software such a...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
KeyPressFcn and WindowKeyPressFcn not working
I have a GUI (using the old figure, not uifigure). The figure has a KeyPressFcn to do some action. So I have a pushbutton, and ...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
can MATLAB render 10-bit images in a 10-bit TV?
Hello, I want to generate grayscale gabor patches with different contrasts. Because I am interested in low contrasts, I want as...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
how MATLAB determines order of monitors
Does anyone know how MATLAB determines the order of the monitors, when multiple monitors are connected? I did this: >> get(0, ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Detecting circles in noisy images with high intensity variations (must work for all cases)
Hello, Im trying to create a pupil detector. Tue input images have the problem of being noisy and with many intensity variation...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
ginput and 'CurrentPoint' property do no match real axes coordinates
This is a very strange problem. I am creating a GUI with many overlapping patches objects. I also changed the XLim and YLim prop...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
edit zoom contex menu
Hello all, Is there any way to edit the zoom built-in conext menu? I want to add an option to exit zoom mode. I dont want to...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
multi-line edit box behaving as single line
Hello all, I created an edit box. I want it to have 2 lines, but behave if it has only a single line. In other words, I want to...
más de 5 años hace | 0 respuestas | 0
0
respuestasuitable row name width - why is this SOO wide?!
We are in 2019 and Mathworks still dind't bother doing it...
más de 5 años hace | 3
Pregunta
figure Position property returning incorrect values
I'm trying the create a GUI, so I stared by drawing a figure. However, I am having problems with the position of the components ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Zoom reset of 2 linked axes is not equal and behaves strangely after applying rotate3d
Hello I need to create 2 3D plots in the same figure, and sync their view and axes limits. If I rotate3D the *second* axes, o...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Where is the handle of the colormapeditor?
Hello, Anywone knows how can I access the handle of the colormapeditor? I am developing a GUI that calls it and I would like ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
custom colormap with missing colors
If I create the following image, with 3 possible values: 1, 2 and 10. im = zeros(128,128) im(1:32,:) = 1 im(33:64,:) ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB crashs when struct index line is too long
Hello. Somewhere in my script there is a line like this: a = ZData.upsample.(feature2plot).center.(lower(H.BUTTONGOUP_Map_O...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
uipanel border type problem
I am designing a GUI where I want to nest 2 or 3 panels in such a way they are perfectly aligned. If I run the following code t...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
wait for colormapeditor to close
Unfortunately the function colormapeditor doesn't accept output arguments. It happens that I need to freeze the program flow unt...
casi 7 años hace | 2 respuestas | 1
2
respuestasPregunta
text object array being reversed when retrieved from handle
I am building a GUI where I am trying to plot an hexagonal matrix and number each hexagon (see attachment). <</matlabcentral...
casi 7 años hace | 1 respuesta | 0
1
respuestaHi, how me forbid to entering characters, other than numbers into edit text in my code
Try something like this: function yourTextEdit_Callback(hObject, eventdata) if ~isempty(str2num...
casi 7 años hace | 0