Repository for OpenCV's extra modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|
|
|