![]() |
OpenCV 4.12.0
開源計算機視覺
|
#include "ximgproc/edge_filter.hpp"#include "ximgproc/disparity_filter.hpp"#include "ximgproc/sparse_match_interpolator.hpp"#include "ximgproc/structured_edge_detection.hpp"#include "ximgproc/edgeboxes.hpp"#include "ximgproc/edge_drawing.hpp"#include "ximgproc/scansegment.hpp"#include "ximgproc/seeds.hpp"#include "ximgproc/segmentation.hpp"#include "ximgproc/fast_hough_transform.hpp"#include "ximgproc/estimated_covariance.hpp"#include "ximgproc/weighted_median_filter.hpp"#include "ximgproc/slic.hpp"#include "ximgproc/lsc.hpp"#include "ximgproc/paillou_filter.hpp"#include "ximgproc/fast_line_detector.hpp"#include "ximgproc/deriche_filter.hpp"#include "ximgproc/peilin.hpp"#include "ximgproc/fourier_descriptors.hpp"#include "ximgproc/ridgefilter.hpp"#include "ximgproc/brightedges.hpp"#include "ximgproc/run_length_morphology.hpp"#include "ximgproc/edgepreserving_filter.hpp"#include "ximgproc/color_match.hpp"#include "ximgproc/radon_transform.hpp"#include "ximgproc/find_ellipses.hpp"名稱空間 | |
| 名稱空間 | cv |
| 名稱空間 | virtual cv::ximgproc::FastLineDetector::~FastLineDetector |
函式 | |
| void | cv::ximgproc::anisotropicDiffusion (InputArray src, OutputArray dst, float alpha, float K, int niters) |
| 對影像執行各向異性擴散。 | |
| void | cv::ximgproc::niBlackThreshold (InputArray _src, OutputArray _dst, double maxValue, int type, int blockSize, double k, int binarizationMethod=BINARIZATION_NIBLACK, double r=128) |
| 使用 Niblack 技術或其啟發的一些流行的變體對輸入影像執行閾值處理。 | |
| void | cv::ximgproc::thinning (InputArray src, OutputArray dst, int thinningType=THINNING_ZHANGSUEN) |
| 應用二值斑點細化操作,以實現輸入影像的骨架化。 | |