cascade-classifier-trainer:使用Haar功能为AdaBoost训练OpenCV级联分类器的脚本

时间:2024-06-10 03:27:49
【文件属性】:

文件名称:cascade-classifier-trainer:使用Haar功能为AdaBoost训练OpenCV级联分类器的脚本

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-10 03:27:49

Python

训练OpenCV级联分类器 目录结构 . ├─ pos (positive samples database containing .jpg images) │ └── ... ├─ positive (selected positive samples) │ └── ... ├─ random (random images to generate negative samples with) │ └── ... ├─ negative (generated negative samples) │ └── ... ├─ classifier (directory to hold trained classifiers) │ └── ... ├─ list_pos.py (script to generate data for vec files ) ├─ get_ne


【文件预览】:
cascade-classifier-trainer-master
----.gitignore(83B)
----list.sh(1KB)
----get_negative.py(2KB)
----README.md(2KB)
----list_pos.py(885B)

网友评论