#66 closed defect (fixed)
Function psImageSlice definition of direction
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In SDR-01 paragraph 4.6.2, the function psImageSlice will contain either nx or ny elements based on
the value of direction. Direction is defined as TBD [+x]. What is the definition of direction for this
function?
Change History (3)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Status: | assigned → new |
|---|
comment:3 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

let's use an enum for this. there are four options:
typedef enum {
} psImageCutDirection;