| Home | Photography / Gallery | Computers | Investment | Links |
Programming and Algorithm tips & trickI will share some algorithm (not source code) that I learnt from the IOI training here. For new IT/CS students, you will need to think in a computer's way to to be able to understand computer. If you have some problem in learning computer, please feel free to contact me and I'll help you to understand computer, but please don't ask me to do your assignment! Digital Image StabiliserAlgorithm concept for real Digital Image Stabiliser for digital camera. Digital camera's sensor receives photon from light. The brighter the light, the more photon will be received in a given moment. On the darkness, there will be less photon available, so photographer uses slow shutter to put more photon to the sensor, which without tripod result in blurry images. The core of this trick is by using multiple fast exposure to get the same amount of photon with single slow exposure. Then combine the shots together using pattern matching algorithm to get it aligned properly. When done properly, this will result in almost the same shot with single long exposure, but much sharper. To proof this technique, you can try to shot dark scene at fast shutter. Then align the image and combine it using add function manually in Corel/Photoshop. This will result in a supersharp image with good exposure. My idea is to do it automatically in digital camera's firmware. You can see this example below to have a better idea
Advangate
At what costs?
|