yhjo09 / SR-LUT

173 stars 27 forks source link

Why Ours-V lut size is 1MB in table 5? #17

Open oneTaken opened 1 year ago

oneTaken commented 1 year ago

it's kernel size si smaller than A, why it's lut size is obviously larger than A?

lut_size

yhjo09 commented 1 year ago

Hi. This is because of the sampling size. Ours-V: stores all sampling points (2^8). A and the others: only store 17 sampling points.

On Wed, Aug 30, 2023 at 11:51 AM oneTaken @.***> wrote:

it's kernel size si smaller than A, why it's lut size is obviously larger than A?

[image: lut_size] https://user-images.githubusercontent.com/18045872/264212917-1a66ae98-372e-4efc-8d0a-2bbf259b83db.jpg

— Reply to this email directly, view it on GitHub https://github.com/yhjo09/SR-LUT/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFT6UUO7V5RRU6USS4PDMLXX2TB7ANCNFSM6AAAAAA4D2PVEQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

oneTaken commented 1 year ago

Oh.... I got it , thanks for your kind reply.