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