12. histogram introduction
#include #include #include #include using namespace std; using namespace cv; // To create histograms of gray-level images class Histogram1D { private: int histSize[1];// number of bins in histogram float hranges[2];// range of values const float* ranges[1];// pointer to the value ranges int channels[1];// channel number to be examined public: Histogram1D() { // Prepare default arguments for 1D h..
영상처리/OpenCV
2019. 5. 12. 16:49
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 영상처리
- morphology
- dilation
- morphological operation
- top hat
- canny
- Filter
- canny operator
- high pass filter
- gradient
- mean filter
- hough transform
- black top hat
- equalizing
- Line Detection
- pyrDown
- adaptive thresholding
- OpenCV
- Low pass filter
- difference of gaussian
- pyrUp
- Sobel
- erosion
- 캐니 엣지
- median filter
- segmentation
- bilateral filter
- direction detection
- laplacian of gaussian
- upsampling
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함