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

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-22 19:11:35 UTC
  • Revision ID: csa@dside.dyndns.org-20100422191135-y9o6i4cdnevm1y4j
Remove all remnants of streams, and make 3D copy in LoadBaseImage

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#define CP_BLOCK_SIZE BLOCK_SIZE_2D
20
20
#define SIDE_BLOCK_SIZE BLOCK_SIZE_2D
21
21
 
 
22
#define MODE_COEFFICIENT        0       // 0 - always fragment, infinity - always image
22
23
#define USE_UNDOCUMENTED
23
24
//#define USE_SSE
24
25
 
74
75
    DICTImageType image_type;
75
76
    void *image_buf;            // Temporary buffer for images (specific-format)
76
77
    unsigned char *image;       // Reduced format
 
78
    unsigned char *base_image;  // Stored base image
77
79
 
78
80
        // Here are starting non-zeroed parameters, so the matlab mode should be first
79
81
    int matlab_mode;            // 2D stored transposed (i.e. by columns)