Changeset 6556 for branches/rel10_ifa/psModules/src/objects/pmModel.h
- Timestamp:
- Mar 8, 2006, 5:14:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmModel.h
r6537 r6556 1 1 /** @file pmObjects.h 2 2 * 3 * The process of finding, measuring, and classifying astronomical sources on 4 * images is one of the critical tasks of the IPP or any astronomical software 5 * system. This file will define structures and functions related to the task 6 * of source detection and measurement. The elements defined in this section 7 * are generally low-level components which can be connected together to 8 * construct a complete object measurement suite. 3 * Functions to define and manipulate object models 9 4 * 10 5 * @author GLG, MHPCC 6 * @author EAM, IfA 11 7 * 12 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-03-0 7 06:33:35$8 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-03-09 03:14:23 $ 14 10 * 15 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 61 57 pmModel *pmModelCopy (pmModel *model); 62 58 63 psF32 pmModelEval(pmModel *model, psImage *image, psS32 col, psS32 row) 59 psF32 pmModelEval(pmModel *model, psImage *image, psS32 col, psS32 row); 64 60 65 61 /** pmModelAdd()
Note:
See TracChangeset
for help on using the changeset viewer.
