that’s a contrib module. if you installed opencv-python
, that won’t contain it. you need opencv-contrib-python
(AND NOT opencv-contrib, uninstall it) to have that module.
1 Like
that’s a contrib module. if you installed opencv-python
, that won’t contain it. you need opencv-contrib-python
(AND NOT opencv-contrib, uninstall it) to have that module.