Madhava Teja Munagala - MATLAB Central
photo

Madhava Teja Munagala


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/18 to 03/25Use left and right arrows to move selectionFrom 02/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
3 回答

ランク
265,474
of 297,672

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 20,464

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,351

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


how to define scale in matlab,
what is scale

約7年 前 | 0 件の回答 | 0

0

回答

質問


wat is function of scale and size?
if size(i,3)>1 i=rgb2gray(i); wat is size(i,3),here i is image and 3 is what scale=2; if scale>0 her...

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

1

回答

回答済み
As by using thresholding image is dividded into object and backgroung
respected image analyst, as by using threshold value to differentiate object and background, i received thresholding tuturial ...

約7年 前 | 0

質問


As by using thresholding image is dividded into object and backgroung
As per bimodal histogram threshold is clearly differentiate between object and background. For example i want to separate cam...

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

1

回答

質問


How to divide image into background and object?
Respected img analyst, how Image is divided into foreground and background,how to implement as code

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

1

回答

回答済み
Mask unwanted data with zeros
thank you walter roberson sir

約7年 前 | 0

回答済み
Mask unwanted data with zeros
mask = zeros(size(i)); mask(25:end-25;25:end-25)=1; imshow(mask); May i know wat exactly 25:end-25 specifies

約7年 前 | 0