Hello, i have a code OpenCV C++ that does some transformations at images. I would like to know if you can make an Android project that uses the camera to take a picture and then call the code I already have (in C ++) to perform the necessary transformations in the picture, after that, return the transformed image or save this image on phone.
Ps: This passage image can be directly or saving to SD card and open.
Can I use the code in C ++ I already own?