IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 10:45:16 AM (15 years ago)
Author:
eugene
Message:

psKernelAlloc now reports file & line; fix bug in psKernelTruncate; limit leak dump to 500 leaks; cleanup log formats (indent by depth, split lines with function name); add test samples for psImageCovariance

Location:
trunk/psLib/src/imageops
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops

    • Property svn:mergeinfo deleted
  • trunk/psLib/src/imageops/psImageCovariance.c

    r28667 r30595  
    3030    return covar;
    3131}
     32
     33/**
     34
     35 * changes from 28666
     36 ** add scale to imageCovarianceCalculate (& multiply at return)
     37 ** add scale to imageCovarianceCalculateThread
     38
     39 ** accumulate scale (sum kernel^2) in psImageCovarianceCalculate and pass to imageCovarianceCalculate
     40 ** accumulate scale (sum kernel^2) in psImageCovarianceCalculateFactor and pass to imageCovarianceCalculate
     41
     42 **/
    3243
    3344/// Calculation of covariance matrix element when convolving
Note: See TracChangeset for help on using the changeset viewer.