일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- linetracing
- G++
- ROS
- FreeCAD
- sources.list
- Kinetic
- ax200
- amcl
- 부분공간
- gcc
- RGB-D
- ubuntu
- webots
- 촉각센서
- roslib
- YoLO
- CuDNN
- darknet_ros
- rqt
- roslaunch
- error
- Linux
- 전이학습
- autorace
- Installation
- Gazebo
- opencv
- turtlebot3
- turtlebot
- CUDA
- Today
- Total
기술 성공, 실패 기록소
histogram comparison 본문
docs.opencv.org/3.4/d6/dc7/group__imgproc__hist.html#ga41a249ba9a536bf2b47e95f8c7dd42b0
OpenCV: Histograms
rangesArray of the dims arrays of the histogram bin boundaries in each dimension. When the histogram is uniform ( uniform =true), then for each dimension i it is enough to specify the lower (inclusive) boundary \(L_0\) of the 0-th histogram bin and the upp
docs.opencv.org
docs.opencv.org/3.4/d6/dc7/group__imgproc__hist.html#ga994f53817d621e2e4228fc646342d386
OpenCV: Histograms
rangesArray of the dims arrays of the histogram bin boundaries in each dimension. When the histogram is uniform ( uniform =true), then for each dimension i it is enough to specify the lower (inclusive) boundary \(L_0\) of the 0-th histogram bin and the upp
docs.opencv.org
ex)
cv2.compareHist(hist1, hist2, 2)
두개의 히스트로그램을 비교,
세번째 인자 2는 HISTCMP_INTERSECT
두 히스토그램의 겹치는 영역의 면적을 나타낸다.
'followbot' 카테고리의 다른 글
How-To: 3 Ways to Compare Histograms using OpenCV and Python (0) | 2020.09.28 |
---|---|
Re: what is CV_32FC1? (0) | 2020.09.18 |
opencv histogram normalization (0) | 2020.09.14 |
이미지 히스토그램 이해하기 (0) | 2020.09.14 |
리스트 합 구하기, 재귀함수 (0) | 2020.09.14 |