bytedeco/javacv

Accessing points returned by findContours()

Open

#1,270 创建于 2019年8月13日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Java (1,583 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (6,985 star)
PR 合并指标
 (30 天内没有已合并 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?

贡献者指南