Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
215.524
of 301.481
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.298
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.744
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 to Initialize the starting point for region growth.
how to Initialize the starting point for region growth. Using the [x,y] coordinates entered by the user, initialize the image ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to Create an image of binary elements?
how to Create an image of binary elements initialized to zero and which has the same size as the original picture.
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
my code is not working
I= imread('main.png'); sigma=2; N=3; M=3; w=fspecial('gaussian', [N M], sigma); F=imfilter(I, w); HSV=rgb2hsv(I); H = HSV...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert x and y coordinates from double to uint16
how to convert Convert x and y coordinates from double to uint16 [x y] = ginput(1); Convert x and y coordinates from double ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
hitmiss my code is not running
hitN =[000;010;111]; missN =[111;000;000]; hitS =[111;010;000]; missS =[000;000;111]; hitE =[100;110;100]; missE =[00...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
select a region of an image.
how I can select a region of an image delimited by a rectangle example: x coordinate = 50 y coordinate = 70 Width w = 120...
alrededor de 4 años hace | 1 respuesta | 0
