yuto mori - MATLAB Central
photo

yuto mori


Last seen: nästan 5 år ago Active since 2019

Followers: 0   Following: 0

Statistics

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

2 Questions
0 Answers

RANK
158 530
of 297 527

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

nästan 5 år 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...

mer än 5 år ago | 1 answer | 0

1

answer