comparison xtract/libxtract.h @ 167:4d368076a1f3

Increment feature count to correct value
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 18 Jun 2013 08:15:43 -0700
parents 246c203cc733
children 302eab34dc88
comparison
equal deleted inserted replaced
166:55e65add1ccf 167:4d368076a1f3
69 * 69 *
70 * Defines a very simple API that provides access to the functions in the library 70 * Defines a very simple API that provides access to the functions in the library
71 * @{ 71 * @{
72 */ 72 */
73 73
74 #define XTRACT_FEATURES 59 74 #define XTRACT_FEATURES 60
75 75
76 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */ 76 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */
77 enum xtract_features_ { 77 enum xtract_features_ {
78 XTRACT_MEAN, 78 XTRACT_MEAN,
79 XTRACT_VARIANCE, 79 XTRACT_VARIANCE,