Nicola Murino
|
362727b9f4
|
facedetect: fix structure leak
https://bugzilla.gnome.org/show_bug.cgi?id=672294
|
2012-03-18 00:52:25 +00:00 |
|
Stefan Sauer
|
486ddd38cf
|
facedetect: initialize some arbitrary variable that gcc-4.6 can track properly
The access to them is clearly guarded by the booleans though.
|
2012-03-16 17:07:46 +01:00 |
|
Stefan Sauer
|
99fb8e941a
|
opencv: cosmetic code changes
Check for the availability of the detectors in the processing function to avoid
setting up the ROIs. Use the booleans for have_xxx more.
|
2012-03-16 13:14:48 +01:00 |
|
Stefan Sauer
|
d4509a2fda
|
opencv: use opencv prefix from pkgconfig to lookup datafiles
Don't hardconde /usr to lookup datafiles (such as haar cascades).
|
2012-03-16 12:58:56 +01:00 |
|
Stefan Sauer
|
2311a0ac0e
|
facedetect: skip detection for unavailable detectors
|
2012-03-16 12:04:11 +01:00 |
|
Stefan Sauer
|
6fde848ada
|
facedetect: move the detector to an own method to hide the ugly ifdefs
This improves the readability in the actual processing function.
|
2012-03-15 23:17:55 +01:00 |
|
Stefan Sauer
|
fbcee587f4
|
facedetect: always send facedetect message
The application might like to know, when we don't see the face anymore.
|
2012-03-15 23:08:40 +01:00 |
|
Stefan Sauer
|
3d7c8aad70
|
facedetect: don't skip faces
Skipping faces at this point makes us lie about the num-ber of faces and also
causes leaks.
|
2012-03-15 22:34:45 +01:00 |
|
Vincent Penquerc'h
|
7521b597f4
|
various: fix pad template ref leaks
https://bugzilla.gnome.org/show_bug.cgi?id=662664
|
2011-11-28 13:08:27 +00:00 |
|
Stefan Sauer
|
b7cb6ecedb
|
opencv: use caps constants more
|
2011-11-18 20:57:31 +01:00 |
|
Stefan Sauer
|
4f69b60ac0
|
opencv: fixup doc blobs
|
2011-11-18 20:57:31 +01:00 |
|
Stefan Sauer
|
c613904c68
|
opencv: fixup gobject naming conventions
|
2011-11-18 20:57:31 +01:00 |
|
Stefan Sauer
|
fefa1df8b9
|
facedetect: detect face features
Also detect mouth, nose and eyes. Drop faces that don't have them. Fixes leaking the
cascades. Adds more docs.
|
2011-11-16 21:03:36 +01:00 |
|
Stefan Sauer
|
a857c90590
|
facedetect: Gstfacedetect -> GstFacedetect
|
2011-11-16 21:03:36 +01:00 |
|
Stefan Sauer
|
94534a0b83
|
facedetect: code maintenance
Update example to be useful. Draw colored ellipses instead of unicolor circles.
Reflow code for more local variables. Improve parameter descriptions.
|
2011-11-16 21:03:36 +01:00 |
|
Sreerenj Balachandran
|
c0f9c74ca6
|
facedetect: Remove dead code and some minor doc changes.
|
2011-05-14 12:08:39 +02:00 |
|
Fabrizio Milo
|
7e5c7048d6
|
opencv: make work with openCV 2.2
https://bugzilla.gnome.org/show_bug.cgi?id=641796
|
2011-04-22 09:38:15 +01:00 |
|
Edward Hervey
|
4067ef886d
|
opencv: Remove dead assignments
... and fix indentation
|
2010-11-25 18:43:05 +01:00 |
|
Stefan Kost
|
0387a89cad
|
various (ext): add missing G_PARAM_STATIC_STRINGS flags
Canonicalize property names as needed.
|
2010-10-19 17:13:26 +03:00 |
|
Thiago Santos
|
19ba4c8d19
|
facedetect: Add more parameters
Expose the parameters of cvHaarDetectObjects in facedetect
element.
|
2010-09-08 23:59:38 -03:00 |
|
Thiago Santos
|
27fedbb352
|
opencv: Refactor files structure
Remove internal folders and put all code inside the main plugin
folder. Also fixes some building warnings.
|
2010-09-08 17:15:51 -03:00 |
|