1 / 12

ECE 191: Winter 2009 Group 7: Multi-Purpose Community Content and Display System

almira
Download Presentation

ECE 191: Winter 2009 Group 7: Multi-Purpose Community Content and Display System

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. ECE 191: Winter 2009 Group 7: Multi-Purpose Community Content and Display System 1

    2. 2

    3. Gantt Chart 3

    4. Town and Country Center 4

    5. Technical Content: Upscaling Algorithm 5

    6. Technical Content: Imresize (Courtesy of Mathworks) For each output pixel, we'll be forming a weighted average of multiple input pixels block_size = 15; for m = 1:block_size:M for p = 1:block_size:P mm = m:(min(m + block_size - 1, M)); pp = p:(min(p + block_size - 1, P)); block = in(mm, :, pp); block = permute(block, [2 1 3]); block = resizeColumns(block, weights, indices); out(mm, :, pp) = ipermute(block, [2 1 3]); End 6

    7. Technical Content: Equipment 7

    8. Technical Content: Pyramidal Tiled Images 8

    9. VIPS 9

    10. Tasks Completed 10

    11. Goals for Next Week 11

    12. Q & A 12

More Related