IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/imageops

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7125   20 years drobbin fixed tests for ImageRow/Col F32, F64. Edited value comparisons to …
(edit) @7124   20 years drobbin fixed failing tests (ImageColF32,F64). Someone must have incorrectly …
(edit) @7123   20 years Paul Price Reverting to loop method for overlay with images of different types …
(edit) @7122   20 years Paul Price Fixing length of extracted vector.
(edit) @7121   20 years Paul Price Fixing errors in the macro that prevented compilation. Builds now.
(edit) @7120   20 years Paul Price Rows and columns were confused (psImageRow extracted a column, and …
(edit) @7112   20 years Paul Price Adding optimisation for psImageOverlaySection. When using the '=' …
(edit) @7091   20 years Paul Price Removing old version of psImageSmooth. The new version is much …
(edit) @7089   20 years Paul Price Added bounds checking to psImageSmooth. Discovered bugs: 1. The final …
(edit) @7077   20 years Paul Price SEGVs from overrunning the bounds with narrow images averted.
(edit) @7076   20 years Paul Price Moving temporary variables into where they are defined, ala C99.
(edit) @7071   20 years drobbin Fixed some tiny things and working on fixing psImageSmooth (not done).
(edit) @7057   20 years drobbin fixed seg fault occuring from NULL input image in imageSubset. Moved …
(edit) @7055   20 years drobbin Fixed memory leak and output errors associated with psImageSlice -> …
(edit) @6959   20 years magnier loop was running <= upper limits, rather than < upper limits
(edit) @6941   20 years magnier fixed some end-point errors with regions
(edit) @6940   20 years magnier fixed end-post errors in psImageCountPixelMask
(edit) @6937   20 years magnier replaced psImageSmooth with faster version
(edit) @6874   20 years magnier variety of small changes related to inconsistencies between psModules …
(edit) @6806   20 years drobbin Made changes concerning subimage issue and testing of changes.
(edit) @6805   20 years drobbin Made some changes for subimages issue and region issues.
(edit) @6778   20 years drobbin Edited functions wrt subimage v parent image issue.
(edit) @6770   20 years drobbin Edited several functions concerning subimage v. parent issue.
(edit) @6750   20 years drobbin Made several changes to image functions/tests w.r.t. subimage v. …
(edit) @6631   20 years drobbin Updated ImageRow, Col, Slice with respect to Sub-image v. parent-image …
(edit) @6484   20 years drobbin Changed psArray & psVector to zero 'n' upon allocation. Used to set …
(edit) @6354   20 years desonia fixed a leak in psFits table reading and cleaned up things according …
(edit) @6346   20 years gusciora .…
(edit) @6306   20 years gusciora .…
(edit) @6294   20 years desonia changed psImagePixelExtract to take a psPixels instead of psVector of …
(edit) @6227   20 years desonia changed 'complex' to 'double complex' to be more C99 compliant.
(edit) @6226   20 years gusciora I added tests for psImageSmooth, modified the psStats stuff and the …
(edit) @6193   20 years gusciora Several mods mostly to the psPolynomial fitting routines.
(edit) @6186   20 years gusciora Misc code cleaning
(edit) @5841   21 years desonia merged branch eam_rel9_b1. Contains many fixes made by IfA.
(edit) @5783   21 years desonia bug #623 -- fixes from eam_rel9_b0 branch.
(edit) @5676   21 years desonia Preserved col0,row0 in psImageCopy (Bug #609).
(edit) @5624   21 years desonia merged eam_r8.0_b2 into CVS trunk.
(edit) @5573   21 years desonia macroized psImageSmooth.
(edit) @5530   21 years desonia removed *(type*)& syntax for setting const values of struts.
(edit) @5511   21 years desonia Overhauled the Fits functions to match latest SDRS.
(edit) @5294   21 years gusciora Polynomial members are now nX, nY, nZ, nT.
(edit) @5256   21 years drobbin Added mask operations to psImageMaskOps files
(edit) @5227   21 years drobbin Created ImageMaskOps file. started ImageGrowMask fxn.
(edit) @5224   21 years drobbin Updated/fixed Image Mask/Keep fxns and implemented tests
(edit) @5217   21 years desonia added .loT files for ignoring.
(edit) @5216   21 years desonia changed psArrayGet/psArraySet/psArrayRemove to do proper reference …
(edit) @5213   21 years drobbin Updated ImageRow/Col for tail access, PixelCount fxns to allow for …
(edit) @5174   21 years drobbin Added fxns psImageRow/Col and tests. Updated psList struct to add …
(edit) @5137   21 years drobbin Implemented, updated, fixed, debugged the CountPixelMask fxns and tests
(edit) @5096   21 years gusciora Implementing the psPoly nOrder/nTerm switch.
(edit) @5090   21 years gusciora The nX terms for the polynomials now refer to the order, not the …
(edit) @5089   21 years drobbin Added psVectorGet/Set and tests. Added prototype for …
(edit) @5064   21 years drobbin Relatively minor changes from new SDRS rev16
(edit) @5057   21 years drobbin Minor changes from new SDRS, prototype code for psArguments
(edit) @4981   21 years desonia Bug 515
(edit) @4970   21 years gusciora Split of psFunctions to psSpline and psPolynomial.
(edit) @4953   21 years desonia * empty log message *
(edit) @4938   21 years drobbin made requested changes to ImageKeep(Mask)Circle(Region) functions - …
(edit) @4934   21 years drobbin complex double switched back to complex. RegionForImage test fixed.
(edit) @4920   21 years drobbin Updated code w.r.t the latest api-delta report
(edit) @4898   21 years drobbin Implemented psMemCheckType functions and tests. Some testing remains …
(edit) @4815   21 years drobbin folded in code from bug 481. Tests still to be written.
(edit) @4608   21 years drobbin updated psImageTransform to use psArray instead of psPixels as …
(edit) @4590   21 years drobbin made minor changes according to most recent api-delta report from IFA
(edit) @4589   21 years drobbin made minor changes in accordance with newest api-delta doc
(edit) @4544   21 years desonia massive code restructure task.
(edit) @4540   21 years desonia massive restructuring of codebase.
(edit) @4446   21 years desonia * empty log message *
(edit) @4392   21 years drobbin changed psFreeFcn to psFreeFunc
(edit) @4385   21 years drobbin made request argument changes (apidelta-report-cycle6)
(edit) @4367   21 years drobbin changed files according to requested revisions outlined in …
(edit) @4330   21 years drobbin * empty log message *
(edit) @4316   21 years drobbin * empty log message *
(edit) @4315   21 years drobbin * empty log message *
(edit) @4308   21 years desonia added enhancement to psFree so that it sets the reference being freed …
(edit) @4287   21 years gusciora
(edit) @4286   21 years gusciora CHeck in, check in often. -- RDD
(edit) @4243   21 years drobbin * empty log message *
(edit) @4214   21 years desonia beefed up psImageTransform
(edit) @4211   21 years desonia oops. last version didn't compile.
(edit) @4210   21 years desonia fixed silly typo/bug.
(edit) @4206   21 years desonia changed psImageCut & psImageSlice to use psRegion.
(edit) @4162   21 years desonia added comments on the end of #endif and #else
(edit) @4128   21 years desonia removed psImageIO functions.
(edit) @4029   21 years gusciora I renamed many of the PS_CHECK macros to PS_ASSERT…
(edit) @3977   21 years desonia fixes to psRegion.
(edit) @3968   21 years desonia reorganized the functions into more files.
(edit) @3884   21 years desonia changed PS_PI* to M_PI*.
(edit) @3714   21 years gusciora Created tests for inverting linear psPlaneTransforms. Fixed a bug …
(edit) @3702   21 years desonia fixed image FFT and image convolution. The FFTW call had the wrong …
(edit) @3684   21 years desonia changed name of fileUtils to dataIO to better coorespond to the latest …
(edit) @3682   21 years desonia changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to …
(edit) @3493   21 years desonia corrected missing const in prototypes.
(edit) @3476   21 years desonia * empty log message *
(edit) @3309   21 years desonia added support in psImageStats for subset images.
(edit) @3302   21 years desonia * empty log message *
(edit) @3264   21 years desonia Fixed bugs as reported by IfA.
(edit) @3191   21 years desonia made changes to allow use of older automake versions (>2 years)
Note: See TracRevisionLog for help on using the revision log.