Ask Your Question

lindsay's profile - activity

2019-09-19 08:17:01 -0600 commented answer Finding sum of all pixel values of a gray image

I think Integral Images are great if your image isn't changing and you have to do many different sums of rectangles supe

2019-08-25 06:13:19 -0600 commented question How do you force a named window to redraw using Python?

I found that my event handler was not using the same global x,y,w,h as my update_roi() code. Thanks for your interest

2019-08-25 05:35:09 -0600 commented question How do you force a named window to redraw using Python?

There are approx 300 lines of code, so I thought it would be silly to post all of it :) but I have posted the code that

2019-08-25 05:29:09 -0600 edited question How do you force a named window to redraw using Python?

How do you force a named window to draw using Python? I am writing my first real application in Open CV using Python. I

2019-08-25 05:28:51 -0600 received badge  Editor (source)
2019-08-25 05:28:51 -0600 edited question How do you force a named window to redraw using Python?

How do you force a named window to draw using Python? I am writing my first real application in Open CV using Python. I

2019-08-25 04:17:06 -0600 asked a question How do you force a named window to redraw using Python?

How do you force a named window to draw using Python? I am writing my first real application in Open CV using Python. I