일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- ubuntu
- darknet_ros
- opencv
- FreeCAD
- error
- Linux
- 부분공간
- ax200
- Kinetic
- linetracing
- Installation
- turtlebot3
- turtlebot
- ROS
- CUDA
- rqt
- roslaunch
- amcl
- autorace
- sources.list
- Gazebo
- G++
- 전이학습
- gcc
- 촉각센서
- RGB-D
- roslib
- webots
- YoLO
- CuDNN
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
$ sudo find / -name 파일명 루트 폴더 / 내에서 찾음. 파일명 일부 면 * 사용.
en.cppreference.com/w/ cppreference.com Null-terminated strings: byte − multibyte − wide en.cppreference.com
wiki.ros.org/ROS/Tutorials/NavigatingTheFilesystem ROS/Tutorials/NavigatingTheFilesystem - ROS Wiki Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. Navigating the ROS Filesystem Description: Thi wiki.ros.org
wikidocs.net/84392 위키독스 온라인 책을 제작 공유하는 플랫폼 서비스 wikidocs.net
wiki.python.org/moin/UsingPickle UsingPickle - Python Wiki Using Pickle Pickle Example 1 2 import pickle 3 4 favorite_color = { "lion": "yellow", "kitty": "red" } 5 6 pickle.dump( favorite_color, open( "save.p", "wb" ) ) For more examples and API details, see the official Pickle use documentation. Flying Pickle Al wiki.python.org
www.learnopencv.com/install-dlib-on-ubuntu/ Install Dlib on Ubuntu In this post, we will provide step by step instructions on how to install Dlib on Ubuntu. Step 1: Install OS libraries Step 2: Install Python libraries We will use Virtual Environment to install Python libraries. It is generally a good practice in order t www.learnopencv.com
tech.sangron.com/archives/453 [C++] Google Test (GTest) Ubuntu에 적용하기 tech.sangron.com
www.pyimagesearch.com/2014/07/14/3-ways-compare-histograms-using-opencv-python/ How-To: 3 Ways to Compare Histograms using OpenCV and Python - PyImageSearch HOW-TO: I'll show you 3 ways to compare histograms using OpenCV and Python. You'll learn all about the cv2.compareHist function, Python code included. www.pyimagesearch.com
opencv-users.1802565.n2.nabble.com/Re-what-is-CV-32FC1-td6684091.html opencv-users - Re: what is CV_32FC1? opencv-users.1802565.n2.nabble.com CV_32FC1 mean 32 bit floating point signed depth in one channel
c10106.tistory.com/2649 사람들이 왜 파이썬 스크립트의 첫 줄에 #! / usr / bin / env python shebang을 작성합니까? 사람들이 왜 파이썬 스크립트의 첫 줄에 #! / usr / bin / env python shebang을 작성합니까? 그 줄없이 파일이 동일하게 실행되는 것처럼 보입니다. 여러 버전의 Python이 설치되어 있으면 /usr/bin/env 사용되 c10106.tistory.com 유닉스에서 해석되는 실행 파일 #!는 첫 줄의 시작 부분에 인터프리터를 붙여서 어떤 인터프리터를 사용해야하는지 나타내야한다.