transformation.decompose — Coupled Decomposition¶
The transformation.decompose module supports coupled decomposition of two images that seeks to recursively divide images into sub-images to support correspondence idenficiation with a smaller search space.
New in version 0.1.0.
- autocnet.transformation.decompose.coupled_decomposition(sdata, ddata, sorigin=(), dorigin=(), M=4, theta_steps=720, theta=None)[source]¶
Apply coupled decomposition to two 2d images.
- sdatandarray
(n,m) array of values to decompose
- ddatandarray
(j,k) array of values to decompose
- sorigintuple
in the form (x,y)
- dorigintuple
in the form (x,y)