text as single lines from jit.gl.text3d / jit.robcross or similiar
if i render jit.gl.text3d to matrix and process it with jit.robcross i get the edges of the the text objects (the edges of my letter are white, the inside is black). i am also alternatively looking to get the shape of the letter / font just as one line, but wasn't lucky either to adjust some settings for jit.gl.text nor finding an alternative for jit.robcross... is there a quick way / nice object doing that?
you might want to try the cv.jit.erode object (from the cv.jit third party externals), instead of the robcross filter.
thanks!