일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 논문 리뷰
- 코딩테스트
- 논문구현
- pytorch
- Semantic Segmentation
- opencv
- 논문리뷰
- Computer Vision
- 파이썬
- 강화학습
- object detection
- Ai
- Segmentation
- ViT
- Convolution
- Self-supervised
- 알고리즘
- 프로그래머스
- 머신러닝
- cnn
- 딥러닝
- 옵티마이저
- 코드구현
- 파이토치
- programmers
- optimizer
- transformer
- 인공지능
- Python
- 논문
Archives
- Today
- Total
목록cv2.imwrite (1)
Attention please

OpenCV (computer vision) 은 다양한 종류의 영상(이미지) 처리에 사용되는 오픈소스 라이브러리이다. https://opencv.org/ Home - OpenCV OpenCV provides a real-time optimized Computer Vision library, tools, and hardware. It also supports model execution for Machine Learning (ML) and Artificial Intelligence (AI). opencv.org 이미지 출력 먼저 출력할 이미지를 미리 설치하여 작업 경로에 넣어두었다. 위 이미지를 "cat.jpg" 이름으로 저장하였다. 이후에 다음 코드를 실행하여 위 사진을 출력한다. import cv2 i..
OpenCV
2023. 1. 8. 19:16