photo

Peter Manley-Cooke


2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Sonar, Image Processing, AI, GPUs

統計

MATLAB Answers

1 質問
7 回答

ランク
4,007
of 297,672

評判
8

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

回答採用率
0.0%

獲得投票数
2

ランク
 of 20,464

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,351

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How can i use gabor filter for face recognition
You will also have to convert your image to be recognised to the same feature space as your samples.

13年以上 前 | 0

回答済み
How can I write a raw double precision image to disk?
Could you not expand the dynamic range before quantization and shrink it again when the image is re-loaded?

13年以上 前 | 0

回答済み
Binning time-dependent data in a histogram
If the data is in vectors, then t1 = [1 5 8 9]; t2 = [2 7 9 12]; t3 = [2 5 5]; % Combine the data t= [t1 t2 ...

13年以上 前 | 1

回答済み
Problems with stopping a loop using a GUI and Getting data to apear in GUI
Hi Jim, It does actually work. The problem is the for loop. I don't have the image & video toolkit so I commented all that...

14年弱 前 | 1

| 採用済み

回答済み
problem with train function neural networks
I have forgotten most of the NN stuff and I no longer have a toobbox but, have you tried [net,tr]=train(net,min_max,f'); ...

14年弱 前 | 0

回答済み
Problems with stopping a loop using a GUI and Getting data to apear in GUI
First the flame area display: You only need set(handles.counter_text,'String',num2str(flameArea)); assuming that there is...

14年弱 前 | 0

質問


How do I change the marker size with the zoom setting.
How do I change the marker size to make the markers, points in this case, bigger after zooming in about four times. They then sh...

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

1

回答

回答済み
How can run or include an external dll library and its C++ header files in MATLAB
Possibly write a wrapper to interface functions the load the library using LibLoad(). There are a few operations you can do to w...

約14年 前 | 0