Ask Your Question

zeekit's profile - activity

2020-06-25 08:22:08 -0600 received badge  Enthusiast
2020-06-22 02:41:14 -0600 edited question OpenCV holds the memory longer than it is needed

OpenCV holds the memory longer than it is needed I have a this program: Mat m1 = Mat::zeros(5000, 5000, CV_8U); Mat m2

2020-06-22 02:40:35 -0600 received badge  Editor (source)
2020-06-22 02:40:35 -0600 edited question OpenCV holds the memory longer than it is needed

OpenCV holds the memory longer than it is needed I have a this program: Mat m1 = Mat::zeros(5000, 5000, CV_8U); Mat m2

2020-06-22 02:25:30 -0600 asked a question OpenCV holds the memory longer than it is needed

OpenCV holds the memory longer than it is needed I have a this program: Mat m1 = Mat::zeros(5000, 5000, CV_8U); Mat m2

2018-06-17 05:40:38 -0600 asked a question How does the INTER_AREA resize algorithm work?

How does the INTER_NEAREST resize algorithm work? Where can i find a detailed description of the algorithm?

2018-06-17 05:30:51 -0600 received badge  Organizer (source)