InsightSoftwareConsortium / itk_cucim

ITK Python filters accelerated with cuCIM
Apache License 2.0
3 stars 3 forks source link

Avoid cast in distance filters #22

Open thewtex opened 1 year ago

thewtex commented 1 year ago

Per discussion at https://github.com/InsightSoftwareConsortium/itk_cucim/pull/20#discussion_r1093642290

Remove casting:

https://github.com/InsightSoftwareConsortium/itk_cucim/blob/92978cc80543388bb3c4644d1505fd08247b64ca/itk_cucim/filtering/distance_map.py#L107-L112

Once https://github.com/InsightSoftwareConsortium/ITK/pull/3914 has been released.

@grlee77 I created this issue to track the topic.