Can I upload opencv_java430.dll under my GitHub project?

I have created an opencv android project.
To run JUNIT test on windows, I need to use “opencv_java430.dll”.
I want to upload “opencv_java430.dll” in my GitHub repo.
But I am not sure, whether I am allowed to use dll as it’s owned by opencv.

where did you find that ? it’s an open source library, using MIT / Apache2 licenses, they do not “own” binaries .

long story short – there should not be any problem

Thanks :slight_smile: