#198 closed defect (fixed)
Input types for function psImageRebin
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In SDR-07 section 4.6.3, the function psImageRebin is specified to be defined
for for types psU8, psU16, psS8, psS16, psF32, psF64, psC32, psC64 but
statistics can only be calculated for types psS8, psU16, psF32, psF64 using
function psVectorStats. Should the function psImageRebin perform conversions to
handle all types or should the types that the function handles be limited?
Change History (4)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Restricting input types to psS8, psU16, psF32, psF64; SDRS updated.
comment:3 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Closing subsequent to release of SDRS-08, ADD-07.
comment:4 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

Type conversions should be left to the user. Let's restrict the input types.