mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 17:24:28 +08:00

[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
11 lines
83 B
Julia
11 lines
83 B
Julia
|
|
module OpenCV
|
|
|
|
import Base.size
|
|
|
|
include("cv_cxx.jl")
|
|
|
|
|
|
include("cv_wrap.jl")
|
|
|
|
end |