photo

Adil Mukhtar


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

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

대략 9년 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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

1

답변