Thanks for the application. I have a question though. is there a way i can take frames from the eye, nose, and mouth detectors? Could you tell me how if possible
@dhruvmini01 the system provides frames to the detectors, they analyze it for features. The class DetailedFaceDetector first scans for faces, if it finds a face, it tries to find the eyes, nose and mouth. Basic detectors expose their findings trough the getAreas() method, but DetailedFaceDetector provides a getDetailedFaceInfo() method which returns a map that maps faces to a feature map, it looks like: (facerectangle => (facefeature=>featurerectangle)) you can look it up in google code.
@rebkahibasdeys Hey, you can use the visual-control source project at google code and write a new detector class that contains the code for detecting a ball, cup, or whatever. You can look at the FaceDetector class to see how I implemented the face detection. I used the HaarLike features detector, but that's slow for tracking a ball. I am sure you can find much more efficient methods for that!, good luck.
@omi1990prakash Hey, no I have no experience with using OpenCV in Java. I'm not sure if wrappers exist. You can try to use swig or create something using JNI to interface with C++ code that does some OpenCV stuff for you.
I am not 100% sure about what's the problem. I would recommend using gray-scale images, but I think that's what you mean. A guess would be that adding more images sets of the Principal Component Analysis too much, returning the closest result every time. (that would be the same result you get) I don´t know much else.
nice work........i used the same code from servo magazine to hand gesture recognition of black and white images it works fine wen ever i train it with only 1 image from each gesture but if i increase the training images for a particular gesture wen i do testing it is jus giving the same result for all images wt might hav went wrong plz help............
hi! i tested the .exe , why does it crash every time i tried saving a face? is there a fix directory I have to placed it in?
87sgeric 3 days ago
@87sgeric make sure the extension of the image is .bmp (without the extension, the application might crash)
toefel18 3 days ago
@87sgeric nvm i solved it, i have to fill in the image extension. Thanks!!
87sgeric 3 days ago
Thanks for the application. I have a question though. is there a way i can take frames from the eye, nose, and mouth detectors? Could you tell me how if possible
dhruvmini01 1 month ago
@dhruvmini01 the system provides frames to the detectors, they analyze it for features. The class DetailedFaceDetector first scans for faces, if it finds a face, it tries to find the eyes, nose and mouth. Basic detectors expose their findings trough the getAreas() method, but DetailedFaceDetector provides a getDetailedFaceInfo() method which returns a map that maps faces to a feature map, it looks like: (facerectangle => (facefeature=>featurerectangle)) you can look it up in google code.
toefel18 1 month ago
@TheRikkiJSmith i replied a while ago
toefel18 1 month ago
could you get back to that email I sent you about openCV and my final year project thanks :)
TheRikkiJSmith 1 month ago
third query, any way i can save the output of this application??
rebkahibasdeys 2 months ago
@rebkahibasdeys you can modify the source code yourself, this app is meant to get ppl started with a working demo!
toefel18 2 months ago
p.s great tutorial. worked for me :-)
rebkahibasdeys 2 months ago
hey, i downloaded the zip source code given on the website.
can i modify the code to track, lets say a cup or a ball....
best.
if you could help me with that i'd be great...
rebkahibasdeys 2 months ago
@rebkahibasdeys Hey, you can use the visual-control source project at google code and write a new detector class that contains the code for detecting a ball, cup, or whatever. You can look at the FaceDetector class to see how I implemented the face detection. I used the HaarLike features detector, but that's slow for tracking a ball. I am sure you can find much more efficient methods for that!, good luck.
toefel18 2 months ago
hiii,,
do u know how can i use open cv in any java framework like eclipse ..
or simply with jdk.??
omi1990prakash 5 months ago
@omi1990prakash Hey, no I have no experience with using OpenCV in Java. I'm not sure if wrappers exist. You can try to use swig or create something using JNI to interface with C++ code that does some OpenCV stuff for you.
toefel18 5 months ago
This has been flagged as spam show
hey i get this error
Description: error MSB6006: cmd.exe exited with code 3
file: Microsoft.cppcommon.targets
i have linked all the include files and the lib files of opencv, boost and qt....
plz help me out as soon as possible......
this error is from the visual control project......
jamesbritto007 5 months ago
hey i get this error
Description: error MSB6006: cmd.exe exited with code 3
file: Microsoft.cppcommon.targets
i have linked all the include files and the lib files of opencv, boost and qt....
plz help me out as soon as possible......
this error is from the visual control project......
jamesbritto007 5 months ago
Comment removed
iamkenIT 5 months ago
@iamkenIT
No that dint help....
When i try clicking the error message microsoft.cppcommon.targets file is opened but there are few elements which is not recognized like
IntDirTrailingSlashWarning
YieldDuringToolExecution
TargetPath...
etc....
What am i supposed to do now....????
jamesbritto007 5 months ago
Comment removed
iamkenIT 5 months ago
Comment removed
iamkenIT 5 months ago
I am not 100% sure about what's the problem. I would recommend using gray-scale images, but I think that's what you mean. A guess would be that adding more images sets of the Principal Component Analysis too much, returning the closest result every time. (that would be the same result you get) I don´t know much else.
toefel18 10 months ago
Comment removed
jamesbritto007 5 months ago
nice work........i used the same code from servo magazine to hand gesture recognition of black and white images it works fine wen ever i train it with only 1 image from each gesture but if i increase the training images for a particular gesture wen i do testing it is jus giving the same result for all images wt might hav went wrong plz help............
mssgpu 10 months ago
nice
Thank you
redanol 10 months ago
thank you.
Tural192 10 months ago