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

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-02 05:10:57 UTC
  • Revision ID: csa@dside.dyndns.org-20091202051057-ratvvyegrglzov4u
Removal of non-zero comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    float *cuda_lsum_buffer;
55
55
    float *cuda_denom_buffer;
56
56
 
57
 
/*
58
 
    int *grid_size;
59
 
    uint16_t *cuda_nonzero_items;
60
 
    uint16_t *cuda_nonzero_buffer;
61
 
*/
62
 
 
63
57
    int ncp;                    // Number of control points
64
58
    int corr_size;              // CORR_SIZE 
65
59