OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
find_ellipses.hpp 檔案參考
#include <opencv2/core.hpp>
find_ellipses.hpp 的包含依賴關係圖
此圖顯示了哪些檔案直接或間接包含此檔案

名稱空間

名稱空間  cv
 
名稱空間  virtual cv::ximgproc::FastLineDetector::~FastLineDetector
 

函式

void cv::ximgproc::findEllipses (InputArray image, OutputArray ellipses, float scoreThreshold=0.7f, float reliabilityThreshold=0.5f, float centerDistanceThreshold=0.05f)
 使用投影不變性剪枝快速查詢影像中的橢圓。