opencv-tutorial icon indicating copy to clipboard operation
opencv-tutorial copied to clipboard

Small improvements

Open nagayev opened this issue 3 years ago • 3 comments

Add instruction how to install opencv Fix part_4.py for modern opencv.

nagayev avatar Oct 05 '22 18:10 nagayev

@wb-08 Yes, you are right, but there is only one requirement, so in my opinion the easiest way is to install opencv directly

nagayev avatar Oct 06 '22 06:10 nagayev

@nagayev , when you install opencv directly, then it installs the newest version of the library. And there is a chance that something will change in the new version again. And you can also please write a more specific version of opencv using ==

wb-08 avatar Oct 06 '22 06:10 wb-08

@wb-08 Yes, you are right, but installing direct version of any heavy package like opencv makes your hard-drive unhappy. I think the best way is installing opencv of certain range. E.g <5.0, because 5.0 is the next major release.

nagayev avatar Dec 22 '22 18:12 nagayev