The FItIn algorithm is a binary convolution where addition and multiplication are replaced by XOR and AND, respectively.



Fractal properties of the o-pattern  iteration:

For i = 1 the original o-pattern can be seen.

For i = 2^n-1 we see again the starting points with different gray values corresponding to the arrangement in the the original o-pattern.

For i = 2^n steps (where n = 1, 2, ...) the o-pattern made of o-patterns made of o-patterns ... can be seen.


FItIn - algorithm in 2 dimensional space:

P1: starting image pattern, P2: fractal filter image pattern, P1' : resulting image pattern

repeat {

}


Application:

P2 can be a key for encryption. Any mapping (x2, y2) => (x2', y2') dependent on (x1, y1) can provide for additional encryption strength. The strength increases with the number of iterations. The encryption can be applied partially in the image.


FItIn - algorithm in n dimensional space:

P1: starting image pattern, P2: fractal filter image pattern, P1' : resulting image pattern

repeat {

}



 Copyright by Bernd Binder 1997