Ditch OpenCV in favor of native iOS Core graphics code
See original GitHub issueSome issues with native iOS library CoreGraphics forced me to use openCV. But the following code is very close to work, just need to figure out in which orientation the result image must be
rectangleCoordinates[@"inputTopLeft"] = [CIVector vectorWithCGPoint:newLeft];
rectangleCoordinates[@"inputTopRight"] = [CIVector vectorWithCGPoint:newRight];
rectangleCoordinates[@"inputBottomLeft"] = [CIVector vectorWithCGPoint:newBottomLeft];
rectangleCoordinates[@"inputBottomRight"] = [CIVector vectorWithCGPoint:newBottomRight];
[image imageByApplyingFilter:@"CIPerspectiveCorrection" withInputParameters:rectangleCoordinates];
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Building a simple lane detection iOS app using OpenCV
In this post I will show you how to use OpenCV in an iOS app. We will create an iOS app that will...
Read more >Collaborative List of Open-Source iOS Apps - GitHub
Open-Source iOS Apps. A collaborative list of open-source iOS , iPadOS , watchOS and tvOS apps, your contribution is welcome.
Read more >Untitled
Iphone game hacks no survey, Prof obianyo, La chimie occulte pdf, ... Rambrouch code postal, Hp b209a parts, Certificate course in graphic design, ......
Read more >OpenCV vs Core Image [closed] - ios - Stack Overflow
Core Image is a lot simpler than OpenCV in terms of coding, but I still see a lot of activity going on in...
Read more >sitemap.xml - codeburst
... 1.0 https://codeburst.io/tagged/learning-to-code 2022-10-15 monthly 1.0 ... ://codeburst.io/integrate-react-native-into-an-existing-app-ios-87c947a16044 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I would love to see this in there. OpenCV is a pretty big library so having it replaced with something that we get natively with iOS would be a huge bonus. Thanks for a great package!
Any progress on this? I am having major issues importing OpenCV to my project. It just wont build at all. Cheers