Added error handling in latentsvmdetect sample

This commit is contained in:
Alexey Polovinkin
2010-10-16 07:10:46 +00:00
parent f678c8f07b
commit ba88b2ee54
5 changed files with 28 additions and 6 deletions

View File

@@ -12,5 +12,6 @@
#define FILTER_OUT_OF_BOUNDARIES -7
#define FFT_OK 2
#define FFT_ERROR -8
#define LSVM_PARSER_FILE_NOT_FOUND -9
#endif