Ever since I graduated I always wanted to rewrite my final project application that I wrote for my graduation. The application was a very simple image processing application. It implemented the Exemplar-based image Inpainting. Although it was a simple application but I think the implemented algorithm is so damn interesting. The application lets the user choose an image and a part or object that user wanted to remove, and the application with some unique algorithm do the “magic”, regenerating those empty part that being left by the object that being removed. The result will be just like a background of the image. Burrrb… enough already with the geeky explanations… I’ll just show you the example:
Input:
Result:
I got this interesting topic from a friend of mine, than the introduced me to his friend who’re working on it for final project for his graduation. Thanks to him because of his help, I managed to finish it and graduated
Alright, let’s back to the
As I mentioned, I want to rewrite the application to the .NET technology. To make it look more
As you all can see… the front end for this application is going to use Silverlight 2.0 technology, and it will consume a WCF Service. The service will process the image based on the user input and then send back to the client to display the result.
There are some obstacles for developing this application. Apart from the issue of learning curve to get familiar to those new technologies, here are the issues that currently I have in mind…
- • On the front end,
I haven’t seen any component that helps the development of the image processing application, such as: “marching ants” selection tools. If I have to write this tools by myself, for sure it will take a lot of time… :P - • On the back end,
Finding a free web hosting that support Silverlight and WCF service isn’t that easy. I quick browse on the net and found these two options. Aspspider offers free hosting for 6 months trial only. And for the silverlight.live.com, I’m not so sure if it supports the WCF service
I wish that those obstacles do not make my spirit down, to start working on this pet project.
Any information, suggestion or even comment that can help me to finalize this pet project is positively welcome.