I am currently solving a computer vision/image processing riddle, where my result is an array with a specific size, with entries being 1 or multiples of 2 up to a value of 128. Basically, I have an array, say with size 145 (could be anything), with entries being either 1, 2, 4, 8, 16, 32, 64 or 128. Is there anything related to computer vision/image processing, where a structure like this occurs/is useful?
Thanks.
↧