digitalmars.D.learn - Scale-Hierarchy on ndslice
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (5/5) Jan 12 2016 Have anybody been thinking about adding a scale-hierarchy
- Ilya Yaroshenko (3/8) Jan 13 2016 If you describe additional required features for ndslice, I will
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (3/5) Jan 13 2016 Ok, great. BTW: What is Mir?
- Ilya Yaroshenko (2/8) Jan 13 2016 https://github.com/DlangScience/mir --Ilya
- =?UTF-8?B?Tm9yZGzDtnc=?= (3/5) Jan 14 2016 Nice.
- jmh530 (2/4) Jan 13 2016 What is a scale-hierarchy structure?
- Timothee Cour via Digitalmars-d-learn (6/11) Jan 13 2016 https://en.wikipedia.org/wiki/Mipmap
- Ilya (8/23) Jan 13 2016 For example, interpolation algorithms like cubic can be
Have anybody been thinking about adding a scale-hierarchy structure on top of ndslice? I need this to implementing some cool signal/image processing algorithms in D. When processing an image this structure is called a Mipmap.
Jan 12 2016
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? I need this to implementing some cool signal/image processing algorithms in D. When processing an image this structure is called a Mipmap.If you describe additional required features for ndslice, I will think how they can be implemented in the Mir/Phobos. --Ilya
Jan 13 2016
On Wednesday, 13 January 2016 at 08:31:58 UTC, Ilya Yaroshenko wrote:If you describe additional required features for ndslice, I will think how they can be implemented in the Mir/Phobos. --IlyaOk, great. BTW: What is Mir?
Jan 13 2016
On Wednesday, 13 January 2016 at 18:09:06 UTC, Per Nordlöw wrote:On Wednesday, 13 January 2016 at 08:31:58 UTC, Ilya Yaroshenko wrote:https://github.com/DlangScience/mir --IlyaIf you describe additional required features for ndslice, I will think how they can be implemented in the Mir/Phobos. --IlyaOk, great. BTW: What is Mir?
Jan 13 2016
On Wednesday, 13 January 2016 at 18:35:29 UTC, Ilya Yaroshenko wrote:Nice.Ok, great. BTW: What is Mir?https://github.com/DlangScience/mir --Ilya
Jan 14 2016
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?
Jan 13 2016
On Wed, Jan 13, 2016 at 10:13 AM, jmh530 via Digitalmars-d-learn < digitalmars-d-learn puremagic.com> wrote:On Tuesday, 12 January 2016 at 21:48:39 UTC, Per Nordl=C3=B6w wrote: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)Have anybody been thinking about adding a scale-hierarchy structure on top of ndslice?What is a scale-hierarchy structure?
Jan 13 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 puremagic.com> wrote: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 --IlyaOn Tuesday, 12 January 2016 at 21:48:39 UTC, Per Nordlöw wrote: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)Have anybody been thinking about adding a scale-hierarchy structure on top of ndslice?What is a scale-hierarchy structure?
Jan 13 2016