Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- vi
- Python
- 우분투 opencv 설치
- google drive upload
- opencv resize
- opencv apt설치
- api사용해서 google drive에 폴더만들기
- vtk
- 아두이노
- Google Drive API
- opencv
- annotating
- sshkey
- ubuntu
- Winform
- NodeMCU
- rotation
- vim
- c#
- google drive 업로드
- libopencv-dev
- 아두이노 설치
- 정보처리기사후기
- vim명령어
- 정보처리기사
- esp32
- translation
- 고정ip할당
- opengl
- apt update
Archives
- Today
- Total
목록vtk (1)
내가 보려고 만든 블로그
ubuntu환경에서 vtk 설치방법
기본설정 설치 sudo apt install build-essential cmake mesa-common-dev mesa-utils freeglut3-dev python3-dev python3-venv git-core ninja-build https://vtk.org/download/ Download | VTK vtk.org 소스버전을 다운로드 한다. 그리고 이렇게 하는데 버전에따라서 이름이 다를수 있다. ex)VTK-9.3.1.... 이런식으로 sudo tar -zxvf VTK-9.3.0.rc1.tar.gz -C /opt/ cd /opt/VTK-9.3.0.rc1/ sudo mkdir VTK-build cd VTK-build/ cmake .. sudo make -j6 sudo make install 설치..
OpenCV
2023. 10. 6. 18:44