Changeset 3799
- Timestamp:
- Apr 29, 2005, 8:33:05 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/pois/src/poisCalculateEquation.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/src/poisCalculateEquation.c
r3792 r3799 25 25 int bgIndex = kernelParams->n; // Index in matrix for the background (it's the last one, after the 26 26 // kernel parameters) 27 int xKernel = config->xKernel; // Half-size of kernel in x.28 int yKernel = config->yKernel; // Half-size of kernel in y.29 27 float **reference = refImage->data.F32; // The reference pixels 30 28 float **input = inImage->data.F32; // The input pixels … … 66 64 } 67 65 if (! stamp->vector) { 68 psTrace("pois.calculateEquation", 3, "Allocating vector: %d\n", numSolveParams);66 psTrace("pois.calculateEquation", 9, "Allocating vector: %d\n", numSolveParams); 69 67 psVector *vector = psVectorAlloc(numSolveParams, PS_TYPE_F64); 70 68 for (int i = 0; i < numSolveParams; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
