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