photo

玲央 宝泉


Last seen: environ 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
277 991
of 301 307

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 21 235

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 928

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

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...

environ 3 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 3 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse