Community Profile

photo

025015


Last seen: 15 days ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Rの画像行列<480×720 uint8>をX,Yそれぞれ5分割し、真ん中(96×144)の平均値を算出したい。
R = rgbValues(240, 360, 1); のような一画素の値は出力ではなく、 (96×144)の範囲の平均値を出したい。 cam1=vcapg2;%カメラから画像行列取得 image(cam1);%画像表示 paus...

6 years ago | 1 answer | 0

1

answer

Question


動画をカラーとグレースケールの2画面で表示したい。
カラー動画の出力は出来るが、グレースケールとの2画面同時表示が出来ない。 cam1=vcapg2;%カメラから画像行列取得 image(cam1);%画像表示 pause(0.02); rgbValues = cam1;...

6 years ago | 1 answer | 0

1

answer

Question


画像行列<480×720×3 unit8>のXから200番目、Yから100番目のところをRGB = ( , , )という形でワークスペ-スに取り込みたい。
画像行列<480×720×3 unit8>をそれぞれ * R = < 480×720 unit8 > * G = < 480×720 unit8 > * B = < 480×720 unit8 > に分けた。 Xから200番目、Yから10...

6 years ago | 1 answer | 0

1

answer

Question


読み込んだ動画(480×720 unit8)をリアルタイムで出力したい。例)RGB=(35,120,55)
画像行列(480×720)のXが200番目、Yが300番目 のRGB=(_,_,_)という形でリアルタイム出力したい。 例RGB=(35,120,55) close all; clear all; cam1=vcapg2; ...

6 years ago | 0 answers | 0

0

answers