Just as a tip for all Video/ Visual Basic enthousiasts: I found a VERY simple way to deinterlace video:
In fact its simple: stretchblt the interlaced picture into two pictures half the height, where stretchbltmode is 3!
Private Sub DeInterlace(picSRC, picDSTEven, picDSTOdd)...
hey all! thanks for your replies! In the meantime I developed some C++ dll which does the job. in order to overcome the problem as described with blue values, I have the dll first change the difference image (XORed images)into greyscales, and then check these values. Please check my website to...
Thanks Russell,
In fact that's what I tried (and indeed this is a working option!) I was interested to do it without the time consuming scanning using the picture1.point construction.
Hans
Hello
I am trying to find a way to compare a part of two pictureboxes in order to find out motion of an object between the two images.
Is there any other way than using point statement?
Hans
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.