Hi , I want to remove a object from image in ios. just want to use the Matlab inpainting method to remove the object . Can anyone help to me, where i can get and how i can use this function in ios?

1 次查看(过去 30 天)
As We have an image in that image we have some unwanted objects. if i want to be remove these objects then how i can remove these. As i heard about "Matlab InPaint method" , how i can integrate this method with ios system. please provide me the approach for integration.

回答(2 个)

Image Analyst
Image Analyst 2015-11-20
As far as I know, functions such as regionfill() exist in the Image Processing Toolbox for all operating systems, so you should be good to go. Good luck.

Walter Roberson
Walter Roberson 2015-11-20
MATLAB does not run on iOS, so you need to have some way of connecting the iOS system with the system running MATLAB. Generally speaking, that can be done by having the iOS system form the connection to the system running MATLAB and sending commands and getting responses, or it can be done by the system running MATLAB contacting the iOS system and sending commands and getting responses.
A closely related situation is that it is possible to use iOS systems as IP cameras to send pictures or streaming videos to the MATLAB system that receives and processes them there (and does whatever with them but does not send them back.) This is probably the easiest of the situations to configure.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by