Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. middelbh

    Deinterlace Video

    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)...
  2. middelbh

    Comparing two picture boxes

    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...
  3. middelbh

    Comparing two picture boxes

    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
  4. middelbh

    Comparing two picture boxes

    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

Part and Inventory Search

Back
Top