Changeset 18962 for trunk/psModules/src/imcombine/pmSubtractionEquation.h
- Timestamp:
- Aug 8, 2008, 8:10:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionEquation.h
r18287 r18962 4 4 #include "pmSubtractionStamps.h" 5 5 #include "pmSubtractionKernels.h" 6 7 /// Execute a thread job to calculate the least-squares equation for a stamp 8 bool pmSubtractionCalculateEquationThread(const psThreadJob *job ///< Job to execute 9 ); 10 11 /// Calculate the least-squares equation to match the image quality for a single stamp 12 bool pmSubtractionCalculateEquationStamp(pmSubtractionStampList *stamps, ///< Stamps 13 const pmSubtractionKernels *kernels, ///< Kernel parameters 14 int index ///< Index of stamp 15 ); 6 16 7 17 /// Calculate the least-squares equation to match the image quality
Note:
See TracChangeset
for help on using the changeset viewer.
