/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_image.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:
14
14
int dictImageFree(DICTContext ctx);
15
15
 
16
16
 
17
 
int dictReduceImage(DICTContext ps, unsigned char *image, int width, int height);
18
 
int dictImageFreeBuffer(DICTContext ctx, DICTImageType image_type, void *image_buf);
 
17
int dictReduceImage(DICTContext ps, unsigned char *res, unsigned char *image, int width, int height);
19
18
int dictImageLoadTemplateImage(DICTContext ctx, const char *filename);
20
 
int dictImageLoadImage(DICTContext ctx, const char *filename);
 
19
int dictImageLoadImage(DICTContext ctx, const char *filename, unsigned char *buf);
21
20
 
22
21
 
23
22
#endif /* _DICT_HW_IMAGE_H */