comparison xtract/xtract_scalar.h @ 116:859495925633

- Fixed build fail if --enable-fft not specified - Fixed doxygen build so that it includes libxtract.h - Doxygen tweaks
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 26 Mar 2008 13:04:33 +0000
parents 72a9a393d5bd
children 2b2d0609e44f
comparison
equal deleted inserted replaced
115:6c5ece9cba3a 116:859495925633
27 extern "C" { 27 extern "C" {
28 #endif 28 #endif
29 29
30 /** 30 /**
31 * \defgroup scalar scalar extraction functions 31 * \defgroup scalar scalar extraction functions
32 *
33 * Functions that extract a feature as a single value from an input vector
32 * 34 *
33 * Defines scalar extraction functions, and their parameters.
34 * @{ 35 * @{
35 */ 36 */
36 37
37 void test(void); 38 void test(void);
38 39