Kannan U V - MATLAB Central
photo

Kannan U V


Last seen: 5ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

Image Analysis

統計

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

2 質問
2 回答

ランク
116,928
of 298,292

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How do I compute the maxpool of a image? Let us say stride of 2,2 on a mxn matrix?
The following does the trick fun = @(block_struct) max(block_struct.data(:)); b = blockproc (a, [X Y], fun);

7年弱 前 | 0

| 採用済み

質問


How do I compute the maxpool of a image? Let us say stride of 2,2 on a mxn matrix?
If I were to implement just the max pooling operation on an image as mentioned in the following page https://www.quora.com/What...

7年弱 前 | 3 件の回答 | 0

3

回答

質問


How do I search for a wildcard file pattern (\**\* or /**/*) with in a directory in an OS independent way
I need to search recusrsively for all the files in directory with a pattern p05 within the directory homeDirectory I can use ...

7年弱 前 | 3 件の回答 | 0

3

回答

回答済み
3D binary mask/voxel mask/volume from two surfaces
Did you get to use the distance transform? You can compute the distance of any point to the surface if you have the binary mask ...

約7年 前 | 0