From: Ameya on
Hi,
I am working on a project which is based on object removal and region filling, where in a user will be asked to select a part of the image, then that part of the image will be removed and the background of that part will be constructed.
I am currently planning to use imfreehanddraw function of matlab for region selection.
I have the following issues:
1) I want the area removed by the user to be filled with a particular color.( For ex Green color)
2) Any simple algorithm for reconstructing the background.
Like the roipoly function does in Matlab 7.
From: Ameya on
Hi,
can anyone help me on this ??
I am able to use imfreehanddraw now.
I need help on filling the region.