dataObjectArithmetic > findMultiSpot-Algo >> 16bit?!

Issue #16 resolved
Andreas Faulhaber created an issue

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)

  1. Log in to comment