1. 모스키토 MQTT 브로커로 모스키토 사용 참고 : https://dejavuhyo.github.io/posts/mqtt-broker-mosquitto-install/ a. 모스키토 설치 b. 포트 확인 C:\Windows\system32>netstat -an 1833이 기본 포트로 확인된다 c. 모스키토 시작 및 종료 - 통신로그보기 C:\Program Files\mosquitto>mosquitto -v - 실행 **** C:\Program Files\mosquitto>net start mosquitto or - 종료 C:\Program Files\mosquitto>net stop mosquitto 2. 아나콘다 파워쉘에서 a. 파일 경로에 MQTT를 설치해 줘야한다. pythonTest 폴더에서..
참고 : https://youtu.be/2Ub4RL0AWvE > 1.라즈베리안 다운로드 : 검색 이미지를 다운로드하여준다 https://www.raspberrypi.com/software/ Raspberry Pi OS – Raspberry Pi From industries large and small, to the kitchen table tinkerer, to the classroom coder, we make computing accessible and affordable for everybody. www.raspberrypi.com 2. SD 카드 - PC에 연결 3. SD카드에 image.exe 파일 설치 - os선택(other -> OS Full (32bit)) -sd 카드 선택( 노트북에 SD..
windows powerShell > 우분투 rm -f 강제삭제 rmi 이미지 삭제 ***경로로 이동 cd ***Dockerfile FROM postgres RUN apt-get update RUN apt-get install -y vim RUN apt-get install -y locales RUN sed -i 's/^# \(ko_KR.UTF-8\)/\1/' /etc/locale.gen RUN localedef -f UTF-8 -i ko_KR ko_KR.UTF-8 ENV LC_ALL ko_KR.UTF-8 경로안에 도커파일이 있어야한다 ! ****************************************************** docker build -t postgres:dev . docker ..
https://youtu.be/8_VWnRvbGPs Part1 [ 설치 ] 1. Python https://www.python.org/downloads/ 2.Anaconda 위의 두 가지는 구글에서 검색해서 받으면 된다. 3.OpenCV&PyInstaller 패키지 설치 (아나콘다 프롬트에서 설치한다.) conda install -c conda-forge opencv conda install -c conda-forge pyinstaller ->PyInstaller를 이용하면 파이썬과 PyQt5로 제작한 GUI 프로그램을 간단하게 실행파일 (exe)로 만들 수 있습니다. [파이썬 콘솔] 파이썬과 대화하듯이 파이썬 이용해 보기 > help() > modules > q
vue create 이름 오류 : 파일을 로드할 수 없습니다. 보안오류 PS C:\Workspace\git_frontback> vue create vueproj vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Program Files\nodejs\vue.ps1 파일을 로드할 수 없습니다. 자세한 내 용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오. 위치 줄:1 문자:1 + vue create vueproj + ~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess PS..
https://youtu.be/l6jBcF9vurA 7:12까지만 따라하기 [Errors : Push 할때 Token Access Denied 뜰때] https://changun516.tistory.com/132 [Error] Github & Source Tree Push Error | Git Token Error | remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead git -c diff.mnemonicprefix=false -c core.quotepath=false --.. changun516.tistory.com
관심 영역(Region of Interest, ROI) 표시하기. import numpy as np array = np.zeros((1280,1920,3), np.uint8)//y,x,channal x,y,w,h = 100,100,300,300 //시작점 크기 roi=array[x:x+w,y:y+h] //roi 자른다 print(array.shape) print(roi.shape) (1280, 1920, 3) (300, 300, 3) 관심채널 : COI import numpy as np array = np.zeros((1280,1920,3), np.uint8)//y,x,channal coi = array [:,:,0] //채널을 하나만 선택해서 용량을 줄인다. print(array.shape) print..
import cv2 import numpy as np image =cv2.imread("mountain.jpg") gray = cv2.cvtColor(image,cv2.COLOR_BGR2GRAY) result= np.zeros((image.shape[0],256),dtype = np.uint8) hist = cv2.calcHist([image],[0],None,[256],[0,256]) cv2.normalize(hist,hist,0,255,cv2.NORM_MINMAX) for x,y in enumerate(hist):cv2.line(result,(int(x),image.shape[0]),(int(x),image.shape[0]-int(y)),255) dst = np.hstack([image[:,:,0],..
- Total
- Today
- Yesterday
- ardity
- node.js
- motor controll
- StableDiffusion
- oculuspro
- docker
- sequelize
- Express
- Python
- 유니티플러그인
- Arduino
- AI
- RNN
- Java
- houdini
- CNC
- JacobianMatrices
- TouchDesigner
- emotive eeg
- opencv
- colab
- VR
- 후디니
- MQTT
- DeepLeaning
- unity 360
- Unity
- 라즈베리파이
- 유니티
- three.js
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |