Scale-Hierarchy on ndslice
Ilya via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jan 13 16:42:17 PST 2016
On Wednesday, 13 January 2016 at 20:11:55 UTC, Timothee Cour
wrote:
> On Wed, Jan 13, 2016 at 10:13 AM, jmh530 via
> Digitalmars-d-learn < digitalmars-d-learn at puremagic.com> wrote:
>
>> On Tuesday, 12 January 2016 at 21:48:39 UTC, Per Nordlöw wrote:
>>
>>> Have anybody been thinking about adding a scale-hierarchy
>>> structure on top of ndslice?
>>>
>>
>> What is a scale-hierarchy structure?
>>
>
> https://en.wikipedia.org/wiki/Mipmap
>
> but isn't it out of scope?
> Looks like it would belong more to an image processing library
> (building on
> top of ndslice)
For example, interpolation algorithms like cubic can be
generalized. They can be used in physics. In addition,
interpolation can be lazy.
https://en.wikipedia.org/wiki/Bicubic_interpolation
https://en.wikipedia.org/wiki/Tricubic_interpolation
--Ilya
More information about the Digitalmars-d-learn
mailing list