zoukankan      html  css  js  c++  java
  • OpenCV Haartraining

    opencv_haartraining.exe -data xml -vec pos.vec -bg neg/neg.txt -w 20 -h 20 -mem 144
    
    opencv_haartraining.exe -data xml/ -vec pos.vec -bg neg/neg.txt -nstages 4 -nsplits 1 -minhitrate 0.999 -maxfalsealarm 0.5 -npos 20 -nneg 50 -w 20 -h 20 -mem 1024 -eqw 1 -mode all -bt GAB -minpos 10
    
    opencv_haartraining.exe -data xml/ -vec pos.vec -bg neg/neg.txt -nstages 10 -nsplits 2 -minhitrate 0.999 -maxfalsealarm 0.5 -npos 15 -nneg 4 -w 20 -h 20 -mem 1024 -eqw 1 -mode all
    
    opencv_haartraining.exe -data C:C_ProjectHandTrainingHaar2xml -vec C:C_ProjectHandTrainingHaar2pos.vec -bg C:C_ProjectHandTrainingHaar2
    eg
    eg.txt -npos 15 -nneg 10 -nsplits 2 -mem 1024 -nonsym -w 20 -h 20 -minpos 10 -nstages 4
    
    
    opencv_traincascade.exe –size="20*20" xml haarcascade.xml
    
    
    opencv_traincascade.exe -data xml -vec pos.vec -bg neg/neg.txt -nstages 10 -nsplits 1 -minhitrate 0.988 -maxfalsealarm 0.5 -npos 20 -nneg 50 -w 20 -h 20 -mem 1024 -mode all 
    
    opencv_traincascade.exe -data xml -vec pos.vec -bg neg/neg.txt -numPos 20 -numNeg 50 -numStages 16 -w 20 -h 20 -mem 1024
    
    opencv_traincascade.exe -data xml -vec pos.vec -bg neg/neg.txt -numPos 100 -numNeg 274 -featureType haar -w 20 -h 20 -numStages 20
    
    opencv_createsamples.exe -vec pos.vec -info pos/pos.txt -w 30 -h 30 -num 35
    274
    
    opencv_haartraining.exe -data xml/ -vec pos.vec -bg neg/neg.txt -nstages 12 -nsplits 2 -minhitrate 0.999 -maxfalsealarm 0.5 -npos 35 -nneg 139 -w 30 -h 30 -mem 2048 -eqw 1 -mode all
    
    
    opencv_createsamples.exe -info name763.dat -vec zhengmian_763.vec -num 763 -w 50 -h 55
    
    opencv_traincascade.exe -data DATAHOG -vec 763.vec -bg negname.dat -numPos 700 -numNeg 2100 -featureType HOG -w 50 -h 55 -numStages 20
    
    
    
    opencv_traincascade.exe -data xml -vec pos.vec -bg neg/neg.txt -numPos 100 -numNeg 274 -featureType Haar -w 20 -h 20 -numStages 20
    
    opencv_createsamples.exe -vec pos.vec -info pos/pos.txt -w 20 -h 20 -num 20
    
  • 相关阅读:
    Java基础加强-内部类及代理
    金额货币转换函数
    SAP ABAP exporting list to memory ...SUBMIT 程序传输屏幕参数
    得到时间戳的函数
    alv行可编辑时带出描述
    ALV编辑行内容有改变时候操作
    ALV判断修改后是否有不合法数据,有则选中错误行,高亮度显示。
    数据字典的QUAN DEC类型与ABAP P型转换
    屏幕编程 F4的帮组用法
    read table 时关键字TRANSPORTING NO FIELDS的用法
  • 原文地址:https://www.cnblogs.com/mypsq/p/5916050.html
Copyright © 2011-2022 走看看