![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>名前空間 | |
| namespace | cv |
| namespace | cv::ximgproc |
関数 | |
| void | cv::ximgproc::findEllipses (InputArray image, OutputArray ellipses, float scoreThreshold=0.7f, float reliabilityThreshold=0.5f, float centerDistanceThreshold=0.05f) |
| 射影不変な枝刈りを用いて画像中の楕円を高速に検出する。 | |