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 want to use OpenCV's Canny method, but after a certain period of time, the screen crashes, and when I check the Profiler, even though I have released the mat, the MEMORY keeps increasing and when it reaches 2G, the screen crashes. The code and the Profiler screen are shown below.
`
class MainActivity : AppCompatActivity(), CameraBridgeViewBase.CvCameraViewListener2 {
I want to use OpenCV's Canny method, but after a certain period of time, the screen crashes, and when I check the Profiler, even though I have released the mat, the MEMORY keeps increasing and when it reaches 2G, the screen crashes. The code and the Profiler screen are shown below.
`
class MainActivity : AppCompatActivity(), CameraBridgeViewBase.CvCameraViewListener2 {
}`
The text was updated successfully, but these errors were encountered: