Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 386 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 386 Bytes

FindIceBlock

This method can search gray image to find all connected component, and it can give every connected component an unique mark Feature:

    1. Don't use recursion, so maybe it can handle any size of image in theory
    1. Search quickly by optimized search function, of course you may further optimize the algorithm
    1. Search 8 direction to determin the connected component