Skip to content

AICVHub/seal_seg_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typora-root-url
imgs

Seal Segmentation Based on Python OpenCV

中文说明见:READM_ZH-CN.md

Utilizing computer vision and machine learning technologies, this process automates the extraction of seals through color clustering and image processing techniques.

Usage:

python main.py --help
usage: main.py [-h] [--input_dir INPUT_DIR] [--output_dir OUTPUT_DIR]

Batch extract seals with dominant color from images.

optional arguments:
  -h, --help            show this help message and exit
  --input_dir INPUT_DIR
                        Path to the folder containing input images.
  --output_dir OUTPUT_DIR
                        Path to the folder for saving output images.

Example:

python main.py --input_dir path_to_your_input_dir --output_dir path_to_your_output_dir

About

pyhon opencv seal seg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages