From: tom.leiming@gmail.com (tom.leiming at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] OMAP4&drivers/misc: introduce face detection module driver
Date: Sat, 26 Nov 2011 12:31:41 +0800 [thread overview]
Message-ID: <1322281904-14526-1-git-send-email-tom.leiming@gmail.com> (raw)
Hi,
These patches(against -next tree) introduce a device driver under
drivers/misc for enabling one face detection IP[1] which is
integrated inside OMAP4 SoC currently, and have some OMAP4
platform dependent changes to make the module workable on OMAP4 SoC.
For verification purpose, I write one user space utility[2] to
test the module and driver, follows its basic functions:
- detect faces in a input grayscal picture(PGM raw, 320 by 240)
- plot a rectangle to mark the detected faces, and save it as
another same type grayscal picture
- set detection parameters
I should have though about implementing a face detection demo on video
playback from uvc camera, but OMAP4 DSS on -next tree can't work,
so have to quit the idea.
Looks the performance of the module is not bad, see some detection
results on the link[3][4].
Face detection can be used to implement some interesting applications
(camera, face unlock, baby monitor, ...).
arch/arm/mach-omap2/devices.c | 33 +
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 81 +++
drivers/misc/Kconfig | 7 +
drivers/misc/Makefile | 1 +
drivers/misc/fdif.c | 874 ++++++++++++++++++++++++++++
include/linux/fdif.h | 67 +++
include/linux/major.h | 1 +
7 files changed, 1064 insertions(+), 0 deletions(-)
thanks,
--
Ming Lei
[1], Ch9 of OMAP4 Technical Reference Manual
[2], http://kernel.ubuntu.com/git?p=ming/fdif.git;a=summary
[3], http://kernel.ubuntu.com/~ming/dev/fdif/output
[4], All pictures are taken from http://www.google.com/imghp
and converted to pnm from jpeg format, only for test purpose.
next reply other threads:[~2011-11-26 4:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-26 4:31 tom.leiming at gmail.com [this message]
2011-11-26 4:31 ` [PATCH 1/3] omap4: introduce fdif(face detect module) hwmod tom.leiming at gmail.com
2011-11-26 4:31 ` [PATCH 2/3] omap4: build fdif omap device from hwmod tom.leiming at gmail.com
2011-11-26 4:31 ` [PATCH 3/3] drivers/misc: introduce face detection module driver(fdif) tom.leiming at gmail.com
2011-11-26 11:12 ` Alan Cox
2011-11-26 15:04 ` Greg KH
2011-11-26 22:16 ` Sylwester Nawrocki
2011-11-27 3:40 ` Ming Lei
2011-11-27 16:41 ` Sylwester Nawrocki
2011-11-28 3:42 ` Ming Lei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1322281904-14526-1-git-send-email-tom.leiming@gmail.com \
--to=tom.leiming@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).