Application of the theory of the decomposition based on wavelets.
| Inputs | These 2 functions use 2 types of arguments:
To carry out a transform based on wavelets simply, the operation of filtering is used. Thus, for each wavelet, one creates 2 filters called (because of their spectrum) high-pass and low-pass. The high-pass filter gives access to the coefficients of the decomposition whereas the low-pass one produces the residue of decomposition. For more precision, it is better to consult the theory. |
| Outputs |
To each order, the residues (of low-pass) is placed at the top, on the left of the corresponding sub-image. The horizontal coefficients (left the high-pass filter) are at the top, on the right. The vertical coefficients are at the bottom, on the left. And the diagonal coefficients are at the bottom, on the right of each sub-image. Each sub-image is deduced starting from the residues of the last one. Example at the order (level) 2:
|
![]() Images of the coefficients to order 3, wavelet Daubechies. Each image comes from a different source, but the first two images are from the same iris. We can notice a similarity between the first 2 images, compared to the third. This similarity relates to relatively few information (surface\intensity). |
||
![]() Image of the coefficients to orders 1,2,3 and 4. Each line is a different image but from the same iris. There are some similarities at the order 2 (some vertical features, in the center and in bottom of the image) and a little more at order 3. |
||
|
In all the cases, we can notice the similarities of the decompositions
of the same iris. But they are not always very clear.
| Return | Synopsis | Continuation |