JuliaImages/Images.jl

Add findContours and related functions to the lib

Open

#859 opened on Jan 9, 2020

View on GitHub
 (15 comments) (0 reactions) (0 assignees)Julia (541 stars) (142 forks)batch import
enhancementhelp wanted

Description

Please add to the library similar functions existed in opencv "Structural Analysis and Shape Descriptors" to manipulate with contours:

  • findContours
  • boundingRect
  • contourArea
  • moments
  • etc

Contributor guide