mtli / FastFloodFill

A fast flood fill implementation for MATLAB matricies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastFloodFill

A fast flood fill implementation for MATLAB matricies

  • based on stacked scan lines
  • almost all filled pixels are visited just once
  • optimized for MATLAB's matrix layout

About

A fast flood fill implementation for MATLAB matricies

License:MIT License


Languages

Language:C++ 68.0%Language:MATLAB 32.0%