Demosaicking Approach in C

This week, I had been spending time searching on way to test the demosaic algorithm. I did a misunderstanding on previous week, that there is a process between the image sensor output and raw image. The Raw image is directly the output from the image sensor output itself. Well, I could Read more…

Authentication with Wt and OAuth2

As I am progressing, the goal seems to be getting clearer and closer but yet not reachable. My main focus is to enable saving/updating/deleting of files while working on one’s projects. So far my authentication functions smoothly. I am to retrieve access tokens in exchange of the request token in Read more…