일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- CUDA
- sources.list
- rqt
- 부분공간
- webots
- ubuntu
- FreeCAD
- G++
- 전이학습
- linetracing
- RGB-D
- Installation
- turtlebot
- autorace
- Linux
- Kinetic
- opencv
- darknet_ros
- Gazebo
- amcl
- gcc
- YoLO
- roslaunch
- ax200
- ROS
- roslib
- CuDNN
- turtlebot3
- error
- 촉각센서
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
support.epson.net/setupnavi/ Epson Setup Navi | epson.sn 제품 이름은 제품의 본체에 표시되어 있습니다. support.epson.net 여기서 걍 제품 L6190 검색해서 나오는 드라이버 설치하고 드라이브 설치과정에서 네트워크 연결 프린터에 적힌 ip주소 치면 됨. 프린터 ip 164.125.61.64
docs.opencv.org/3.4/d6/dc7/group__imgproc__hist.html#ga41a249ba9a536bf2b47e95f8c7dd42b0 OpenCV: Histograms rangesArray of the dims arrays of the histogram bin boundaries in each dimension. When the histogram is uniform ( uniform =true), then for each dimension i it is enough to specify the lower (inclusive) boundary \(L_0\) of the 0-th histogram bin and the upp docs.opencv.org docs.opencv.org/3...
docs.opencv.org/master/d2/de8/group__core__array.html#ga87eef7ee3970f86906d69a92cbf064bd OpenCV: Operations on arrays Divides a multi-channel array into several single-channel arrays. The function cv::split splits a multi-channel array into separate single-channel arrays: If you need to extract a single channel or do some other sophisticated channel permutation, use mixCh docs.opencv.org docs.op..
m.blog.naver.com/PostView.nhn?blogId=samsjang&logNo=220537529081&proxyReferer=https:%2F%2Fwww.google.com%2F [23편] 이미지 히스토그램 이해하기 이미지 프로세싱 & 컴퓨터 비전OpenCV-Python 강좌 23편 : 이미지 히스토그램 이해하기 필요환경: ... blog.naver.com
gomguard.tistory.com/138 [Python] list 합을 구하기 - 1차원, 다차원 리스트 1차원 list 의 합 구하기 a = [1,2,3] sum(a) 1차원 list 의 경우 다음과 같이 sum() 함수를 사용해주면 됩니다. 아주 간단히 6이 출력되는 것을 확인할 수 있습니다. 하지만 2차원 list 의 경우 sum() 함수를 �� gomguard.tistory.com
stackoverflow.com/questions/14134892/convert-image-from-pil-to-opencv-format Convert image from PIL to openCV format I'm trying to convert image from PIL to OpenCV format. I'm using OpenCV 2.4.3. here is what I've attempted till now. >>> from PIL import Image >>> import cv2 as cv >>> p... stackoverflow.com
www.codegrepper.com/code-examples/delphi/python+load+all+images+from+folder python load all images from folder Code Example Get code examples like www.codegrepper.com
wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28python%29 ROS/Tutorials/WritingPublisherSubscriber(python) - ROS Wiki Writing the Publisher Node "Node" is the ROS term for an executable that is connected to the ROS network. Here we'll create the publisher ("talker") node which will continually broadcast a message. Change directory into the beginner_tutorials package, you wiki.ros.org
blogall.tistory.com/164 한컴오피스 2018 무료 다운로드 [크랙x] 안녕하세요 이번에는 한컴오피스 2018 교육기관용을 통해 무료로 사용하는 방법을 알려드리겠습니다 거의 파일설치만 하면 끝이니 초보자분들도 쉽게 설치가 가능합니다~ 잘보고 따라와주세요 blogall.tistory.com
askubuntu.com/questions/1025928/why-do-i-get-sbin-ldconfig-real-usr-local-cuda-lib64-libcudnn-so-7-is-not-a Why do I get "/sbin/ldconfig.real: /usr/local/cuda/lib64/libcudnn.so.7 is not a symbolic link"? After installing CUDA toolkit and cuDNN successfully without any issues, whenever I do : sudo ldconfig I get the : /sbin/ldconfig.real: /usr/local/cuda/lib64/libcudnn.so.7 is not a symbolic li....