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
- laplacian of gaussian
- morphology
- direction detection
- top hat
- 영상처리
- Line Detection
- Sobel
- 캐니 엣지
- high pass filter
- hough transform
- erosion
- morphological operation
- adaptive thresholding
- pyrDown
- canny
- median filter
- segmentation
- upsampling
- black top hat
- OpenCV
- equalizing
- dilation
- bilateral filter
- Low pass filter
- Filter
- canny operator
- mean filter
- difference of gaussian
- gradient
- pyrUp
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함