Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
23.458
of 295.486
REPUTACIÓN
1
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
68.75%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
How do I crop a figure which includes an annotation? (I want to retain the annotation in the cropped segment)
When I try to crop an image which includes an annotation - I always lose the annotation, is there a way to retain it? The fi...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I resize (connected) components in a 3D binary image sequence without changing the dimensions of the sequence?
I'd like to resize the components contained in a 3D binary image sequence without changing any of the dimensions of the sequence...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to 'color in' pixels of a grayscale image sequence? Or to put it another way: how to convert my set of linear indices specifying pixels in my grayscale sequence to corresponding indices in an RGB sequence?
Supposing I have the linear indices of the pixels which I would like to 'color in'. If I wanted to set all of those pixels to...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How would I use the k-means function from the stats toolbox on an image sequence?
I have a sequence of 2D grayscale images on which I would like to run the k-means clustering algorithm. My data is in the form m...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How convert an m x n x p image sequence to an m x n x 3 x p sequence efficiently?
Hi, I would like to convert my grayscale image sequence to an rgb sequence, and I'm wondering if it possible to do it without a ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I efficiently determine if the connected components from, say 3 images, are overlapping?
Supposing I want to check if there is overlap between n 3D volumes each containing 1 or more connected components, what would be...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Iteratively Processing Connected Components: How to relabel components, while at the same time 'remembering' components with 'old' labels.
This question was originally, mistakenly posted in the Newsgroup forum: Dear Matlab Users, My problem relates to relabel...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
If I have the number of faces and vertices, how do I determine the topology of a filled polygon?
I have a filled polygon created by the 'patch' function and what I would like to do calculate it's topology. My input to the 'pa...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read back (and use) a matrix from a matlab function called from a mex file?
I want to read back a matrix from a matlab function called from a mex file and I have been getting a segmentation violation when...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I use movie2avi to create a movie without distortion?
The result I am currently seeing is that the frames of the avi movie are displayed rotated to the right with a weird mirror-effe...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Looking for an implementation of the active contours without edges method which can be/is initialized with multiple contours?
Hi, I was wondering if anybody has come across a matlab/mex implementation of the Chan-Vese Active Contours without Edges mod...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a matrix to contain possible combinations of 2 sets of 1D parameters
Hi, I'd like to apply a function to all combinations of possible input parameters. I just have 2 input parameters which ar...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Convert a 3D image array into a cell array
Hi, I know this will be basic for an experienced Matlab user but what I'm trying to do is convert an image stack, say a [mxnX...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Creating a movie sequence from rgb images
Dear All, Given a 3D array of grayscale images (M by N by K - where k is the number of images), and a 3D array of binary masks;...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading data from a specified point in a file
Hi All, Given data in a text file that looks like the following LAX2; LAX3; -; -; "6 7"; "2 4"; -; -; 10; LAX1; LAX2; ...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Parsing a vector
Hi, Given a vectors say a = [1 3 5 NaN 4 5 NaN 8 9] I would like to create new vectors of the following form b = [1 3 5]; ...
más de 13 años hace | 3 respuestas | 0