/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/dict_hw.h

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-17 01:41:15 UTC
  • Revision ID: csa@dside.dyndns.org-20100817014115-xbh0h6086nz5sj2o
Synchronize with Chris version, set precision to 1, initial implementation of labview wrapper

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 * @param ncp is a number of control points
48
48
 * @param corrsize is a radius of correlation area (15)
49
49
 * @param precision defines number of signifcant digits after decimal point (1000)
 
50
 * @param flags variable adjusting various optimizations
 
51
 *      DICT_FLAGS_FIXED_FFT_SIZE - disables FFT size optimizations
 
52
 *      DICT_FLAGS_SINGLE_THREAD - enforces single-threaded execution
50
53
 * @return 0 or error code
51
54
 */
52
55
int dictSetup(DICTContext ctx, int ncp, int corrsize, int precision, int flags);