#382 closed enhancement (fixed)
psImage and psVector utility functions
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | imageops | Version: | 0.5.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
I added some utility functions to psImage and psVector:
psF64 p_psImageGetElementF64(psImage* image,
int col,
int row)
(modeled on p_psVectorGetElementF64)
bool p_psVectorPrint (FILE *f, psVector *a, char *name) {
bool p_psImagePrint (FILE *f, psImage *a, char *name) {
the latter two are useful for tracing. I am attaching the code
Attachments (1)
Change History (2)
by , 21 years ago
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
folded the functions into CVS.
For p_psVectorPrint: did you want to change it to use psVectorToString instead?
It outputs the vector in a more MATLAB-like format.
-rdd
Note:
See TracTickets
for help on using tickets.

psImage and psVector utilities