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
I am trying to use lept4j for contour detection. Attaching the code and image used here.
In the code there is a constant increase in memory when reading boxaGetBox and pixaGetPix, if i comment those two lines, the memory usage is steady. Am I missing something?
@balachandarsvpbr is of PointerByReference type, so your current method to dispose or destroy it will not work. I recall Leptonica has a function called lept_free that may work for you.
I am trying to use lept4j for contour detection. Attaching the code and image used here.
In the code there is a constant increase in memory when reading boxaGetBox and pixaGetPix, if i comment those two lines, the memory usage is steady. Am I missing something?
Using latest lept4j jar.
Image:
This is an screenshot image.
Code:
The text was updated successfully, but these errors were encountered: