Changeset 14305 for trunk/psModules/src/imcombine/pmSubtractionKernels.h
- Timestamp:
- Jul 18, 2007, 3:39:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionKernels.h
r14106 r14305 10 10 PM_SUBTRACTION_KERNEL_SPAM, ///< Summed Pixels for Advanced Matching --- summed delta functions 11 11 PM_SUBTRACTION_KERNEL_FRIES, ///< Fibonacci Radius Increases Excellence of Subtraction 12 PM_SUBTRACTION_KERNEL_GUNK, ///< Grid United with Normal Kernel --- POIS and ISIS hybrid 12 13 } pmSubtractionKernelsType; 13 14 … … 22 23 psArray *preCalc; ///< Array of images containing pre-calculated kernel (for ISIS) 23 24 int size; ///< The half-size of the kernel 25 int inner; ///< The size of an inner region 24 26 int spatialOrder; ///< The spatial order of the kernels 25 27 } pmSubtractionKernels; … … 60 62 ); 61 63 64 /// Generate GUNK kernels 65 pmSubtractionKernels *pmSubtractionKernelsGUNK(int size, ///< Half-size of the kernel 66 int spatialOrder, ///< Order of spatial variations 67 const psVector *sigmas, ///< Gaussian widths 68 const psVector *orders, ///< Polynomial order of gaussians 69 int inner ///< Inner radius containing grid of delta functions 70 ); 71 62 72 /// Generate a kernel of a specified type 63 73 pmSubtractionKernels *pmSubtractionKernelsGenerate(pmSubtractionKernelsType type, ///< Kernel type
Note:
See TracChangeset
for help on using the changeset viewer.
