1 / 7

An enhanced estimation: motion and rotation estimation

An enhanced estimation: motion and rotation estimation. SHAN-HSIANG SHEN. Motivation. Video encoding methods such as H.264 and MPEG use motion estimation to increase compression rate. Paste each blocks from some reference frame to create current frame.

brier
Download Presentation

An enhanced estimation: motion and rotation estimation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An enhanced estimation: motion and rotation estimation SHAN-HSIANG SHEN

  2. Motivation • Video encoding methods such as H.264 and MPEG use motion estimation to increase compression rate. • Paste each blocks from some reference frame to create current frame. • The more pixels can be matched, the more frame quality it can reach. • Not only motion, but rotation.

  3. Motion estimation Motion: Rotation:

  4. Rotation angles • How many angle we will estimate depends on the block size.

  5. Evaluation • Evaluation program with Java Media Framework (JMF) Video reader Motion and Rotation estimation Video Writer Motion vector and angle (SAD for each frame will be available here for evaluation)

  6. Evaluation • Test video : 4.24 second-short video with 108 frames including some rotation object. • Total SAD for each frame shows difference. Average SAD without rotation: 3812728 Average SAD with rotation: 3681778

  7. Conclusion • Motion and rotation estimation increase the number of pixel can be matched between current frame and reference frame. • SAD is improved but not so much. • The number of angle we estimation will be a trade-off between encoding time and performance.

More Related