98 Commits (21872e2fb021a52851ce8f22518ce1166777a3ef)

Author SHA1 Message Date
Giles Payne 9ce0e51305 Objective-C wrapper header fix-ups to avoid clashes with system macros 3 years ago
Giles Payne 19a880bb91 Simple matrix multiplication for Mat in iOS/Android 3 years ago
Giles Payne 27df987211 Fix bug in initializers Rect2f(Point2f,Point2f) and Rect2d(Point2d,Point2d) 3 years ago
Alexander Alekhin 0c10ae1861 python: cv.Mat wrapper over numpy.ndarray 3 years ago
Giles Payne b3cc828995 Fix put/get functions for non-contiguous Mat on iOS/macOS 3 years ago
Vadim Levin 3c89a28a06
Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 3 years ago
Giles Payne 61a5378aeb Improvements/fixes for unsigned type handling in Swift/Kotlin 3 years ago
Giles Payne f1f9121bc7 Add test for Java Mat.at 4 years ago
Giles Payne 3b42e19505 At-like function for Java/Kotlin 4 years ago
Giles Payne 709156ee65 Add tests for Mat.at function 4 years ago
Giles Payne 472030907b At-like function for Swift 4 years ago
Giles Payne 6265155ce4
Merge pull request #20092 from komakai:disable_swift_build 4 years ago
Alexander Alekhin 599d64a405 core(parallel): fix JS build, fix OpenMP version dump 4 years ago
Giles Payne 5cf08b0722 Fix/optimize Android put/get functions 4 years ago
Alexander Alekhin cc73c36e32 core(parallel): plugins support 4 years ago
Alexander Alekhin cfbdbffcad objc: rework headers import 4 years ago
Alexander Alekhin 2e7ef6f4e8 objc: fix std::string handling 4 years ago
mtfrctl 16561ed71e Add data pointer bridge method to Mat for Objective-C/Swift 4 years ago
Giles Payne 8b61719a9d Swift native in/out array handling 4 years ago
Giles Payne 31ddd98c8e Fix Objective-C declaration of Mat_to_vector_Point2d 4 years ago
Giles Payne bedabc15ae Obj-C/Swift docs improvements 4 years ago
Giles Payne 4cf76754d3 Add Objective-C/Swift wrappers for opencv_contrib modules 4 years ago
Giles Payne af9ee90091
Merge pull request #17818 from komakai:documentation-improvements 4 years ago
Giles Payne 59ba33658a Dynamic build for Objective-C/Swift wrapper 4 years ago
Giles Payne 177fbc7bbb Cleanup unneeded raw pointer handling code 5 years ago
Giles Payne 13962b8533 Use cv::Ptr instead of raw pointers 5 years ago
Giles Payne 02385472b6
Merge pull request #17165 from komakai:objc-binding 5 years ago
Alexander Alekhin 4dfa0a0383 bindings: basic support for #if preprocessor directives 5 years ago
Alexander Alekhin 80c4cedd25 android: use .getRowStride() in JavaCamera2View 5 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 5 years ago
luz.paz ec43292e1e Fix modules/ typos 5 years ago
berak 4d3989817c java: fix Mat.toString() for higher dimensions 5 years ago
Ahmed Ashour ca8a1d2cff java: generated code inline return 6 years ago
Ahmed Ashour f9564e053d java: test: use assertNotNull and assertFalse 6 years ago
Ahmed Ashour f3319f6140 java: remove redundant declaration of java.lang package 6 years ago
Ahmed Ashour 1050b5351e java: add CvType.CV_16F 6 years ago
Alexander Alekhin 9340af1a8a core: Async API / AsyncArray 6 years ago
Giles Payne 11dbd86aa3 Merge pull request #13956 from komakai:java-mat-class-improvements 6 years ago
Alexander Alekhin f5b58e5fc9 bindings: backport generator from OpenCV 4.x 6 years ago
CUI Hao (Lab) e5e1ba3c97 Fix typo in core+RotatedRect.java 6 years ago
Dmitry Kurtaev 6bcf0b5519 Merge pull request #13482 from dkurt:fix_python_bindings_without_stitching 6 years ago
LaurentBerger 2fb409b286 Merge pull request #13267 from LaurentBerger:StitchPython 6 years ago
berak 0cd14e3fb4 java: add support for MatOfRotatedRect 6 years ago
Dmitry Kurtaev 92f754c675 Add methods to reshape Mat in Java by array of shapes and retreive sizes of each dimension. 6 years ago
Hamdi Sahloul 5f17cc1abd Fix Python wrapper for GpuMat 6 years ago
Hamdi Sahloul e104fcc000 Generate enum bindings automatically 6 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 6 years ago
Hamdi Sahloul 669ee0415a Rewrite the UMat Python wrapper 6 years ago
Hamdi Sahloul 532eace7d6 Extensive wrapping of CUDA functionalities for Python 6 years ago
berak bd7bf39b4b java: change MatOfRotatedRect to CV_32FC5 6 years ago