install & compile from source open cv latest and test samples

Опубликовано: 18 Май 2018
на канале: RANDOM NEURAL MONK
139
1

to Install latest OpenCV in Ubuntu 16.04 LTS and 18.04 LTS use this wonder full tutorial from youtuber programming knowledge web site is below and last but not least i use ubantu 18.04 LTS and i did not install the os in UEFI MODE so i think it will not show black screen and forget my password
*****************************************************************
IMPORTANT USE SUDO TO make-j4 and cmake and sudo or else it shows some error the latest of opencv will not work for yolo so be carefull
*****************************************************************
http://www.codebind.com/cpp-tutorial/...



for caffe complete installation use

https://chunml.github.io/ChunML.githu...

please watch the video with patience because i left lots of errors so that any beginner from scratch could understand
**************************************************************************************
to uninstall opencv completly or to remove any incompatible opencv versio use the bash script below from this github site
first give the permission for un installing as below

$ chmod 777 -R opencv-uninstall.sh

and after giving the permission type the below

$ ./ opencv-uninstall.sh

and give y as yes to uninstall open cv any version

https://gist.github.com/lonehack/b3f7...

http://www.srccodes.com/p/article/56/...

$ sudo apt-get purge libopencv*

**************************************************************************************
https://opencv.org/releases.html

https://github.com/opencv/opencv_cont...

http://www.python36.com/how-to-instal...

**************************************************************************************

to compile open cv samples follow this Step: Path Settings

$ sudo nano /etc/ld.so.conf.d/opencv.conf

paste this in nano editor

/usr/local/lib

Press Control + X to save

Press y

hit enter

$ sudo ldconfig


$ sudo nano /etc/bash.bashrc

paste this in nano editor

PKG_CONFIG PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig



please dont paste this below in editor just paste it in terminall in correct path shown later in video

$ export PKG_CONFIG_PATH
****************************************************************************************
Step to Run Sample Opencv Program
****************************************************************************************

$ cd samples/cpp
compile any code u want to run by command given below

$ g++ -o facedetect facedetect.cpp `pkg-config opencv --cflags --libs`

$ ./facedetect

ENJoy.................!

*********************************************************************************************************

for more clarfication
https://www.scivision.co/anaconda-pyt...


https://pjreddie.com/darknet/yolo/

   • Video  


https://groups.google.com/forum/#!top...


https://www.jianshu.com/p/1fed95e92de1


https://stackoverflow.com/questions/4...

https://github.com/opencv/opencv/issu...


best way to install open cv but slow one without a close inspection follow run the bash script below

https://github.com/milq/milq/blob/mas...
to install opencv-3.4.0 in linuxmint -19 and ubantu -18.04 please follow the intructio which compiles it for python too and also compiles without error for yolo too so follow the steps below
to compile and enable python opencv do the procedure below and see import cv2
https://github.com/kyamagu/mexopencv/...


Смотрите видео install & compile from source open cv latest and test samples онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь RANDOM NEURAL MONK 18 Май 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 139 раз и оно понравилось 1 людям.