| | Software to merge video frames to obtain higher quality stills? Richard Franks
|
| | I got a cheap webcam (~$60), and it is okay, but a bit grainy. I just want to take still pictures of LEGO, so I reckon that it should be possible to take X frames a second and merge them into one, eliminating the grain and getting a nice clear (...) (25 years ago, 10-Apr-00, to lugnet.publish)
|
| | |
| | | | Re: Software to merge video frames to obtain higher quality stills? Fredrik Glöckner
|
| | | | (...) I'm not sure what you mean by "merge", but if you mean take the average of a series of images, this can be done with Image Magick. The command line tool "convert" can be used like this: % convert -average input1.png input2.png ... inputn.png (...) (25 years ago, 11-Apr-00, to lugnet.publish)
|
| | | | |
| | | | | | Re: Software to merge video frames to obtain higher quality stills? Richard Franks
|
| | | | (...) Thanks - I'll give it a try! I think what I'm after is something a bit smarter - that expects to find random 'grain' and filters it out. Assuming that if you have 10 frames (taken successively of a static scene with stable lighting), each with (...) (25 years ago, 12-Apr-00, to lugnet.publish)
|
| | | | |
| | | | | | Re: Software to merge video frames to obtain higher quality stills? Dan Boger
|
| | | | (...) well, averaging under those conditions will probably be the easiest and a very good way of going at it. If you're really trying to go overboard, it's not that hard to write a matlab program to filter out single pixle noise, using a simple 3x3 (...) (25 years ago, 12-Apr-00, to lugnet.publish)
|
| | | | |