Real Time Face Detection using OpenCV with Java 'with code'

preview_player
Показать описание
Note:
if you use opencv3, see this comment
Рекомендации по теме
Комментарии
Автор

You are one of the coolest persons, I've found on YouTube

CHETANSGAMEZZ
Автор

Greatly appreciated, this has help me a lot... Thank you

rinishihara
Автор

It will be much helpful to explain while copying the code... Anyways it was kinda helpful, thank you

bichoymessiha
Автор

Some code issues if you want to use this with OpenCV 3.0

Imgproc.rectangle no longer Core.rectangle

highgui is gone, so:

import
import static

Cheers!

CJtheGen-X
Автор

that's you Taha Emara!! that's good!!

vanloi
Автор

The code works perfect with a regular webcam. Thank you! for a handy-cam I get a error "buffer sizes do not match". If can provide the additional implementation before i dig it, I would appreciate.
Thank you so much again!

danpogangeanu
Автор

sorry sir, why his face detection does not work?

skyx
Автор

Hi.. Sir the whole code is working properly except that it is not detecting any face even after restart.... Kindly help me out ASAP.

jenna
Автор

Salem Si Taha, J'ai essayé votre code source, j'ai le meme erreur que vous avez trouvez si votre video. Lorsque je teste l'application, le cadre sur le visage ne s'affiche pas!! meme si je redemarre l'application ou netbeans.Quel est le probleme d'apres vous? merci d'avance pour votre aide. chokran :)

mahdiabdelmouleh
Автор

Hallo Sir, I like your videos. Thank you, 'cause your videos it's very helpful!
Anyway Sir, do you have a video that show Hand tracking Fingers tracking + static gesture recognition (with code) using Java+Netbeans??

salmanuralisa
Автор

I have this error although the script worked :

OpenCV Error: Bad flag (parameter or structure field) (Unrecognized or unsupported array type) in cvGetMat, file ..\..\..\..\opencv\modules\core\src\array.cpp, line 2482

ziyedhamrouni
Автор

how can I be able to save to a database the faces detected by the webcam?

daveallenmotea
Автор

Exception in thread "main" no opencv_java2413 in java.library.path
at
at
at
at
Java returned: 1
BUILD FAILED (total time: 0 seconds)

How do I fix this?

ajayjoshua
Автор

Does the code detect multiple faces at a time or just one face ??

NachiketKulkarni
Автор

I have followed your instruction in given video but still it is giving error is below:
import org.opencv.highgui.Highgui;
import does not exit

robinrai
Автор

is there any way ti identify the face too

harshmehta
Автор

Do you know what this haarcascade.xml is?

eliheyderqubatov
Автор

hi i need to know how to use surf algorithm in real time object detection in java

medoman
Автор

Hi Taha Emara - what software did you use for work ? sir can u mail me the source code i hav been working on weapons detection related project for Ph.D / Thank you

siriruangphatchuay
Автор

HighGui doesn't not exist in OpenCV java anymore, anyone can help me how I implement this simple example without the HighGUI ?

I already make the painting panel and loading images, drawing with a thread . I just want to make the rectangle in the face in the image

raf.nogueira