自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

huangkangying的专栏

Computer Vision

  • 博客(2)
  • 资源 (13)
  • 收藏
  • 关注

原创 TLC59108 arduino驱动示例

以下程序可以直接跑在arduino UNO开发板上: #include <Wire.h> #define HW_RESET_PIN 8 void test_i2c() { Wire.beginTransmission(0x48); Wire.write(0x00); Wire.write(0x01); byte x = Wire.endTransmi...

2019-02-28 17:47:41 945

转载 一步步看懂g2o代码

https://mp.weixin.qq.com/s?__biz=MzIxOTczOTM4NA==&mid=2247486858&idx=1&sn=ce458d5eb6b1ad11b065d71899e31a04&chksm=97d7e81da0a0610b1e3e12415b6de1501329920c3074ab5b48e759edbb33d264a73f1a9...

2019-02-21 19:06:31 2884 2

USB UVC + ACM Descriptor

UVC+ttyACM的设备描述符, UVC设备支持I420格式,两种设备在Win/Linux下都为免驱设备

2020-11-24

Ubuntu16.04 Kernel 4.15升级包

Ubuntu 16.04对Kernel升级包,下载后直接运行start.sh,傻瓜式安装,升级后可支持新的Intel 8700的graphic.

2019-10-31

tlc59108.zip

使用TLC59108可以驱动LED, 也可以用来驱动VCSEL激光器,该示例基于Arduino工程,可以直接运行。

2019-05-17

YouCompleteMe configuration file

The configuration file of YouCompleteMe Vim plugin. Please put it under you project folder.

2017-12-20

YouCompleteMe Windows下编译通过插件(可直接放在vundle下使用)

Windows下编译通过的YCM: python2.7, VS2015, 可直接放在vundle下使用。

2017-12-20

Windows C++ UART Library Demo (VS2015)

Windows C++ UART Library Demo 示例代码,亲测可用。文件中带VS2015工程,可以直接编译使用。

2017-06-22

USBasp 驱动安装程序(傻瓜式)

USBasp驱动安装程序,支持Win10 x64. 如果想要使用Arduino,请安装libusbK (v3.0.7.0)

2017-06-02

OpenCv ippicv 文件

OpenCv ippicv 文件, 解压后放在3rdparty文件夹下面即可

2017-04-07

Intel I-219V 网卡驱动

Intel I-219V 网卡驱动 源代码 Ubuntu 16.04编译通过

2017-04-07

pci local bus specification2.2 & 3.0

pci local bus specification 2.2 & 3.0

2009-10-31

空空如也

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

TA关注的人

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