pyaesthetics.quadtreedecompositionΒΆ

This file contains a class and functions to perform a Quadratic Tree decomposition of an image and to visually inspect it.

Created on Mon Apr 16 11:49:45 2018 Last edited on Fri Aug 2 11:46:24 2024

@author: Giulio Gabrieli (gack94@gmail.com)

Functions

closest_common_divisor

Find the common divisor of n and m that is closest to k.

common_divisors

Find all common divisors of n and m.

Classes

quadTree

This class performs a QuadTree decomposition of an image.