- changed status to resolved
dataObjectArithmetic > findMultiSpot-Algo >> 16bit?!
Issue #16
resolved
This algorithm is implemented for 2D or 3D input images of type uint8 or uint16 only
Quote PluginDocu of the findMultiSpot Algorithm
→ Plugin could handle 16bit image, yet its parameters only accept up to 12bit values [0,4095] ???
ito::Param(
"minPeakHeight",
ito::ParamBase::Int | ito::ParamBase::In,
2,
4095,
...
)
Comments (1)
-
- Log in to comment
dataobjectarithmetic, findMultiSpots: increased some parameter ranges to the allowed uint16 range of input images. This fixes issue
#16.→ <<cset 601241bec2f4>>