OhiraYousuke / pimd2023_Ohira

0 stars 0 forks source link

課題1_作業記録 #1

Open OhiraYousuke opened 1 year ago

OhiraYousuke commented 1 year ago

アプリ上で画像を表示するためにapp.UIFigureを記載 参考文献 https://jp.mathworks.com/help/matlab/ref/uifigure.html

OhiraYousuke commented 1 year ago

ax1 = uiaxes(figure,'Position',[82 267 321 116]);で画像をどこに表示するかを指定 参考URL https://jp.mathworks.com/help/matlab/ref/uiaxes.html

OhiraYousuke commented 1 year ago

22.画像表示

OhiraYousuke commented 1 year ago

31.グレースケール画像に変換 32.グローバルに決定されるしきい値より上の値をすべて 1 に置き換え、その他の値をすべて 0 に設定して 2 次元または 3 次元のグレースケール イメージ I からバイナリ イメージを作成する 参考URL https://jp.mathworks.com/help/matlab/ref/rgb2gray.html https://jp.mathworks.com/help/images/ref/imbinarize.html

OhiraYousuke commented 1 year ago

20.34app.UIFigureはアプリのウィンドウにグラフィックスを表示するのに必要な引数 参考URL https://jp.mathworks.com/help/matlab/creating_guis/graphics-support-in-app-designer.html