nagyistoce / pyopencv

Automatically exported from code.google.com/p/pyopencv
0 stars 0 forks source link

no cvGetSeqElem #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use pyrSegmentation to segment a image
2.try to use the return value of pyrSegmentation 
3.want to use GetSeqElem to access the item in the return value of 
pyrSegmentation 

What is the expected output? What do you see instead?
expected: find GetSeqElem function
see: no such function exposed

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

Please provide any additional information below.

Original issue reported on code.google.com by soleh...@gmail.com on 8 Sep 2010 at 1:29

GoogleCodeExporter commented 9 years ago
Hi,

Could you please try converting the output CvSeq instance into an Seq_XXXXX 
instance (where XXXXX is the type of an element of the sequence) and see if it 
works?

Thanks,
Minh-Tri

Original comment by pmtri80@gmail.com on 19 Sep 2010 at 3:02