CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 19:46:16 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/opencv/opencv.git
etag: W/"39d3e5bb7e2022bccd96ae8963c4b6be"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=HJGigpJHwD1Wz5iJuG5AfONyiLnHhx8xF%2Fd46q3wcSljVZDvp4orR1gVp9sVzPMFFvdgcKgh3Fxgm7oNFfU7I13Q99qR5w9z5trwJMSh3BFSL%2F2ZPhc5gdujZHsk3H3K4NuGc9I4MZweEmCGoEqdaO2uaCgqVtbgRiPZryTSMs0AUzHxQabuSa9TWkaf75OdwFOjAoDbhLY%2F4DTZ06qZ%2BJRH0tmc6kXMvB2%2BYEATETQLltfbbe4W3guolKeucq%2BCedU0%2Ft3enSg8BXJTlJDudA%3D%3D--TEbMPPOcU1YiAB2n--YUj92GtYmIo0kp1rt4FUzw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.537447057.1753213576; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 19:46:16 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 19:46:16 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E412:121670:D03D7:1066B9:687FEA88
Merge pull request #17165 from komakai:objc-binding · opencv/opencv@0238547 · GitHub
Dismiss banner
Copy file name to clipboardExpand all lines: cmake/OpenCVGenConfig.cmake
Copy file name to clipboardExpand all lines: modules/calib3d/CMakeLists.txt
Copy file name to clipboard
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Commit 0238547
authored
Merge pull request #17165 from komakai:objc-binding
Objc binding
* Initial work on Objective-C wrapper
* Objective-C generator script; update manually generated wrappers
* Add Mat tests
* Core Tests
* Imgproc wrapper generation and tests
* Fixes for Imgcodecs wrapper
* Miscellaneous fixes. Swift build support
* Objective-C wrapper build/install
* Add Swift wrappers for videoio/objdetect/feature2d
* Framework build;iOS support
* Fix toArray functions;Use enum types whenever possible
* Use enum types where possible;prepare test build
* Update test
* Add test runner scripts for iOS and macOS
* Add test scripts and samples
* Build fixes
* Fix build (cmake 3.17.x compatibility)
* Fix warnings
* Fix enum name conflicting handling
* Add support for document generation with Jazzy
* Swift/Native fast accessor functions
* Add Objective-C wrapper for calib3d, dnn, ml, photo and video modules
* Remove IntOut/FloatOut/DoubleOut classes
* Fix iOS default test platform value
* Fix samples
* Revert default framework name to opencv2
* Add converter util functions
* Fix failing test
* Fix whitespace
* Add handling for deprecated methods;fix warnings;define __OPENCV_BUILD
* Suppress cmake warnings
* Reduce severity of "jazzy not found" log message
* Fix incorrect #include of compatibility header in ios.h
* Use explicit returns in subscript/get implementation
* Reduce minimum required cmake version to 3.15 for Objective-C/Swift binding1 parent f30b599 commit 0238547Copy full SHA for 0238547
File tree
Expand file treeCollapse file tree
237 files changed
+24107
-28
lines changedFilter options
- cmake
- modules
- calib3d
- misc/objc
- test
- core
- misc/objc
- common
- manual
- test
- resources
- dnn
- misc/objc
- features2d
- misc/objc
- imgcodecs
- include/opencv2/imgcodecs
- misc/objc
- ios
- test
- imgproc
- misc/objc
- common
- test
- ml
- misc/objc
- objc
- doc
- generator
- templates
- test
- dummy
- test
- objdetect
- photo
- misc/objc
- videoio
- misc/objc
- ios
- video
- platforms
- ios
- osx
- samples/swift/ios
- ColorBlobDetection
- ColorBlobDetection.xcodeproj
- project.xcworkspace/xcshareddata
- ColorBlobDetection
- Assets.xcassets
- AppIcon.appiconset
- Base.lproj
- FaceDetection
- FaceDetection.xcodeproj
- project.xcworkspace/xcshareddata
- FaceDetection
- Assets.xcassets
- AppIcon.appiconset
- Base.lproj
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
237 files changed
+24107
-28
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + |
+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
| 455 | + | |
455 | 456 |
| |
456 | 457 |
| |
457 | 458 |
| |
| |||
1595 | 1596 |
| |
1596 | 1597 |
| |
1597 | 1598 |
| |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
1598 | 1605 |
| |
1599 | 1606 |
| |
1600 | 1607 |
| |
|
cmake/OpenCVGenConfig.cmake
Copy file name to clipboardExpand all lines: cmake/OpenCVGenConfig.cmake+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 |
| |
34 | 39 |
| |
35 | 40 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
| 791 | + | |
791 | 792 |
| |
792 | 793 |
| |
793 | 794 |
| |
|
modules/calib3d/CMakeLists.txt
Copy file name to clipboardExpand all lines: modules/calib3d/CMakeLists.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
|
modules/calib3d/misc/objc/gen_dict.json
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
You can’t perform that action at this time.
0 commit comments