Skip to content

iliaivanov/clam-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clam detector

This script was inspired by my family travel to Italy. I collected lots of beautiful clams on the beach and got an idea to create a sorta board with these shells ordered by size. Measuring them manually was too "dirty", so that's how this script was created :)

Usage

  1. Clone project git clone git@github.com:iliaivanov/clam-detector.git.
  2. Install required Python libraries (argparse, imutils, cv2).
  3. Copy your images to the desired directory inside the project (you can replace existing images in clam_shelter directory and use it, or create your own).
  4. Execute script.

Parameters:

  • -d Clams directory to look images from.
  • -v Eather display clam image or not (true, false)? Clams will be displayed desc. Defaul false.

python3 order_clams.py -d clam_shelter -v true

About

Simple script to sort clams by their area

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages