photo

Adil Mukhtar


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
20,546
of 300,364

REPUTATION
2

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
2

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 2

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer