photo

Yahia Samed Gabous


Last seen: fast 4 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
265.229
of 301.298

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
83.33%

ERHALTENE STIMMEN
0

RANG
 of 21.225

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.851

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort