![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29266997_1677093323302_DEF.jpg)
Laura
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
130.027
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Histogram analysis for images with changing objects
Hi all!! I have done histogram analysis of my images that have mitochondria which change from one area of their image region to ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
why are the names not being saved as written? Why do i get this error each time? Also why is the legend wrong? please fix this so i can verify my code is working as intended.
Hi so the second code calculates the SEM of each struct (std error of mean) and adds it to the mat file and gives you an updated...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
is this the correct way to determine variance? calculating the Fstats, p-value and variance.
clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clear; % Erase all existing variable...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
error: X and GROUP must have the same length.but the lengths are the same. This must be a malfunctin how can i fix please help
i have 6 feature mats files, 3 structs per mat file giving 18 struct total I want perform anova test per 6 struct so i ahve grou...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
can anyone please help me solve the accuracy verification issue with region props? is the performance optimal for measurements? has it been converted to square microns?
in my current code the user makes a perfect circle over the completely black region in the image. From the edges of the circle 1...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
classifying images based on their object measurement properties and labeling them as such, how can I do this?
The following code is able to measure properties of the images read in using regionprops and save them to a features.mat file: ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
HELP!! No matter how big I set the threshold THE OBJECTS I DON'T WANT ARE NOT HIGHLIGHTED!!!
% Read image as RGB I = imread('TEST.TIF'); %including the pull path is better % Convert to binary BW = imbinarize(rgb2gray(I...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I have mass images that I want to extract the feret, circularity and area of but how do I know that's what is being counted?
I managed to write this code. But what in the image is it measuring the properties from? like how can i confirm that it is measu...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how can you determine the threshold that covers the functional area of the image in matlab?
I have an image of a tissue and I want to make a mask of that tissue that is only of the functional area in the image (minus the...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
What does the z axis mean in kmeans, pca and tsne? what data does it add that 2d doesn't? what do the axis represent?
The context is as follows: I have data that has been plotted in a 2D graph on the left, and in a 3D graph on the right, using k-...
casi 2 años hace | 1 respuesta | 0