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 (142 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (541 stars)
PR merge metrics
 (No merged PRs in 30d)

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