I already have a MATLAB project which consist of one main function and other dependent functions.
What it does ? Main function needs an input image, and then it works on the image with the help of other functions and outputs a figure, which is then converted into an image.
What I want ? Android app to capture a Image send it to main function and display the output image.
What I've done ? I install the simulink Android library and through the matlab function, I can only use one function, but I've a function which calls other functions in a loop.
Kindly help me to convert this MATLAB Project to android app
0 Comments
Sign in to comment.