opencv/modules/dnn/include/opencv2/dnn
Dmitry Kurtaev 433c364456
Merge pull request #23724 from dkurt:java_without_ant
Build Java without ANT #23724

### Pull Request Readiness Checklist

Enables a path of building Java bindings without ANT

* Able to build OpenCV JAR and Docs without ANT
  ```
  --   Java:
  --     ant:                         NO
  --     JNI:                         /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include/linux /usr/lib/jvm/default-java/include
  --     Java wrappers:               YES
  --     Java tests:                  NO
  ```
* Possible to build OpenCV JAR without ANT but tests still require ANT

**Merge with**: https://github.com/opencv/opencv_contrib/pull/3502

Notes:
- Use `OPENCV_JAVA_IGNORE_ANT=1` to force "Java" flow for building Java bindings
- Java tests still require Apache ANT
- JAR doesn't include `.java` source code files.


See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] 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
- [x] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2023-06-16 19:58:20 +03:00
..
utils Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-11 17:32:37 +00:00
all_layers.hpp Merge pull request #23625 from zihaomu:improve_conv 2023-05-26 12:59:36 +03:00
dict.hpp dnn: fix API - explicit ctors, const methods 2022-01-21 12:38:51 +00:00
dnn.hpp Merge pull request #23724 from dkurt:java_without_ant 2023-06-16 19:58:20 +03:00
dnn.inl.hpp build warnings 2020-12-05 20:08:29 +00:00
layer_reg.private.hpp Merge pull request #20494 from rogday:onnx_diagnostic_fix 2021-08-20 14:43:47 +00:00
layer.details.hpp dnn: update "guard" inline namespace 2018-09-03 20:46:57 +00:00
layer.hpp fix model diagnostic tool 2022-01-18 01:22:22 +03:00
shape_utils.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-10-15 16:44:47 +00:00
version.hpp pre: OpenCV 4.7.0 (version++) 2022-12-25 17:00:22 +00:00