/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-04-25 23:10:35 UTC
  • Revision ID: csa@dside.dyndns.org-20100425231035-ggdq59911gurvsu3
Preloading of images

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
int dictLoadImage(DICTContext ctx, const unsigned char *img);
59
59
int dictLoadImageFile(DICTContext ctx, const char *name);
 
60
int dictPreloadImageFile(DICTContext ctx, const char *name);
60
61
 
61
62
int dictSetPointsBuffer(DICTContext ps, float *point_x, float *point_y);
62
63
int dictCompute(DICTContext ctx);