Answered
対応点のマッチングする関数を教えてください.
対応点のマッチングをする関数はComputer Vision System Toolboxの |matchFeatures| になります。 下記の例が分かりやすいかと思いますのでご参照ください。 <https://jp.mathworks.co...

9 years ago | 1

| accepted

Answered
ubuntu14.04ラズベリーパイハードウェアサポートにて エラーメッセージ:無効な MEX ファイル
上記のエラーはSSH接続ができないときに出るエラーに見えます。 Raspberry PiのIPアドレスはデフォルトでDHCPで取得になります。 このときRasberry PiとMATLABを実行するホストPCは同じルータにつなぐ必要があります。...

9 years ago | 1

| accepted

Answered
xyz座標のある点群データのDSM画像が作りたいです。解像度は10㎝程度のものが作りたいのですが、グリッドごとに高さを与える処理がわかりません。2000*1800のグリットシートを作ろうとしています。
X,Y,Z座標で構成された3次元の点群データを2Dのメッシュデータにマッピングしたいという内容とお見受けしました。 まずは点群を表面データに変換が必要ですが、 |delaunay| 関数を使って三角形分割する方法があるかなと思います。 三角形分...

9 years ago | 2

| accepted

Answered
数式化できる値の算出方法と評価値算出方法、自動近似式算出法
このような方法が一般的な同定の手法か存じ上げませんが、矩形波を最小二乗法でフィッティングした例をご紹介いたします。 目的関数が非線形ですので初期値によってはうまくフィッティングできないかと思います。 多峰性の目的関数の最適化にはGlobal O...

9 years ago | 1

| accepted

Answered
face and eye detection crop
You can use |cellfun| for processing multiple ROIs as follows: %% Create a detector object. faceDetector = vision.Casca...

9 years ago | 0

Answered
How to reduce the number of "for" loops (while implementing an overlapping block-wise processing on an image)?
You can use |blockproc| for block processing. |'UseParallel'| option enables to execute in parallel. See <https://www.mathworks....

9 years ago | 1

Answered
How can I run Simulink executable on Raspberry Pi?
Use the following command on your Raspberry Pi terminal: sudo ./modelName.elf See <https://www.mathworks.com/help/releas...

9 years ago | 2

| accepted

Answered
matlabにおけるSift処理の使い方や手順
MATLABによる局所特徴量の検出や抽出ついては <https://www.mathworks.com/help/releases/R2016b/vision/ug/local-feature-detection-and-extraction.html こ...

9 years ago | 2

| accepted

Answered
バンバン制御で二点境界値問題を解く方法について
バンバン制御は <https://jp.mathworks.com/help/stateflow/examples/bang-bang-control-using-temporal-logic.html こちら> のようにフィードバック制御で構成されるケー...

9 years ago | 1

| accepted

Answered
FAST cornerPointsを使ってのレジストレーションの方法を教えてください
<http://jp.mathworks.com/matlabcentral/answers/320075-fast こちら> をご参考ください。

9 years ago | 2

| accepted

Answered
FAST レジストレーションのやり方
下記の手順でコーナーポイントを使った位置あわせを行うことができます。 % 画像読み込み I1 = rgb2gray(imread('viprectification_deskLeft.png')); I2 = rgb2gray(imr...

9 years ago | 3

| accepted

Answered
cornerpointの座標値データの取得
Computer Vision System Toolboxはお持ちでしょうか。 お持ちであれば <https://jp.mathworks.com/help/vision/ref/matchfeatures.html こちら> の方法でコーナー点の...

9 years ago | 2

| accepted

Answered
if文の作り方
連続してしきい値を超えているかは下記の方法で判定することができます。 <https://jp.mathworks.com/matlabcentral/answers/86420-find-a-series-of-consecutive-numbers-i...

9 years ago | 2

| accepted

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9 years ago

Submitted


Demo files for "What's New for Robotics" Webinar
The demo files for "What's New for Robotics" Japanese Webinar

10 years ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


Demo files for "Robotic Vision Solutions with MATLAB" Webinar
The demo files for "Robotic Vision Solutions with MATLAB" Japanese Webinar

10 years ago | 1 download |

4.0 / 5
Thumbnail

Submitted


Demo files for "What's New for Image Processing and Computer Vision R2015a" Webinar
The demo files for "What's New for Image Processing and Computer Vision R2015a" Japanese Webinar

10 years ago | 1 download |

0.0 / 5
Thumbnail