Statistiques
6 Questions
0 Réponses
RANG
109 111
of 301 200
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
83.33%
VOTES REÇUS
0
RANG
of 21 190
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 339
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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.
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
