自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (2)
  • 收藏
  • 关注

空空如也

one_class SVM Demo.zip

One-Class SVM(一分类支持向量机),vs版本 如果出现全-1 0 1的情况,且秒出训练(没有出现省略号)的同学,应该是代码有误,可对比参考; 文中使用boost库拆分文字,无boost库的同学可以自己修改一下 If there is all return - 1,0,1 . and the second training (no ellipses) , should be the wrong code, can be compared to the reference; In this , use the boost library split text, no boost library can change it

2021-06-29

c++ BMP转BGR BMP提取位图

c++ BMP格式图片.不用使用opencv等库,提取,转化为BGR. struct Piexl24 { unsigned char blue; unsigned char green; unsigned char red; };

2018-12-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除