/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/matlab/normxcorr_hw.cu

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-17 13:31:12 UTC
  • Revision ID: csa@dside.dyndns.org-20091217133112-zw8j5636ln8ec0cf
Fixes of few minor bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
 
341
341
        ncp = (int)mxGetScalar(prhs[2]);
342
342
        corr_size = (int)mxGetScalar(prhs[3]);
343
 
        iprop = (int)mxGetScalar(prhs[4]);
 
343
        iprop = (int)mxGetScalar(prhs[5]);
344
344
        
345
345
        err = dictSetup(ps, ncp, corr_size, (int)mxGetScalar(prhs[4]), ((iprop>3)?0:DICT_FLAGS_FIXED_FFT_SIZE)|DICT_FLAGS_MATLAB_MODE);
346
346