|
-
April 9th, 2009, 01:46 PM
#1
Complicated growable array
Hi codeguru users!
I am basically looking to make a growable array thats basically as follows:
{ [ ((PT1.X,PT1.Y,PT2.X,PT3.X),(PT1.X,PT1.Y,PT2.X,PT3.X),(PT1.X,PT1.Y,PT2.X,PT3.X) )] }
the arrays size grows a lot.
(pt1.x/y are points i am using via opencv)
the larger picture ie the outside "()" represent an object
the second set of "()" represent the iterations
and the individual elements of the iterations (the points) are points
if you help me i will love you forever
EDIT: the array increases by each of the above (marked with "[]")
Last edited by breakerbyte; April 9th, 2009 at 01:49 PM.
Reason: oops
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|