|
Re: image processing using opencv - how to draw on the video
You're not releasing the temporary HSV and thresh Mats after you're done with them. They use native memory that the JVM doesn't know about, so they don't get garbage collected like normal "pure" Java objects
__________________
WPILib
GRIP, RobotBuilder
|