photo

KAMOOSH BABA SHAIK


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
3 回答

ランク
5,220
of 297,613

評判
9

コントリビューション
2 質問
3 回答

回答採用率
0.0%

獲得投票数
3

ランク
 of 20,457

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,263

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Answer

バッジを表示

Feeds

表示方法

質問


Surface crack detention and length , width.
Please give me the code for Surface crack detention and length , width. using image processing

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

2

回答

質問


Filtering Noise: (2/2) Remove Noise from an Image
Compute the row sums for both the original and smoothed binary images, BW and BWsmooth. Plot these signals together on the same ...

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

0

回答

回答済み
extract first row from matrix
You can combine indexing with assignment to change array values to equal other elements. For example, this code would change the...

4年弱 前 | 1

回答済み
How to display two non-consecutive column vectors
Indices can be non-consecutive numbers. Try extracting the first, third, and sixth elements of density. p = density([1,3,6]) f...

4年弱 前 | 1