일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- text2img
- word embedding
- tokenizing
- python 알고리즘
- findContours
- #1일1영어
- #opencv
- python __init__
- #영어 명언
- opencv SURF
- #영어
- 영어명언
- #프로젝트
- convexhull
- #실생활 영어
- #English
- #실생활영어
- TensorFlow
- tensorflow update
- #Android
- Convolution Neural Network
- 영어
- object detection
- python list
- 딥러닝
- #일상영어
- c언어
- keras
- 완전탐색
- 이미지 생성
Archives
- Today
- Total
목록Image Histogram (1)
When will you grow up?
히스토그램(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