登录
首页 » C++ » openCV中的HOG+SVM分类举例(里面有注释各种参数的含义)

openCV中的HOG+SVM分类举例(里面有注释各种参数的含义)

于 2022-01-26 发布 文件大小:15.85 MB
0 150
下载积分: 2 下载次数: 1

代码说明:

资源描述里面详细介绍了openCV封装的SVM个参数的含义,参数调节举例在很多网页上都查找不到。很多都是本人测试得出的参数调节的结论

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PlayerBak
    C#编写的功能播放器。是别人的写的。但很好用,实现了许多格式的播放。(Functions written in C# player. Was written by someone else. However, useful, to achieve a number of formats playback.)
    2010-03-15 09:14:03下载
    积分:1
  • DHT11-STM8-OLED温湿度计程序
    基于STM8的DHT11温湿度计,单总线通讯(DHT11 Thermometer and Humidimeter Based on STM8, Single Bus Communication)
    2020-06-18 02:40:02下载
    积分:1
  • scoket 通信服务器端代码
    这是socket通信编程的服务器端代码!也是下载的别人的
    2022-07-22 03:55:29下载
    积分:1
  • 1.点亮LED灯
    说明:  单片机小车,点亮小车的LED灯,等一系列的功能,希望大家好用。(Microcontroller car, car lighting LED lights, and a series of functions, I hope we use.)
    2020-06-16 00:40:01下载
    积分:1
  • md5加密c++跨平台
    md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){  context->count[0] = 0;  context->count[1] = 0;  context->state[0] = 0x67452301;  context->state[1] = 0xEFCDAB89;  context->state[2] = 0x98BADCFE;  context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){  unsigned int i = 0;  unsigned int index = 0;  unsigned int partlen = 0;  index = (context->count[0] >> 3) & 0x3F;  partlen = 64 - index;  context->count[0] += inputlen count[0] < (inputlen count[1]++;  context->count[1] += inputlen >> 29;  if(inputlen >= partlen)  {  &n
    2022-01-22 14:33:35下载
    积分:1
  • stack100
    用栈的思想实现的简易计算器,可直接输入表达式,然后自动计算结果(Ideology with a stack of simple calculator, you can directly enter an expression, then automatically calculated)
    2016-06-02 11:23:08下载
    积分:1
  • 19
    说明:  对图像进行中值滤波,去除噪声,并与原图像进行比较(Median filter on the image to remove noise, compared with the original image)
    2011-04-09 19:28:58下载
    积分:1
  • wince
    wince 开发环境的搭建步骤与教程。。(wince development environment to build steps and tutorials)
    2012-08-17 11:09:53下载
    积分:1
  • 交通灯
    基于51单片机的交通三色灯的设计与操作控制(Design and control of traffic light based on 51 single chip microcomputer)
    2018-04-15 22:37:37下载
    积分:1
  • shopping-question
    实现超市中排队购物用时最短,是计算机算法设计与分析中的一道题。自己写的程序,原创!(Achieve queued supermarket shopping with the shortest, is a question in the design and analysis of computer algorithms. Write their own procedures, original!)
    2012-08-18 11:01:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载