Using opencv filter functions in commercial app
Hi first of all pardon me if i am posting something not relevant to this site but i have nowhere ask this. I am building a commercial app and i am using filter functions in opencv(actually javacv i think it does not matter :) ) like bilateral filter, blur, median blur(ann other all) etc. I need to know whether I can use these functions in my app without any licensing issues, property issues or not. I don't change those functions i simply call them. Thanks
OpenCV is
3-Clause BSD License
so you can use it in commercial app.JavaCV
isApache License
so you have to check as I don't know exactly this license but it should be good I think.