Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/android-animefacedemo
Imager::AnimeFace android port test
https://github.com/motemen/android-animefacedemo
Last synced: about 2 months ago
JSON representation
Imager::AnimeFace android port test
- Host: GitHub
- URL: https://github.com/motemen/android-animefacedemo
- Owner: motemen
- Created: 2011-05-01T18:38:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-01T18:39:32.000Z (over 13 years ago)
- Last Synced: 2024-10-15T15:31:36.981Z (3 months ago)
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AnimeFaceDemo
=============![Screenshot](http://cdn-ak.f.st-hatena.com/images/fotolife/m/motemen/20110502/20110502025333.png)
WHAT IS THIS
------------アニメ顔検出ライブラリ [Imager::AnimeFace](http://anime.udp.jp/imager-animeface.html) を Android から使ってみたものです。最適化などを行っていないため検出に大変時間がかかります (数分)。
HOW TO MAKE
-----------# download and extract nvxs source (http://www.udp.jp/software/nvxs-1.0.2.tar.gz)
% export NVXS_ROOT=...
% (cd $NVXS_ROOT/CLAPACK/F2CLIBS/libf2c/; make arith.h sysdep1.h signal1.h)
% ndk-build
# then compile android app