- Timestamp:
- Jun 22, 2012, 6:52:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ppStack/src/ppStackTarget.c
r30620 r34052 191 191 192 192 float norm = powf(10.0, -0.4 * options->norm->data.F32[i]); // Normalisation from stars 193 float meanVariance = bg->robustMedian * PS_SQR(norm); // Mean variance in normalised image193 float meanVariance = mean * PS_SQR(norm); // Mean variance in normalised image 194 194 195 195 if (meanVariance < minVariance) {
Note:
See TracChangeset
for help on using the changeset viewer.
