jloyd / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

how to use cvFindContours #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

    public static int cvFindContours(CvArr image, CvMemStorage storage, CvSeq.PointerByReference first_contour,int header_size, int mode, int method) 

how to use CvSeq.PointerByReference? It is not in the declaration of CvSeq.

What is the expected output? What do you see instead?
an example

What version of the product are you using? On what operating system?
javacv 20110705

Please provide any additional information below.

Original issue reported on code.google.com by HongChe...@gmail.com on 2 Aug 2011 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by HongChe...@gmail.com on 2 Aug 2011 at 10:32

Attachments: