HAN Liutong
f2962e5875
Merge pull request #24305 from hanliutong:toolchain
...
cmake: Fix riscv-gnu toolchain file. #24305
cmake(3.22.1) failed without the keyword `PATHS` on my device when I manually set `TOOLCHAIN_COMPILER_LOCATION_HINT` in command. And this patch is going to fix this issue.
[CMake Doc](https://cmake.org/cmake/help/latest/command/find_program.html ):
> find_program (
> <VAR>
> name | NAMES name1 [name2 ...] [NAMES_PER_DIR]
> [HINTS [path | ENV var]... ]
> [PATHS [path | ENV var]... ]
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [ ] I agree to contribute to the project under Apache 2 License.
- [ ] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
2023-09-25 13:06:22 +03:00
Alexander Alekhin
c319735d9b
js: include LUT support
2023-09-09 03:31:39 +00:00
Alexander Smorkalov
51702ffd92
pre: OpenCV 4.8.0 (version++)
2023-06-20 15:52:57 +03:00
Alexander Smorkalov
004801f1c5
Merge remote-tracking branch 'origin/3.4' into merge-3.4
2023-06-20 09:56:57 +03:00
Alexander Smorkalov
538b13aeec
JS bindings for bar code detector.
2023-06-15 15:01:01 +03:00
Alexander Smorkalov
3af6001a75
JS bindings for Aruco-based QR code detector.
2023-06-13 17:20:52 +03:00
Alexander Smorkalov
843daca26e
JS bingings fix for QR code detector.
2023-06-13 15:36:29 +03:00
zihaomu
37459f89c9
remove unsupported unsupported unicode
2023-06-11 23:02:34 +08:00
Alexander Smorkalov
61488885b5
Refreshed JavaScript bindings for Aruco related algorithms.
2023-06-09 15:43:43 +03:00
Alexander Alekhin
e1ce2146f5
build(ios): disable workaround for CMake 3.25.1+
2023-06-09 09:21:55 +00:00
Alexander Smorkalov
f1076541d1
Merge pull request #23514 from tappytaps:mac-catalyst-fix
...
updated mac catalyst target to be compatible with latest xCode / macos
2023-05-29 12:18:16 +03:00
Rahul Noronha
d79a6eddf2
Update properties - typo
...
Typo present, changing OpenVC to OpenCV.
2023-05-21 14:03:44 +05:30
Jindřich Šaršon
a33b2bed52
updated mac catalyst target to be compatible with latest xCode / macos
2023-04-19 14:34:52 +02:00
Maksim Shabunin
9cfced4650
RISC-V: fix hardcoded options in RVV 0.7.1 toolchain file
2023-03-27 18:42:56 +03:00
anderskiaer
6c763e1ea5
Add possibility for disabling inlining wasm
in opencv.js
2023-03-11 21:03:18 +01:00
Dmitry Kurtaev
76350cd30f
Merge pull request #23161 from dkurt:dnn_tflite
...
TFLite models importer
* initial commit
* Refactor TFLiteImporter
* Better FlatBuffers detection
* Add permute before 4D->3D reshape
* Track layers layout
* TFLite Convolution2DTransposeBias layer
* Skip TFLite tests without FlatBuffers
* Fix check of FlatBuffers in tests. Add readNetFromTFLite from buffer
* TFLite Max Unpooling test
* Add skip for TFLite unpooling test
* Revert DW convolution workaround
* Fix ObjC bindings
* Better errors handling
* Regenerate TFLite schema using flatc
* dnn(tflite): more checks, better logging
* Checks for unimplemented fusion. Fix tests
2023-02-13 14:00:20 +00:00
smeng9
b5a0d2b580
fix typo: stetDictionary to setDictionary
2023-01-08 23:58:54 -06:00
AlejandroSilvestri
253429d3f1
Add missing ORB.setFastThreshold(int) method
...
ORB constructor is failing to set the very important protected parameter fastThreshold,
so binding this method is necessary.
2022-12-27 09:39:56 -03:00
Alexander Alekhin
b42c11de82
pre: OpenCV 4.7.0 (version++)
2022-12-25 17:00:22 +00:00
Alexander Alekhin
a494c75bfe
pre: OpenCV 3.4.19 (version++)
2022-12-25 16:59:47 +00:00
Alexander Smorkalov
3ff1ec99ac
Merge pull request #23009 from asmorkalov:as/aruco_js_update2
...
Update Javascript bindings for Aruco after migration
2022-12-21 17:43:09 +03:00
Maksim Shabunin
8e49560709
valgrind: suppressed FFV1 16 bit issue in avcodec-57
2022-12-21 15:49:03 +03:00
Alexander Smorkalov
b8f57c9a96
Update Javascript bindings for Aruco after migration
2022-12-21 15:46:04 +03:00
Alexander Alekhin
941d89e06d
cmake: fix RISC-V toolchains
...
- RVV options are moved to configuration scripts instead of toolchains
2022-12-09 12:02:28 +00:00
Alexander Alekhin
aae317c017
android: add configuration for NDK 25 and Android API 32 (12L)
2022-10-24 22:24:04 +00:00
Alexander Alekhin
762481411d
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2022-10-15 16:44:47 +00:00
Alexander Alekhin
50e66a2e53
riscv: use /opt/riscv path in toolchain
...
- align with defaults from https://github.com/riscv-collab/riscv-gnu-toolchain
2022-09-26 10:50:01 +00:00
Dmitry Kurtaev
e0b21dccf1
Detect RISC-V compiler from PATH environment variable
2022-09-21 11:40:54 +03:00
Alexander Smorkalov
e24382691f
Merge pull request #21934 from Yulv-git:3.4-typos2
...
Fix some typos in platforms/, samples/.
2022-09-07 17:16:23 +03:00
Yulv-git
9074b3e980
Fix some typos in platforms/, samples/, 3rdparty/.
2022-09-07 16:09:23 +03:00
Alexander Alekhin
2ebdc04787
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2022-08-14 15:50:42 +00:00
Alexander Smorkalov
50707a2741
Merge pull request #22223 from klatism:mobile-dynamically-linked-libs
2022-08-02 09:11:08 +00:00
HAN Liutong
0ef803950b
Merge pull request #22179 from hanliutong:new-rvv
...
[GSoC] New universal intrinsic backend for RVV
* Add new rvv backend (partially implemented).
* Modify the framework of Universal Intrinsic.
* Add CV_SIMD macro guards to current UI code.
* Use vlanes() instead of nlanes.
* Modify the UI test.
* Enable the new RVV (scalable) backend.
* Remove whitespace.
* Rename and some others modify.
* Update intrin.hpp but still not work on AVX/SSE
* Update conditional compilation macros.
* Use static variable for vlanes.
* Use max_nlanes for array defining.
2022-07-19 20:02:00 +03:00
Tomoaki Teshima
87ef6a9cc1
build: suppress the warning
...
DRY
bump the version
2022-07-12 19:42:39 +09:00
Michael Klatis
7d3dbcb027
dynamically linked libs on mobile
2022-07-09 21:45:58 -07:00
Andrey Senyaev
9cfae823a7
Fix Xcode version matching
2022-05-31 01:58:50 +03:00
Alexander Alekhin
e9428726ca
pre: OpenCV 4.6.0 (version++)
2022-05-23 19:25:16 +00:00
Alexander Alekhin
400906b433
pre: OpenCV 3.4.18 (version++)
2022-05-23 19:18:02 +00:00
HAN Liutong
12338c1dc4
Update clang toolchain for RVV.
2022-02-16 16:01:38 +08:00
Alexander Alekhin
19926e2979
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2022-02-11 17:32:37 +00:00
Alexander Alekhin
888546b6f5
build(winpack_dldt): force using CMake config for InferenceEngine
2022-02-11 13:07:25 +00:00
Alexander Alekhin
6ae8103022
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2022-01-19 19:29:58 +00:00
Alexander Alekhin
e613b17c05
build(winpack_dldt): repair build with MSVS 2019 (16.11.9)
2022-01-18 08:20:54 +00:00
Guillaume Gigaud
751b3f502d
apple/build_xcframework.py: fix incorrect catalyst archs
2022-01-06 09:36:28 +01:00
Alexander Alekhin
c78a8dfd2d
fix 4.x links
2021-12-22 13:24:30 +00:00
Alexander Alekhin
b1a57c4cb2
fix 3.4 links
2021-12-22 12:38:21 +00:00
Alexander Alekhin
07dca8cc03
pre: OpenCV 4.5.5 (version++)
2021-12-17 10:12:11 +00:00
Alexander Alekhin
60c093f086
pre: OpenCV 3.4.17 (version++)
2021-12-17 10:05:52 +00:00
Alexander Alekhin
299f9837b7
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-12-15 16:38:56 +00:00
Alexander Alekhin
52c423a423
build: winpack_dldt with dldt 2021.4.2
2021-12-14 09:00:43 +00:00