/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/src/normxcorr_hw_msg.cpp

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-27 09:35:57 UTC
  • Revision ID: csa@dside.dyndns.org-20100427093557-gxvt9b1n68tpig03
Enchanced error checking and timings measurements, Windows-related fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#include <stdarg.h>
3
3
 
4
4
#include "dict_hw.h"
 
5
#include "normxcorr_hw_msg.h"
5
6
 
6
7
static void reportErrorDefault(const char *msg, ...) {
7
8
    char res[1024];