|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
de-interlacing algorithm required
i am in need of a image de-interlacing algorithm. Any suggestions?
|
|
#2
|
|||
|
|||
|
image de-interlacing is easy. if you have "progressive jpeg" or "interlaced gif". just re-sort the lines. (1,3,5....2,4,6 -> 1,2,3,4,5,6)
if you want to de-interlace a set of pictures (from an interlaced movie), here is "VirtualDub", a free minimal video-cutting program. it has a deinterlace-filter and is available in source-code, maybe you can get the algorithm from there. From my experience, WinDVD has the best de-interlacer i have ever seen. No idea how it works though...
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
Thanks!!
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Software Design > de-interlacing algorithm required |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|