Ask Your Question

EZenderink's profile - activity

2018-12-12 09:04:18 -0600 commented answer (u->refcount == 0) in deallocate

I don't mind at all. Hopefully this answer will help someone else down the line!

2018-12-12 05:29:49 -0600 received badge  Self-Learner (source)
2018-12-12 05:28:01 -0600 commented question (u->refcount == 0) in deallocate

Edit2: Found the problem, and found the solution: I had a processing function that accepted a reference to the umat. it

2018-12-12 03:19:37 -0600 commented question (u->refcount == 0) in deallocate

Edit1: I commented out all processing of the image and now I don't get this assertion error. So I might have been lookin

2018-12-12 02:46:45 -0600 commented question (u->refcount == 0) in deallocate

@berak, Sorry for bothering you with this again, I changed the pointer swapping to cv::swap. Now I write only to frameBu

2018-12-12 02:45:50 -0600 commented question (u->refcount == 0) in deallocate

@berak, Sorry for bothering you with this again, I changed the pointer swapping to cv::swap. Now I write only to frameBu

2018-12-12 02:05:55 -0600 commented answer (u->refcount == 0) in deallocate

By doing that I won't get to write the frame to an actual mat right? It just checks if it can read frames ;). I believe

2018-12-11 14:25:31 -0600 commented question (u->refcount == 0) in deallocate

Sorry for the late reply. Yes, the UMat uses an internal reference counter much like shared_ptr to keep track if it's st

2018-12-11 11:28:59 -0600 commented question (u->refcount == 0) in deallocate

Oh that sucks. I didn't know that. So it isn't possible to do manual pointer swapping to improve performance? (I need it

2018-12-11 11:21:17 -0600 commented question (u->refcount == 0) in deallocate

@berak Ok, no problem. Also something funky is going on, when running in gdb it shows that it's grabbing atleast a few m

2018-12-11 11:19:46 -0600 received badge  Editor (source)
2018-12-11 11:19:46 -0600 edited question (u->refcount == 0) in deallocate

(u->refcount == 0) in deallocate Hi, I am having an issue that only occurs on Linux (arm) on my Raspberry Pi 3b. It

2018-12-11 11:18:32 -0600 commented question (u->refcount == 0) in deallocate

@berak Ok, no problem. Also something funky is going on, when running in gdb it shows that it's grabbing atleast a few m

2018-12-11 11:06:49 -0600 asked a question (u->refcount == 0) in deallocate

(u->refcount == 0) in deallocate Hi, I am having an issue that only occurs on Linux (arm) on my Raspberry Pi 3b. It