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