Open
Description
I have searched for an alternative cv2.fillPoly
function and found the skimage.draw.polygon2mask
here in cucim, I was wondering that the whole skimage.draw
module is missing. is there any reason that it is not supported or is it just not implemented?
I have seen, that the performance of cv2.fillPoly
is pretty good (around 10ms for FHD image) - however, GPU accelerated would it beat in factor 10 is my guess.