Closed elazarcoh closed 2 years ago
Hi, Thanks for sharing this utility. I just wanted to note that OpenCV 2.4 isn't supported anymore. e.g. UMatData is an OpenCV >= 3 type.
UMatData
OpenCV >= 3
thanks, you are right, the numpy allocation is really done differently on opencv 2.4. I think I can remove opencv 2.4 from the documentation, You're the first person to notice this in 5 years.
Hi, Thanks for sharing this utility. I just wanted to note that OpenCV 2.4 isn't supported anymore. e.g.
UMatData
is anOpenCV >= 3
type.