View Single Post
  #6   Spotlight this post!  
Unread 30-01-2017, 09:14
Noam Noam is offline
Registered User
None #3034 (galileo)
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2015
Location: Israel
Posts: 14
Noam is an unknown quantity at this point
Re: image processing using opencv - how to draw on the video

Quote:
Originally Posted by YairZiv View Post
What does line 89 in your Robot.java code?
I wrote it (I wrote 879 instead od just 89 (typo))

Quote:
Originally Posted by SamCarlberg View Post
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
oh ok thanks, so how can I release the memory ?
Reply With Quote