-
利用opencv进行双目视觉Harris角点检测
利用opencv进行双目视觉Harris角点检测,角点个数可以通过改变参数来控制,实现平台是VS2013+opencv2.4.9,亲测有效,希望对各位的学习生活带来帮助。
- 2022-03-23 22:48:20下载
- 积分:1
-
基于MFC的视频图像获取
采用MFC特有的VFW类实现对电脑摄像头和USB摄像头信息的读取
- 2022-02-19 22:53:31下载
- 积分:1
-
itpp-4.3.1
IT++ is a C++ library of mathematical, signal processing and communication routines.
- 2015-04-20 11:27:40下载
- 积分:1
-
IPv6环境下企业网的构筑及安全策略探讨_韩磊
IPv6 network construction
- 2020-06-20 21:40:02下载
- 积分:1
-
BufferRing
说明: Buffer Ring Test application
- 2020-02-21 19:23:30下载
- 积分:1
-
lsm6dsl
lsm6dsl基于stm32f407的开发,详细代码,
/* Includes ------------------------------------------------------------------*/
#include "lsm6dsl.h"
#include "spi.h"
#include "usart.h"
#include "delay.h"
#include
//³õʼ»¯LSM6DSLµÄIO¿Ú
void LSM6DSL_Init(void)
{
uint8_t Device_ID;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);//ʹÄÜGPIOGʱÖÓ
//GPIOI7ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_100MHz;//100MHz
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStructure);//³õʼ»¯PG7
LSM6DSL_SPI_Init();
- 2022-02-16 01:20:43下载
- 积分:1
-
DiskRW
Usage: dumprom [options] imagefile [offset [imagefile offset ...]]
-d <dirpath> - save found files/modules to this path
-v - verbose : print alignment, struct contents
-q - quiet : don t print anything
-n - don t use negative rva fix
-u <ofs>L<len>:desc - add user defined memory regions to complete image
-x <offset> - process XIP chain at offset
-i <offset> - specifiy image start offset
-3 - use wince3.x decompression
-4 - use wince4.x decompression [ default ]
-5 - use wince4.x decompress, and e32rom for wm2005(Usage: dumprom [options] imagefile [offset [imagefile offset ...]]
-d <dirpath> - save found files/modules to this path
-v - verbose : print alignment, struct contents
-q - quiet : don t print anything
-n - don t use negative rva fix
-u <ofs>L<len>:desc - add user defined memory regions to complete image
-x <offset> - process XIP chain at offset
-i <offset> - specifiy image start offset
-3 - use wince3.x decompression
-4 - use wince4.x decompression [ default ]
-5 - use wince4.x decompress, and e32rom for wm2005)
- 2009-11-21 09:32:32下载
- 积分:1
-
HC_sdk
海康威视客户端SDK(以下简称“客户端SDK”)是海康威视嵌入式网络硬盘录像机、视频服务器、IP设备的配套产品,用于设备远程访问及远程控制软件的开发,适用于以下产品型号:
客户端SDK主要功能:
图像预览、文件回放和下载、云台控制、布防/撤防、语音对讲、日志管理、解码卡.
远程升级、远程重启/关闭、格式化硬盘、参数配置(系统配置、通道配置、串口配置、报警配置、用户配置)等.
(Hikvision client SDK (hereinafter referred to as " client SDK) Hikvision embedded network hard disk video recorders, video servers, IP devices and accessory products for device remote access and remote control software, for Product Model: DS-90xx hybrid DVR DS-80xx, the DS-70xx, the DS-71xx, DS-72xx DVR DS-60xx, DS-61xx video server, encoder/decoder, IP devices, including IP blocks, IP camera (hereinafter referred to as the " IPC" ), IP fast ball, and other client SDK main features: image preview, playback and download files, PTZ control, arm/disarm, voice intercom, log management, decoder card remote upgrade, remote reboot/off, format the hard disk parameter configuration (system configuration, channel configuration, the serial port configuration, alarm configuration, user configuration))
- 2012-07-19 20:42:17下载
- 积分:1
-
Web-References
MEESAGER WITH THE WEB SERVICES
- 2013-10-07 13:19:39下载
- 积分:1
-
ATSHA204A加密芯片资料
说明: ATSHA204A加密芯片详细使用方法!(ATSHA204A encryption chip detailed use method!)
- 2019-01-19 15:05:28下载
- 积分:1