Saturday, February 17, 2007

Moving on

A few weeks has past since my last post. The weeks has passed with incredible speed. In the coming week we will try to move my engine to a phone, having worked in an desktop environment. Will be interesting to benchmark on a much slower CPU.

So far I've implemented the ability to run pixel wise filters and support for kernel filters of different size. Some different effects combining the different filter types in a chain. The main target has been just implementing and not optimizing, which will be necessary before we move the code to a phone.

I've had my doubts on my coding- and problem solving ability but summarizing shows that I've still have produced a working filter engine with a few filters and learned a lot about the subject of image processing by reading different articles and forum posts.

It's fun and challenging!