We need to build an image processing application for smartphones (mainly for iPhone). The operations consist of:
- image filtering
- composite geometrical transformation
- region growing
Also, the user is required to specify (touch) some parts of the image. Those parts would serve as inputs for the app. Example: eyes and lip in a face. We have built a desktop version of this app. The processing part is quite heavy and we extensively used BufferedImage class.
Should we use CodeNameOne for building this app? If not then what alternatives do you suggest?
Please consider the following factors:
- Performance
- Ease of writing the code (for image processing)