Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DayongHN/Segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

QuadTree Segmentation C++ Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%