Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
Trace/breakpoint trap (core dumped)

위와 같은 에러가날 때가 있다.


이때는 아래처럼 코드에 한줄을 추가해주면 된다.

import matplotlib 

matplotlib.use('Agg')


출처 : https://github.com/yosinski/deep-visualization-toolbox/issues/10

Posted by 공놀이나하여보세
,

http://blog.naver.com/samsjang/220498694383

Posted by 공놀이나하여보세
,

http://www.robindavid.fr/opencv-tutorial/chapter10-movement-detection-with-background.html


http://stackoverflow.com/questions/14508190/new-to-python-opencv-motion-tracking-using-webcam-thresholding-dilate


http://blog.naver.com/PostView.nhn?blogId=pinkjea95&logNo=220772239173&redirect=Dlog&widgetTypeCall=true


http://www.pyimagesearch.com/2016/04/11/finding-extreme-points-in-contours-with-opencv/

'영상처리 > OpenCV' 카테고리의 다른 글

마커 인식  (0) 2017.02.03
Posted by 공놀이나하여보세
,