WU Jia
2f69f9ec2b
Merge pull request #3820 from kaingwade:rename_features2d
...
Rename features2d to features #3820
This PR renames the module _features2d_ to _features_.
Main PR: opencv/opencv: [#26405 ](https://github.com/opencv/opencv/pull/26405 )
2024-11-12 11:50:30 +03:00
Alexander Smorkalov
596471c5e8
drop convertFp16 in favor of cv::Mat::convertTo.
2024-10-18 16:29:14 +03:00
Alexander Smorkalov
3fb8e96a2f
Merge pull request #3694 from WanliZhong:remove_darknet
...
Remove darknet function
2024-03-27 15:07:52 +03:00
WU Jia
3f609aa21c
Move objdetect HaarCascadeClassifier and HOGDescriptor to contrib xobjdetect ( #3692 )
...
* Move objdetect parts to contrib
* Move objdetect parts to contrib
* Fix errors from CI build.
* Minor fixes.
2024-03-21 23:40:54 +03:00
Wanli
79d29a6197
remove darknet
2024-03-12 16:26:32 +08:00
Kumataro
8703798a31
julia: Determine availability based on whether the HAVE_JULIA is defined
...
fix #3108 .
2021-11-14 13:18:38 +09:00
Archit Rungta
c3de0d3d90
Merge pull request #3009 from archit120:julia_21-phase2
...
[GSoC] Julia - phase 2
* Use 64bit types by default for int and float
* Type promotion julia
* Fix DNN test
* Remote whitespace
2021-09-29 13:57:41 +03:00
Alexander Alekhin
907efb9668
Merge pull request #2994 from archit120:julia_phase1
2021-08-05 18:09:54 +00:00
Alexander Alekhin
e8ac023368
cmake: process modules in the same CMake scope
2021-07-25 19:51:17 +00:00
Archit Rungta
1b88234778
Add documentation for Julia binaries - GSoC
2021-07-09 10:17:22 +05:30
Archit Rungta
2a04f93ed8
julia - Fix type conversion bug
2021-06-16 16:00:01 +05:30
Vadim Pisarevsky
6f820455ac
* catch exception when processing new variants of point cloud registration functions with UsacParams parameter; just skip this overloaded variant
...
* added colors to chessboard_corners.jl sample
2020-10-10 00:40:04 +03:00
Archit Rungta
df3d848a35
Add calib3d to julia bindings
2020-09-09 15:10:19 +05:30
Alexander Alekhin
7d6810b512
Merge pull request #2631 from archit120:julia_tutorial
2020-08-16 09:47:29 +00:00
Archit Rungta
091f97987a
Merge pull request #2622 from archit120:julia_phase3
...
[GSoC] Julia Bindings Phase 3
* Add Julia Bindings Phase 3
* Code style and warning fixes for Julia bindings
* Add copyright notice to .py files
* fix typo
2020-08-15 22:49:57 +00:00
Archit Rungta
8ecee96520
Add Julia Binding Tutorial
2020-08-15 18:09:56 +05:30
Archit Rungta
12e68c4843
copy => copy_if_different
2020-06-29 18:29:22 +05:30
Archit Rungta
ff581614c8
add julia phase2 files
2020-06-29 18:24:27 +05:30
archit120
522a062cad
Merge pull request #2547 from archit120:julia-phase1
...
Julia Bindings GSoC - phase1
* Julia Phase 1 first commit
* a few fixes to compile julia bindings on mac
* Readme changes
* Allow usage before installation and update README
* Add CxxWrap installation and fix Mac build bug
* CMake fixes and test refactoring
* add tests, fix trailing whitespace, disable array-vec conversion
* Fix trailing whiteline and warning
* Add module documentation and fix tests in CMake
* Change copyright block, CMake variable name
* copy => copy_if_different
* fix status dump and return lines
* Remove Julia_Found outside init.cmake
* change indentation
Co-authored-by: Vadim Pisarevsky <vadim.pisarevsky@gmail.com >
2020-06-17 07:33:37 +00:00