NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
src
include
be_feature_mpegfacepoint.h
Go to the documentation of this file.
1
/*
2
* This software was developed at the National Institute of Standards and
3
* Technology (NIST) by employees of the Federal Government in the course
4
* of their official duties. Pursuant to title 17 Section 105 of the
5
* United States Code, this software is not subject to copyright protection
6
* and is in the public domain. NIST assumes no responsibility whatsoever for
7
* its use by other parties, and makes no guarantees, expressed or implied,
8
* about its quality, reliability, or any other characteristic.
9
*/
10
11
#ifndef __BE_FEATURE__MPEGFACEPOINT_H__
12
#define __BE_FEATURE__MPEGFACEPOINT_H__
13
14
#include <vector>
15
#include <
be_image.h
>
16
17
namespace
BiometricEvaluation
18
{
23
namespace
Feature
24
{
29
typedef
struct
{
30
uint8_t
type
;
31
uint8_t
major
;
32
uint8_t
minor
;
33
BiometricEvaluation::Image::Coordinate
coordinate
;
34
}
MPEGFacePoint
;
35
typedef
std::vector<MPEGFacePoint>
MPEGFacePointSet
;
36
}
37
}
38
#endif
/* __BE_FEATURE__MPEGFACEPOINT_H__ */
39
be_image.h
BiometricEvaluation::Feature::MPEGFacePointSet
std::vector< MPEGFacePoint > MPEGFacePointSet
Definition:
be_feature_mpegfacepoint.h:35
BiometricEvaluation
This software was developed at the National Institute of Standards and Technology (NIST) by employees...
Definition:
be_data_interchange_an2k.h:28
BiometricEvaluation::Feature::MPEGFacePoint
Representation of a feature point and a set of points.
Definition:
be_feature_mpegfacepoint.h:29
BiometricEvaluation::Feature::MPEGFacePoint::minor
uint8_t minor
Definition:
be_feature_mpegfacepoint.h:32
BiometricEvaluation::Feature::MPEGFacePoint::coordinate
BiometricEvaluation::Image::Coordinate coordinate
Definition:
be_feature_mpegfacepoint.h:33
BiometricEvaluation::Feature::MPEGFacePoint::major
uint8_t major
Definition:
be_feature_mpegfacepoint.h:31
BiometricEvaluation::Feature::MPEGFacePoint::type
uint8_t type
Definition:
be_feature_mpegfacepoint.h:30
BiometricEvaluation::Image::Coordinate
A structure to contain a two-dimensional coordinate without a specified origin.
Definition:
be_image.h:67
Generated by
1.9.3