Difference between revisions of "Talk:10359 DWT"
From ElphelWiki
Line 1: | Line 1: | ||
+ | ==2008/07/25== | ||
+ | |||
+ | 1. adjusted mcontr to read/write blocks to DDR | ||
+ | a. verified and corrected mistakes | ||
+ | |||
+ | TODO: adjust frame size more properly | ||
+ | |||
+ | |||
==2008/07/15== | ==2008/07/15== | ||
mcontr for block read/write is under work. | mcontr for block read/write is under work. |
Revision as of 05:27, 25 July 2008
2008/07/25
1. adjusted mcontr to read/write blocks to DDR
a. verified and corrected mistakes
TODO: adjust frame size more properly
2008/07/15
mcontr for block read/write is under work.
useful note:
1. SA[24:23]= Bank[1:0] 2. SA[22:10]= Row[12:0] 3. SA[9:0] = Col[9:0] 4. SA[12:8] - ...
2008/07/08
Basic 1D DWT for the whole frame is done. For each pixel in the Bayer Pattern should be calculated a separate DWT (because the difference can be significant?) - when I calculate mean value between neighbours (e.g., R & G) - the resulting picture is strange.