photo

Adil Mukhtar


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
20.546
of 300.381

REPUTAZIONE
2

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
2

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 10 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 2

1

risposta

Domanda


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

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta