Skip to content

Instantly share code, notes, and snippets.

View Ziggoto's full-sized avatar
🎯
Focusing

Fábio Theophilo Ziggoto

🎯
Focusing
  • Guidewire Software
  • Dublin, Ireland
  • X @Ziggoto
View GitHub Profile
@Ziggoto
Ziggoto / fechoconvexo.m
Last active August 15, 2018 18:04
Algoritimo de Fecho Convexo de imagens binárias
img = [
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 1 1 1 0 0 0 0 0;
0 0 0 1 1 1 1 1 0 0 0 0;
0 0 0 1 1 1 1 0 0 0 0 0;
0 0 0 0 0 1 1 0 1 0 0 0;
0 0 0 0 0 1 1 0 1 0 0 0;
0 0 0 0 0 1 1 1 0 0 0 0;
0 0 0 0 0 0 0 1 0 0 0 0;
0 0 0 0 0 0 0 1 0 0 0 0;