Skip to content
trimpsyw edited this page Aug 1, 2012 · 6 revisions

Overview

Active Shape Model Library (ASMLibrary©) SDK, which is is developped under OpenCV for face alignment and face tracking.

The asmlibrary implements:

  • Static image alignment with one person or multiple persons
  • Dynamic face tracking with only one person
  1. Video file
  2. Live camera

Guide

When you build ASM model, you must have an image database associated with its annotation files. ASMlibrary supports asf and pts format. For pts, you can refer to BioId、XM2VTS、FGNet databases annotated by Time Cootes. For asf, please refer to IMM database annotated by Mikkel Stegmann.

Generally speaking, The database should contain at least several hundreds images.

Question

Anyone who has the problem can goto the group http://groups.google.com/group/asmlibrary and let your question there.

Donate

If you like the library, please Donate via PayPal.

使用说明

ASMLibrary包括离线训练模型和在线实时匹配两大部分。

训练模型之前,确保你拥有一个图像数据库以及对应于该图像数据库的标定文件库。所谓的图像标定指对图像进行点的标定,指示了相关特征点的具体坐标位置,支持的文件格式有pts和asf,pts的示例可以参看Time Cootes对BioId、XM2VTS、FGNet等数据库的标定;asf的示例可以参看Mikkel Stegmann对IMM图像库进行的标定。 一般而言,标定图像数据库的规模在几百张就可以了。

当模型训练完毕之后,可以对任意图像进行人脸对齐,或者对视频文件或者摄像头进行特征点跟踪。

如果你认可ASMLibrary库,支持ASMLibrary的继续更新和改进,欢迎你以自愿捐助方式进行捐助。 捐助链接设置在支付宝或者淘宝

Clone this wiki locally