#258 closed defect (fixed)
Image types the modules should support
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | IPP SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
In the modules SDR-02, there is no specification of the types of images the
module processing needs to handle. The current implementation makes assumptions
of psF32 for the pmNonLinearityLookup. Should the SDR be updated to specify the
specific image types each of the modules will need to support?
Change History (3)
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
| Component: | Modules SDRS → IPP SDRS |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.

Added sentences to the modules SDRS to specify types, as listed below.
pmSubtractBias: The input image may be of type U16, S32, or F32. The bias image
must be of the same type as the input image.
pmNonLinearityPolynomial, pmNonLinearityLookup: The input image may be of
type U16, S32, or F32.
pmFlatField: The input and flat-field images must both be of type F32.
pmMaskBadPixels: The input image may be of type U16, S32 or F32. The mask image
must be of type U8.
pmSubtractSky: The \code{mask} shall be of type U8, and the input image,
\code{in}, must be of type F32.
pmReadoutCombine: The \code{inputs, zero} and \code{scale} may be of U16, S32
and F32 types, and must all be of the same type. The \code{output} shall be
of the same type.
Object detection stuff: images are of type F32 and masks are of type U8.