1 | initial version |
I know it very late, but I will just add some info, if there is someone else stuck in similar situation.
I found out that, if you install opencv for python with conda (conda install -c conda-forge opencv), it will use the Qt backend.
2 | No.2 Revision |
I know it I am very late, but I will just add some info, if in case there is someone else stuck in a similar situation.
I found out that, if you install opencv for python with conda (conda install -c conda-forge opencv), it will use the Qt backend. In contrast of installing opencv with pip (pip install python-opencv), where the VTK backend is used. Hope that helps to someone.