
Cris Luengo
http://www.crisluengo.net/ Professional Interests: Image analysis
Statistics
CLASIFICACIÓN
1.762
of 276.071
REPUTACIÓN
29
CONTRIBUCIONES
2 Preguntas
11 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
12
CLASIFICACIÓN
1.674 of 18.587
REPUTACIÓN
1.047
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
9 Archivos
DESCARGAS
47
ALL TIME DESCARGAS
9923
CLASIFICACIÓN
1.480
of 125.839
CONTRIBUCIONES
1 Problema
142 Soluciones
PUNTUACIÓN
1.396
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Why function gradmag isn´t working for me?
This code, which you have copied from <https://www.crisluengo.net/index.php/archives/217 my blog>, requires DIPimage to run. Get...
más de 4 años hace | 0
mxCreateSharedDataCopy no longer supported in R2018a
Note that the new C++ interface (introduced in R2018a) has documented ways of creating shared data copies: <https://www.mathw...
casi 5 años hace | 1
.mex File crashes when executed in rapid succession
pointer[(iField + iSensor * 11) * bufferSize + iElement] should probably be pointer[(iField + iSensor * 11) * nNoEleme...
más de 5 años hace | 1
| aceptada
UTF-8 strings in MEX-files
A solution when using C++11: I found this answer on StackOverflow: http://stackoverflow.com/a/38383389 It turns out C++11 ha...
alrededor de 6 años hace | 1
| aceptada
Pregunta
UTF-8 strings in MEX-files
This question has been asked here before, but not with any satisfying answers. Since all those answers, a new documented functio...
alrededor de 6 años hace | 3 respuestas | 1
3
respuestasDetermine if using HG2
Revisiting this issue. The best method discussed here is using `graphics` version. However, you currently get a warning when ...
alrededor de 6 años hace | 0
Determine if using HG2
You can simply check the class of the figure handle: function tf = ishg2(fig) tf = isa(h,'matlab.ui.Figure'); or: ...
más de 8 años hace | 2
DIPimage initialise
If you downloaded DIPimage from its website, <http://www.diplib.org/>, you would have noticed three things: 1- The installati...
más de 8 años hace | 0
DIPimage – What is your experience?
Dear Marco, I am the main developer of DIPimage. Thank you for the nice words. I understand hesitation among people used t...
más de 8 años hace | 0
| aceptada
Pregunta
Unlocking answers to last Cody problem?
I've written a valid answer to the last Cody problem, but it is not even close to the best answer. I have no idea how they made ...
más de 10 años hace | 1 respuesta | 2
1
respuesta[DISCONTINUED] Wish-list for MATLAB Answer sections.
I want to be able to down-vote questions and answers. I understand the current "positive reinforcement" philosophy, but sometime...
alrededor de 12 años hace | 2
Why do I get the same numbers in "randn" function?
All you need to do is read the documentation for the function |randn|: <http://www.mathworks.com/help/techdoc/ref/randn.html> ...
alrededor de 12 años hace | 0
How to display images with log axes?
This is quite interesting, as it shows how MATLAB operates internally. When you do image('CData', X, 'XData', [0.1 100])...
alrededor de 12 años hace | 2