1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00
Commit Graph

13 Commits

Author SHA1 Message Date
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