/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/README

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-17 01:41:15 UTC
  • Revision ID: csa@dside.dyndns.org-20100817014115-xbh0h6086nz5sj2o
Synchronize with Chris version, set precision to 1, initial implementation of labview wrapper

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        conv_time = time_conv2(T_size,A_size);
35
35
        fft_time = 3*time_fft2(outsize);
36
36
 
 
37
    To run multithreaded, call 'matlabpool' to intialize Parallel Matlab Toolkit, and
 
38
    change 'for' cycle over control points in cpcorr to 'parfor' cycle
 
39
 
37
40
ToDo
38
41
====
39
42
 1. Implement Volkov fast fourier code for multiplies of 2 for 2D case