yuto mori - MATLAB Central
photo

yuto mori


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 11/19 to 01/25Use left and right arrows to move selectionFrom 11/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
202,916
of 296,519

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

Feeds

View by

Question


MATLAB Coderで生成した​C++関数を使用すると、一部機能(imcropなど)において正しい値が出力されないです。
入力画像と切り取り画像をグレースケール化し、合計の輝度値を算出する関数であるMファイル(debug_left_20200328.m) function result = debug_left_20200328(I) % 画像のグレースケール化 I_g...

5 years ago | 1 answer | 0

1

answer

Question


MATLAB Coderで生成したC++ファイルにおいて、画像をグレースケールする際にエラーが発生します。
画像をグレースケール化し、合計の輝度値を算出する関数であるMファイル(fuction_type_2.m) function sum_gray = function_type_2(I) %生データ確保 gray = rgb2gray(I); s...

5 years ago | 1 answer | 0

1

answer
Go to top of page