일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- opencv SURF
- #English
- word embedding
- #일상영어
- #실생활 영어
- 딥러닝
- #1일1영어
- Convolution Neural Network
- convexhull
- 영어명언
- #opencv
- #실생활영어
- findContours
- python 알고리즘
- 완전탐색
- keras
- TensorFlow
- #영어
- 이미지 생성
- tokenizing
- tensorflow update
- #Android
- c언어
- #프로젝트
- python __init__
- #영어 명언
- object detection
- 영어
- python list
- text2img
Archives
- Today
- Total
목록opencv Histogram (1)
When will you grow up?
9.Image Histogram만들기 & GaussianBlur를 적용시킨 Histogram
히스토그램(Histogram)?->데이터의 특징을 한 눈에 관찰하기 쉽도록 빈도수에 따라 표현한 그래프 이다. void calcHist(const Mat * image, int nimages, //소스이미지 갯수const int * channels, //사용될 채널 리스트InputArray mask, //마스크 이미지-옵션OutputArray hist, //출력int dims, //몇차원?const int* histSize, //히스토그램 사이즈 arrayconst float** ranges,//차원의 경계 arraybool uniform = true,//균일 여부를 결정하는 flagbool accumulate = false//축적 여부를 결정하는 flag};원형은 위와 같다. 하지만 이 caclHist..
02. Study/Computer Vision(openframworks&opencv)
2016. 9. 23. 16:47