mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 17:24:28 +08:00
16 lines
250 B
Julia
16 lines
250 B
Julia
print("Loading module\n")
|
|
|
|
using OpenCV
|
|
using Test
|
|
|
|
|
|
test_dir = joinpath(ENV["OPENCV_TEST_DATA_PATH"], "cv")
|
|
|
|
include("test_mat.jl")
|
|
include("test_feature2d.jl")
|
|
include("test_imgproc.jl")
|
|
include("test_objdetect.jl")
|
|
include("test_dnn.jl")
|
|
|
|
exit(0)
|