- Timestamp:
- Apr 26, 2013, 9:36:35 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/math/psMixtureModels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419
-
branches/eam_branches/ipp-20130419/psLib/src/math/psMixtureModels.c
r35400 r35436 157 157 psImage *oldMeans; 158 158 psVector *counts; 159 double R,diff; 159 double diff; 160 // XXX not used: double R; 160 161 161 162 // Allocations … … 210 211 *iterations = 0; 211 212 do { 212 R = 0.0;213 // XXX not used : R = 0.0; 213 214 214 215 // Reset counts for each mode
Note:
See TracChangeset
for help on using the changeset viewer.
