Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cvastroalign-0.1.4.tar.gz | 2015-04-26 | 644.8 kB | |
Totals: 1 Item | 644.8 kB | 0 |
RELEASE NOTES CHANGES in this version: ------------------------ Removed dependencies of linux/types.h so you can try to compile in other platforms than linux. Some bug fixes... The wavelet filter has been replaced by a filter bank that does the same job, better and with a more understandable algorithm (inspired in the docs of registax software) Added a simple deconvolution filter (wiener) that helps in bad focused video captures Filter settings can be saved and restored later General settings are stored in a file when closing the program, so it remembers that settings in the next session -------------------------- INSTALL CVASTROALIGN -------------------------- You can download the source code from the source folder: - install libopencv-dev and libgtk2.0-dev - download the tarball - extract the contents of the package - run ./configure - run make - run make install or you can use one of the deb packages (at your own risk): ubuntu 14 - debian jessie ubuntu 12 you can create yourn own package for a different distro using the source debian package: - install autotools-dev libopencv-dev and libgtk2.0-dev - download the cvastroalign_0.1.4_deb-src.tar.gz - extract the contents of this tarball - go to the deb-src folder - run dpkg-source -x cvastroalign_0.1.4.dsc - go to cvastroalign-0.1.4 folder - run dpkg-buildpackage -rfakeroot -uc -b Note: libopencv and gtk2 must be installed before installing cvastroalign. You must install the dev packages of these libraries in order to compile the source code. ----------------------------- THANKS to: ----------------------------- Transcode developpers (i used the avilib code from there) Vladimir Yuzhikov for publishing the previous version of smart deblur 1.27 under gpl (i was inspired in his code for the wiener filter) Javier Garcia creating debian packages