Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Objc binding#17165
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Objc binding#17165
Changes from1 commit
Commits
Show all changes
35 commits Select commitHold shift + click to select a range
084c1e4 Initial work on Objective-C wrapper
komakaic6ced21 Objective-C generator script; update manually generated wrappers
komakaic30a089 Add Mat tests
komakai319f04d Core Tests
komakai578a86f Imgproc wrapper generation and tests
komakaie7d7bc4 Fixes for Imgcodecs wrapper
komakai46ffdeb Miscellaneous fixes. Swift build support
komakai7ba365d Objective-C wrapper build/install
komakai2247a78 Add Swift wrappers for videoio/objdetect/feature2d
komakaidf4a65f Framework build;iOS support
komakai8a92359 Fix toArray functions;Use enum types whenever possible
komakai6b230bf Use enum types where possible;prepare test build
komakai1fb51ff Update test
komakai543636f Add test runner scripts for iOS and macOS
komakai251ac05 Add test scripts and samples
komakaiae5e242 Build fixes
komakai4eb5ef0 Fix build (cmake 3.17.x compatibility)
komakai2ee6ac0 Fix warnings
komakaia11a9a4 Fix enum name conflicting handling
komakai1fa3cf1 Add support for document generation with Jazzy
komakaif0ee281 Swift/Native fast accessor functions
komakai37dddff Add Objective-C wrapper for calib3d, dnn, ml, photo and video modules
komakai11ce9a9 Remove IntOut/FloatOut/DoubleOut classes
komakai999fe0b Fix iOS default test platform value
komakai33fd852 Fix samples
komakai6e6b7aa Revert default framework name to opencv2
komakai4100776 Add converter util functions
komakai4561731 Fix failing test
komakaie460c21 Fix whitespace
komakaia1336cc Add handling for deprecated methods;fix warnings;define __OPENCV_BUILD
komakaibd55a58 Suppress cmake warnings
komakai741a400 Reduce severity of "jazzy not found" log message
komakaied4c0cd Fix incorrect #include of compatibility header in ios.h
komakaifdbda57 Use explicit returns in subscript/get implementation
komakai192d825 Reduce minimum required cmake version to 3.15 for Objective-C/Swift b…
komakaiFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Miscellaneous fixes. Swift build support
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit46ffdeb13600221ccf9e66a61d253633e82856c0
There are no files selected for viewing
1 change: 1 addition & 0 deletionscmake/OpenCVModule.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/ByteVector.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletionsmodules/core/misc/objc/src/CVObjcUtil.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/DoubleVector.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletionsmodules/core/misc/objc/src/Float4.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletionsmodules/core/misc/objc/src/Float6.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/FloatVector.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletionsmodules/core/misc/objc/src/Int4.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletionsmodules/core/misc/objc/src/IntOut.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/IntVector.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletionsmodules/core/misc/objc/src/KeyPoint.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletionsmodules/core/misc/objc/src/Mat.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfDMatch.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfKeyPoint.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfPoint.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfPoint2f.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfPoint3.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfPoint3f.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfRect.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfRect2d.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/MatOfRotatedRect.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionsmodules/core/misc/objc/src/MinMaxLocResult.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/Moments.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -7,7 +7,7 @@ | ||
| #pragma once | ||
| #ifdef __cplusplus | ||
| #import"opencv2/opencv.hpp" | ||
| #endif | ||
| #import <Foundation/Foundation.h> | ||
2 changes: 1 addition & 1 deletionmodules/core/misc/objc/src/ObjectVector.mm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.