Michael Hanke schrieb:
> Do you have more ideas?
>   
probably not really ... Here is what I would do for a start:

   1. Divide the frame (the two fields...) into 5 regions: Top-left,
      Top-right, Bottom-left, Bottom-right, Center. Let all these
      regions be blocks of 1/5th of the image-size (eg: if the image is
      640x480, then let a block be 128x96 pixels wide...)
   2. Find the best matching location for all of these blocks within a
      horizontal searching range of +/- 16 pixels between the two fields
      (SAD/SQD minimum)
   3. use the median of this five x-locations to correct for the
      displacement

cu
Stefan

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to