Community Profile

photo

玲央 宝泉


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Please tell me a program that uses a webcam to track the center of face and keep displaying the coordinates.
%program that plots a point at the center of the target's face using a web camera and continues to display the coordinates of th...

1 year ago | 0 answers | 0

0

answers

Question


Webカメラを用いて、対象の顔の中心をトラッキングして座標を表示し続けるプログラムを教えてください。
%以下にWebカメラを用いて対象の顔の中心に点をプロットしその点の座標を表示し続けるプログラム

1 year ago | 0 answers | 0

0

answers

Question


imcrop関数とfor構文を使って、検出された全ての顔を切り取り、Figureにひとつずつ表示するプログラムを教えてください。
clear all faceDetector = vision.CascadeObjectDetector; I = imread('visionteam.jpg'); bboxes = faceDetector(I); IFaces = inse...

1 year ago | 1 answer | 0

1

answer

Question


Figureに出力された全ての黄色の線の長さの平均を三平方の定理を用いて出すコードを教えてください。
clear all % MATLAB で用意されている画像の読み込み I1 = rgb2gray(imread('viprectification_deskLeft.png')); I2 = rgb2gray(imread('viprectifi...

1 year ago | 1 answer | 0

1

answer