Skip to content

objc: fix handling of std::vector<std::vector<T>> return type#18905

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
alalek:objc_fix_return_type_handling
Nov 24, 2020
Merged

objc: fix handling of std::vector<std::vector<T>> return type#18905
opencv-pushbot merged 1 commit intoopencv:masterfrom
alalek:objc_fix_return_type_handling

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Nov 23, 2020

Reproducer for this problem:

CV_WRAP std::vector< std::vector<Point> > detectTextContours(InputArray frame) const;

relates #17570

build_image:Custom Mac=osx_framework-test
buildworker:Custom Mac=macosx-2

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Nov 23, 2020

/cc @komakai

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Nov 24, 2020

👍

@opencv-pushbot opencv-pushbot merged commit e1a8fc0 into opencv:master Nov 24, 2020
@alalek alalek mentioned this pull request Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants