bytedeco/javacv

Accessing points returned by findContours()

Open

#1,270 opened on 2019年8月13日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

In C++ findContours() returns a vector<vector<Point> > which makes accessing each point in a contour quite easy, but I see no way of doing such thing with JavaCV? Is there a way to access these point with MatVectors and Mats?

コントリビューターガイド