統計
MATLAB Answers
4 質問
0 回答
ランク
of 159,428
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Viola Jones Face Detection
I have used the Viola Jones algorithm and I know about Haar-like features, Integral images and Adaboost Classifiers. But the onl...
10年弱 前 | 3 件の回答 | 0
3
回答質問
I am trying to track face in a video using KLT in Matlab R2014b but I don't know how to remove this error "Expected ROI to be an array with number of elements equal to 4". Can any one help?
clc; clear all; faceDetector = vision.CascadeObjectDetector(); videoFileReader = vision.VideoFileReader('labedit.mp...
約10年 前 | 1 件の回答 | 2
1
回答質問
What are the effective face recognition algorithms?
I've used PCA(Principal Component Analysis) algorithm but it also recognized other faces if the required one is not available. S...
約10年 前 | 0 件の回答 | 0
0
回答質問
How can I classify faces for their geographical background? My code is below, but I don't think it'll work for classification.
cartman=imread('5.jpg'); l=size(cartman); counter = 0; for i=1:l(1) for j=1:l(2) for k=1:3 if (c...
10年以上 前 | 1 件の回答 | 0