Community Profile

photo

玲央 宝泉


Last seen: 대략 1년 전 2022년부터 활동

통계

Content Feed

보기 기준

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변