photo

Leox91


2016 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

5 質問
1 回答

Cody

0 問題
5 解答

ランク
235,372
of 301,352

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 21,240

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
59,870
of 174,116

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

スコア
60

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
what type of filter is best suitable to remove Gaussian noise in image
Hi, you should try imgaussfilt(A,sigma) Where A is the image and sigma is the standard deviation of the gaussian. The ...

9年以上 前 | 0

質問


Add elements to uilistbox programmatically
Hi everyone. I'm playing with Matlbai GUIs and I've to add elements to a listBox as my program generate them. Actually I've a f...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Train a cascade Object Detector from Workspace
Hello everyone! I'm trying to solve a tracking problem, and I really need to use a the Cascade Object Detector. I've to train t...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


One-Class classifier using Neural Network
Hi all. I'm having a problem setting up a proper Neural Network for one class classification. Basically I've only the features t...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Similarity index beetween different size images
Hi there; I'm looking for a Similarity Index (possibily in [0,1] range) beetween two images of different sizes. I've lookex for ...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


How to define costOfNonAssignment in assignDetectionsToTracks
Hi there. I'm facing tracking algorithms and I've followed <http://it.mathworks.com/help/vision/ug/multiple-object-tracking.ht...

9年以上 前 | 0 件の回答 | 0

0

回答

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

9年以上 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

9年以上 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9年以上 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9年以上 前