Skip to content

This repository contains code for identifying number of straws in a given image. The same code can further be modified to count other circular things, such as wood logs.

Notifications You must be signed in to change notification settings

bansii1/ObjectCounting

Repository files navigation

Object Counting

This repository contains code for identifying number of straws from a given image. The same code can further be modified to count other circular things, such as wood logs.

Two methods are used here,

  • Edge detection followed by morphological operations
  • Trained CNN classifier using custom data

I trained classifier only for learning purpose. Basic image processing steps give better result in this problem.

Input Image

Output Image

About

This repository contains code for identifying number of straws in a given image. The same code can further be modified to count other circular things, such as wood logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages