Hi All,
I'm happy to joint the PI community.
I'm learning how to use PI for Multiscale processing.
I'm having a simple problem that is driving me crazy.
Let's say I have an image "I".
I use wavelets to extract the 128 pixel level I call this I_L (Large)
I calculate I_S = I - I_L
And I have also the small details.
If I do I_S + I_L I get the original image "I", eveything is fine.
But now I want to decompose I_L into two images too
so I use wavelets to extract the 128 pixel level from I_L and I call this I_VL (very large)
I calculate I_LS = I_L - I_VL
but now if I do I_LS + I_VL the result is not I_L, it is different.
So I decompose one image into two levels but I can decompose one of the levels into sub-levels.
So my questions are:
1) Why is this happening and what am I doing wrong?
2) How can I do what I want to do? (Decompose an image in 3 levels that added will result in the original image)
Thanks a lot for your help!
Luis