-
-
Notifications
You must be signed in to change notification settings - Fork 25
Async photo & stitching #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async photo & stitching #127
Conversation
question related to the photo_async.dart should the dst be created in c++ or what i am doing is the correct way? |
Create it in c++, if created here, the creation itself is currently synchronous, although creating an empty Mat is fast, it's still not recommended. |
Ok will do so, and return it's pointer. Then will check stitching |
…z-mahdy/opencv_dart into Async-Photo-&-Stitching
…z-mahdy/opencv_dart into Async-Photo-&-Stitching
fix #123