Changeset 4983 for trunk/psphot/src/psLibUtils.h
- Timestamp:
- Sep 9, 2005, 8:31:29 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psLibUtils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psLibUtils.h
r4977 r4983 30 30 31 31 // psLib extra utilities 32 bool psTimerStart (char *name); 33 void psTimerFree (); 34 bool psTimerClear (char *name); 35 psF64 psTimerMark (char *name); 36 psS32 psLogArguments (int *argc, char **argv); 37 psS32 psTraceArguments (int *argc, char **argv); 38 int psArgumentGet (int argc, char **argv, char *arg); 39 int psArgumentRemove (int N, int *argc, char **argv); 40 psVector *psVectorCreate (double lower, double upper, double delta, psElemType type); 41 psVector *psGetRowVectorFromImage(psImage *image, psU32 row); 42 int psImageCountPixelMask (psImage *mask, psU8 value); 32 bool psTimerStart (char *name); // added to SDRS 33 bool psTimerClear (char *name); // added to SDRS 34 psF64 psTimerMark (char *name); // added to SDRS 35 void psTimerFree (); // added to SDRS (as psTimerStop) 36 psS32 psLogArguments (int *argc, char **argv); // added to SDRS (part of psArgumentVerbosity) 37 psS32 psTraceArguments (int *argc, char **argv); // added to SDRS (part of psArgumentVerbosity) 38 int psArgumentGet (int argc, char **argv, char *arg); // added to SDRS 39 int psArgumentRemove (int N, int *argc, char **argv); // added to SDRS 40 psVector *psVectorCreate (double lower, double upper, double delta, psElemType type); // added to SDRS 41 psVector *psGetRowVectorFromImage(psImage *image, psU32 row); // added to SDRS (as psImageRow) 42 int psImageCountPixelMask (psImage *mask, psU8 value); // added to SDRS 43 43 44 44 // basic image functions 45 bool psImageInit (psImage *image,...); 46 void psImageSmooth_EAM (psImage *image, float sigma, float Nsigma); 45 bool psImageInit (psImage *image,...); // added to SDRS (v.15) 46 void psImageSmooth_EAM (psImage *image, float sigma, float Nsigma); // added to SDRS (v.15) 47 47 48 // psLine functions 48 // psLine functions -- keep out for now? 49 49 psLine *psLineAlloc (int Nline); 50 50 bool psLineInit (psLine *line); 51 51 bool psLineAdd (psLine *line, char *format, ...); 52 52 53 // not included in the .h file ?53 // not included in the .h file -- these are fairly lame, keep out? 54 54 bool p_psVectorPrint (int fd, psVector *a, char *name); 55 56 // not included in the .h file?57 55 bool p_psVectorPrintRow (int fd, psVector *a, char *name); 58 56 59 // polynomial functions 57 // polynomial functions -- all in SDRS, not done for v.15 60 58 psPolynomial1D *Polynomial1DAlloc_EAM(psPolynomialType type, psS32 nOrder); 61 59 void Polynomial1DDump_EAM(psPolynomial1D *poly);
Note:
See TracChangeset
for help on using the changeset viewer.
