bytedeco/javacv

Accessing points returned by findContours()

Open

#1.270 aberto em 13 de ago. de 2019

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1.583 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (6.985 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador