Hi all !
I have some general question about image processing. I have a project that process an image in real time. It extract a puzzle, write on it and merge the puzzle in the original image. If you start a project right now with real time image processing which resolution will you choose for:
The camera (in my case android) The image that is going to be modified (puzzle in my case) ?
At the beginning of the project I chose 640360 (don't ask my why ...) for the image that being processed The camera is 1920something so I must resize the image in order to process it and now my Algo is not accurate anymore. well I think my question is do you have some advice ?
Thank you !