I wrote a program with c++ and OpenCV 3.4.0 for connected components labeling.
I used ConnectedComponentsWithStats
function for it. Now I can write same program with OpenCV + cuda. But OpenCV does not have ConnectedComponentsWithStats
function for cuda.
Somebody said to me that I must use labelComponents
function for it, but when I write cv::cuda::labelComponents
, C++ say to me :
"cv::cuda::" has no member "labelComponents"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…