Skip to content

This method can search gray image to find all connected component

Notifications You must be signed in to change notification settings

blueyi/FindIceBlock

Repository files navigation

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

About

This method can search gray image to find all connected component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages