
Constantino Carlos Reyes-Aldasoro
City, University of London
Senior Lecturer in Biomedical Image Analysis at City, University of London. Huge Matlab fan, wrote the book "Biomedical Image Analysis Recipes in MATLAB: For Life Scientists and Engineers" published by Wiley-Blackwell.
Statistics
RANK
283
of 273.330
REPUTAZIONE
288
CONTRIBUTI
2 Domande
188 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
51
RANK
2.684 of 18.452
REPUTAZIONE
586
VALUTAZIONE MEDIA
3.70
CONTRIBUTI
19 File
DOWNLOAD
74
ALL TIME DOWNLOAD
5256
RANK
of 122.734
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
How to visualise results of regionprops3 function?
What regionprops will do is to calculate the metrics for each of the elements in your data, and you can then use these to select...
9 giorni fa | 0
Inviato
Segmentation of 3D HeLa Cells
Segmentation, Measurement and Visualisation of Nuclear Envelope of HeLa Cells observed with Electron Microscope
17 giorni fa | 7 download |

How to create two-dimensional boxplots
Have a look at this code: https://uk.mathworks.com/matlabcentral/fileexchange/68006-boxplot3d-create-three-dimensional-boxplo...
18 giorni fa | 0
Error with plot command
I do not think this is a problem of plot, but rather that your variable has only 1 value and you are addressing a higher value. ...
18 giorni fa | 1
why are my programs treated as function?
Very very hard to help without the file itself, and without knowledge of what V is. I ran that line in Matlab online and worked ...
18 giorni fa | 0
How can I make a boxplot match at 0 with another plot?
A workaround to solve your problem is to call the boxplots with zero values in between your actual data. E.g. plot([1 2 3 4 5...
18 giorni fa | 0
Why there are high frequency spikes in the instantaneous frequency variation vs time curve of a faulted phase current ?
It is very different to answer this question on the abstract, please add more details and figures preferably to be able to help....
18 giorni fa | 0
how to slice 3d .fig file?
If I understand correctly, what you want is a slice of your 3D data, and add that to your figure (say one surface with one sl...
21 giorni fa | 1
selecting area on a image and Tracking the same area in the next subsequent images automatically
Ok, the first part of this problem is rather simple, if I understand correctly, you want to select a region of interest in one i...
22 giorni fa | 0
| accettato
How do i remove an outlier?
Use a moving filter, in your case, the best would be to replace each value by the median value of a neighbourhood, that is if yo...
23 giorni fa | 0
| accettato
Generate code for randomly oriented short fiber RVE?
You are not running your loops correctly. If you ident your code (control-i) you can see better: for i=1:1:N while 1 ...
23 giorni fa | 0
| accettato
Can we move a vertex in voronoi diagram?
Yes, quite easy: X=[1 2 1.1 1.3 1.4 1.5 1.3 1.2 1.8 2.1 2.2]; Y=[1.5 1.3 1.5 1.8 1.4 1.6 2.5 2.3 2.4 1.1 1.8]; vorono...
circa un mese fa | 0
Can LBP be used for flame analysis?
Assuming that LBP stands for Local Binary Patterns, I would say it depends. If you already have the flame located and segmented,...
circa un mese fa | 0
How to caluclate centroid of a voronoi cell of a voronoi diagram.
This is not a trivial problem especially because the voronoi algorithm does not give you a series of closed polygons, i.e. chang...
circa un mese fa | 0
How to detect cricket wide ball in video using Matlab .
It is not simple to offer any help here. Any image processing or video processing depends totally on the images or videos, which...
circa un mese fa | 0
I need help to make graphs please
It is easier to help for specific questions, i.e., you tried something and it did not work. The way you have phrased this is mor...
circa un mese fa | 0
Splitting a color image into sub-images only displays the yellow color
From the images it seems that your channel (the yellow one) is saturated. Have you tried to display the three RGB channels is se...
circa 2 mesi fa | 0
How can i do Orthogonal and Log transformations in image processing
Hello Many of the steps that you want to do can be done with one command of the image processing toolbox https://uk.mathwork...
2 mesi fa | 1
| accettato
I have a problem with movie2avi in a code of 2010
Very hard to help without more details, have you tried using breakpoints along the code to stop and see what is going on? Have y...
2 mesi fa | 0
how to open .mat data in to excel sheet
You better export your data from Matlab into excel directly: https://uk.mathworks.com/help/matlab/import_export/exporting-to-ex...
3 mesi fa | 0
Change direction of the Y-axis for a single figure
What you need is to rotate, try imrotate https://uk.mathworks.com/help/images/ref/imrotate.html?searchHighlight=imrotate&s_ti...
3 mesi fa | 0
How do I clear the gradient of an image across pixels? (Image processing for the intensity of fluorescence)
Hello I am afraid the question is not very clear. What do you mean by "doesn't have a clear gradient across the pixels"? This s...
3 mesi fa | 0
How can I smooth a surf with many spikes?
If you just want to smooth the values, you could use a filter, from a small uniform filter like [1 1 1;1 1 1;1 1 1]/9 to a Gauss...
3 mesi fa | 0
compare edge detected images
It is a bit difficult to help without context and illustrations. If you could add some figures it would be easier to help.
4 mesi fa | 0
How to compute edge map from the image gradients?
It would help if you could add figures illustrating your problem.
4 mesi fa | 0
extraction road from lidar
This can be solved by using a combination of morphological operators and image processing steps: 1) label all the regions that ...
4 mesi fa | 0
Image Processing for Grain Size Analysis
You need to define your task first. What is it that you want to "calculate"? I am going to make an educated guess that it is the...
4 mesi fa | 0
Save a plot figure without the white background AROUND THE AXES
The issue is that you are trying to do 2 things in one, save as jpg, and have a transparent background. As far as I understand t...
4 mesi fa | 0
How to Make Segmentation of a Circular optic nerve in the eye for a Multiple images?
This question is about how the optic disc is defined, have you tried anything yet? Have you checked the literature about this? I...
5 mesi fa | 1