photo

Susan


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

4 Preguntas
5 Respuestas

CLASIFICACIÓN
4.061
of 300.392

REPUTACIÓN
13

CONTRIBUCIONES
4 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
5

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

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

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Filling a specific region with a colour
Yes, roifill will fill a region with some color, but you have to specify the color after you draw the region on the image, befor...

alrededor de 12 años hace | 0

Respondida
add vector to an existing matrix
data9 = zeros(size(data8,1),1); data9 = [data8,data9]; This will concatenate the variables together, giving you a 19599 ...

más de 12 años hace | 2

Respondida
how to dilate the gray scale image and threshold value only on ROI?
If you created an ROI object, you can create a binary mask from the ROI. Then, you can specify an arbitrary image matrix where t...

más de 12 años hace | 2

| aceptada

Pregunta


Counting polygon vertices while polygon is drawn
Is there a way to count the number of polygon vertices specified in impoly(), roipoly(), or roipolyold() while the polygon is be...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


uiwait Interfering with Object Wait Function in GUIDE GUI
I have created a GUI using GUIDE to allow users to segment objects out of an image interactively using marker-controlled watersh...

más de 12 años hace | 1 respuesta | 1

1

respuesta

Respondida
writing a matrix into a file
Here's a basic script that you should be able to modify and get to work using fprintf. Look at the help document for other thing...

más de 12 años hace | 0

Respondida
Overlaying Transparent Image with Clear Background on Original
I was able to fix my problem by using the regionprops and patch functions to find object extrema and plot patch regions semi-tra...

más de 12 años hace | 0

| aceptada

Pregunta


Overlaying Transparent Image with Clear Background on Original
Hello, I have a problem with creating a semi-transparent overlay that I hope someone can help me with. I am performing marker-co...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Estimating Noise Variance in a Homogeneous Area of an Image
Hello, I am working with images that have the quality and resolution of ultrasound images. I am not sure what types of noise are...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta