You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After finally switching to calibrated units ^^ The subpixelrefinementGenerator worked... The center of mass method however does not. Suggestions where I made a mistake?
This is a type error, check what type your dp is (probably uint8) using dp.data.type or similar, then try converting it to float64 - this avoid problems relating to the fact that the operation of division isn't nicely defined for integers.
Hi,
After finally switching to calibrated units ^^ The subpixelrefinementGenerator worked... The center of mass method however does not. Suggestions where I made a mistake?
The text was updated successfully, but these errors were encountered: