Adil Mukhtar - MATLAB Central
photo

Adil Mukhtar


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 09/14 to 03/25Use left and right arrows to move selectionFrom 09/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
0 回答

ランク
20,541
of 297,716

評判
2

コントリビューション
4 質問
0 回答

回答採用率
25.0%

獲得投票数
2

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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...

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

1

回答