/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef LOCAL_SUM_H
#define LOCAL_SUM_H

#include "normxcorr_hw.h"

int local_sum(TProcessingState *ps, 
    float *lsum, float *denom,
    float *tmp1, float *tmp2,
    float *in1, float *in2);
    
    
int local_sum_validate(TProcessingState *ps, int icp, const mxArray *lsum, const mxArray *denom);

#endif /* LOCAL_SUM_H */