일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #Android
- 영어명언
- tokenizing
- tensorflow update
- keras
- Convolution Neural Network
- #일상영어
- 영어
- 이미지 생성
- object detection
- python 알고리즘
- #영어
- 완전탐색
- #실생활영어
- convexhull
- #실생활 영어
- #English
- #프로젝트
- 딥러닝
- c언어
- word embedding
- findContours
- #opencv
- TensorFlow
- python list
- #영어 명언
- text2img
- opencv SURF
- python __init__
- #1일1영어
Archives
- Today
- Total
목록opencv python histogram equalization (1)
When will you grow up?
python으로 시작하는 OpenCV (2)
저번 포스팅에서는 입출력과 관련된 내용을 다뤄봤다면, 이번에는 행렬조작과 색 공간 및 필터에 대해 알아보자. 행렬 조작 : 생성하고 채우고, 요소 접근하고 ROI(Region of Interest) import cv2 import numpy as np img = np.full((480, 640,3), 255, np.uint8) #img = np.full((480, 640,3), (0, 255, 0), np.uint8) # green #img = np.full((480, 640,3), (0, 255, 255), np.uint8) # yellow #img = np.full((480, 640,3), (0, 0, 255), np.uint8) # red cv2.imshow('white img', img) cv2...
02. Study/Computer Vision(openframworks&opencv)
2020. 2. 4. 00:42