Changeset 9738 for trunk/ppNorm
- Timestamp:
- Oct 24, 2006, 2:18:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppNorm/src/ppNormCalc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppNorm/src/ppNormCalc.c
r8999 r9738 114 114 // Do the normalisation 115 115 psVector *gains = psVectorAlloc(numComps, PS_TYPE_F32); // Vector of gains for each component 116 gains->n = numComps;117 116 psVectorInit(gains, 100.0); 118 117 if (!pmFlatNormalize(NULL, &gains, matrix)) {
Note:
See TracChangeset
for help on using the changeset viewer.
