QuadTree Segmentation Author : Bingyang Liu Used queue to implement QuadTree structure. Every leaf node of the tree stored the rectangle image. When the difference of maximum value and minimum value beyond threshold. Put the node into queue to wait for split.