zoom_x2_3D.m

E. Koenig, 08/04/2010

Augmentation of information of a 3D field by a factor 2.

Contents

References

[1] Koenig, E., Chainais, P.: Virtual resolution enhancement of scale invariant textured images using stochastic processes, Proceedings of ICIP 2009 (2009)

[2] Chainais, P.: Infinitely divisible cascades to model the statistics of natural images, IEEE Trans. on P.A.M.I. 29(12), 2105-2119 (2007)

Description

The size of the initial field is multiplied by two while new small scale information is added below the initial voxel resolution. The initial 3D field is supposed to be scale invariant with known scale invariance parameters. Furthermore, it can be modelized by a 3D compound Poisson cascade (CPC) [2].

This field is seen as an integrated 3D CPC modified in variance by alpha and in mean by I_0:

The high resolution field must have the same scale invariance properties as the initial field but on a larger range of scales. The new information added must be scale invariant. It is created by the stochastic model of CPC [2].

The augmentation method is divided into 5 parts:

For more information on this method see [1].

Needs the functions:

Use

[I_aug, seed_out] = zoom_x2_3D(I, law, param, H, alpha_ref, I_0_ref, seed_in);

Inputs

        - 1: log-normal
        - 2: exponential
        - 3: log-Poisson

Outputs

Example

For a complete example of use, see the test program test_zoom_3D.