Difference between revisions of "Self Driving RC Car/2020"
Jump to navigation
Jump to search
(→MacOS) |
|||
Line 166: | Line 166: | ||
=== MacOS === | === MacOS === | ||
If you'd like to generally use OpenCV you can get it e.g. from the macports project: | If you'd like to generally use OpenCV you can get it e.g. from the macports project: | ||
+ | ==== MacPorts ==== | ||
<source lang='bash'> | <source lang='bash'> | ||
sudo port install opencv +java | sudo port install opencv +java | ||
Line 172: | Line 173: | ||
</source> | </source> | ||
For your convenience you'll find these two files in the lib directory. | For your convenience you'll find these two files in the lib directory. | ||
+ | |||
=== Ubuntu 18 === | === Ubuntu 18 === | ||
You might want to use scripts/opencvubuntu to download the 75 MByte libopencv_java343.so and install the backports libjasper libraries that are not published with Ubuntu 18 by default. You'll find | You might want to use scripts/opencvubuntu to download the 75 MByte libopencv_java343.so and install the backports libjasper libraries that are not published with Ubuntu 18 by default. You'll find |