photo

Yahia Samed Gabous


Last seen: 4年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
215,581
of 301,533

評判
0

コントリビューション
6 質問
0 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 21,316

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,212

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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.

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約4年 前 | 1 件の回答 | 0

1

回答

質問


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

約4年 前 | 1 件の回答 | 0

1

回答

質問


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

約4年 前 | 1 件の回答 | 0

1

回答

質問


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

約4年 前 | 1 件の回答 | 0

1

回答