登录
首页 » C# » EmguCV.Sample

EmguCV.Sample

于 2018-01-06 发布 文件大小:7765KB
0 114
下载积分: 1 下载次数: 1

代码说明:

  使用opencv,切割成256*256的瓦片,并保存openlayer支持的目录下。(Use opencv, cut into 256*256 tiles, and save the directory supported by openlayer.)

文件列表:

EmguCV.Sample\.vs\EmguCV.Sample\v15\.suo, 88064 , 2017-12-06
EmguCV.Sample\.vs\EmguCV.Sample\v15\Server\sqlite3\db.lock, 0 , 2017-11-10
EmguCV.Sample\.vs\EmguCV.Sample\v15\Server\sqlite3\storage.ide, 569344 , 2017-12-06
EmguCV.Sample\.vs\EmguCV.Sample\v15\Server\sqlite3\storage.ide-shm, 32768 , 2018-01-03
EmguCV.Sample\.vs\EmguCV.Sample\v15\Server\sqlite3\storage.ide-wal, 4152 , 2018-01-03
EmguCV.Sample\EmguCV.Sample\App.config, 189 , 2017-11-10
EmguCV.Sample\EmguCV.Sample\dlls\evr.dll, 630272 , 2010-11-21
EmguCV.Sample\EmguCV.Sample\dlls\mf.dll, 4120064 , 2010-11-21
EmguCV.Sample\EmguCV.Sample\dlls\mfplat.dll, 430592 , 2009-07-14
EmguCV.Sample\EmguCV.Sample\dlls\mfreadwrite.dll, 257024 , 2010-11-21
EmguCV.Sample\EmguCV.Sample\dlls\wmdrmsdk.dll, 781312 , 2010-11-21
EmguCV.Sample\EmguCV.Sample\EmguCV.Sample.csproj, 4626 , 2017-12-06
EmguCV.Sample\EmguCV.Sample\Position.cs, 883 , 2017-11-30
EmguCV.Sample\EmguCV.Sample\Program.cs, 20721 , 2017-12-06
EmguCV.Sample\EmguCV.Sample\Properties\AssemblyInfo.cs, 1324 , 2017-11-10
EmguCV.Sample\EmguCV.Sample.psess, 3305 , 2017-11-30
EmguCV.Sample\EmguCV.Sample.sln, 1941 , 2017-12-06
EmguCV.Sample\EmguCV.Sample.sln.DotSettings.user, 545 , 2017-11-10
EmguCV.Sample\EmguCV.Sample171130.vspx, 5928549 , 2017-11-30
EmguCV.Sample\.vs\EmguCV.Sample\v15\Server\sqlite3, 0 , 2018-01-03
EmguCV.Sample\.vs\EmguCV.Sample\v15\Server, 0 , 2017-11-10
EmguCV.Sample\.vs\EmguCV.Sample\v15, 0 , 2017-11-10
EmguCV.Sample\.vs\EmguCV.Sample, 0 , 2017-11-10
EmguCV.Sample\EmguCV.Sample\dlls, 0 , 2017-12-04
EmguCV.Sample\EmguCV.Sample\Properties, 0 , 2017-11-10
EmguCV.Sample\.vs, 0 , 2017-11-10
EmguCV.Sample\EmguCV.Sample, 0 , 2018-01-06
EmguCV.Sample, 0 , 2017-11-30

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

发表评论

0 个回复

  • SpliterWnd
    spliter实现窗口切分功能,多个视图共同显示。(spliter achieve segmentation window function, multiple views of a common display.)
    2010-12-13 23:11:19下载
    积分:1
  • vector
    说明:  用c语言实现电机仿真-基于恒定磁链的转子磁链控制。(Using c language realize electrical simulation- based on a constant flux of the rotor flux control.)
    2008-09-22 16:00:20下载
    积分:1
  • 0904210213
    霍夫曼编码的C++实现,输入一组字符串,输出每个字符的编码及整个字符串的霍夫曼编码。(realization of Huffman coding using VC++)
    2012-04-15 20:52:45下载
    积分:1
  • buck闭环PI控制
    BUCK电路闭环实现PI控制,输入电压或负载变化时保持输出电压不变(BUCK circuit closed loop to achieve PI control, input voltage or load changes, keep the output voltage unchanged)
    2020-07-04 16:20:02下载
    积分:1
  • h51
    实现了H5电路仿真,闭环设计,仿真效果良好。(H5 circuit simulation to achieve a closed-loop design, simulation, to good effect.)
    2014-05-12 11:46:48下载
    积分:1
  • tuxingsuanfa1
    又来了~~继上次之后的又一重磅出击,本程序也是图形填充(Here we go again ~ ~ Following the last after another heavy attack, the process is filled with graphics)
    2007-12-06 09:11:04下载
    积分:1
  • myStepMotor
    说明:  使用proteus搭建的基于51单片机的步进电机控制系统,软件部分使用keil,C语言(The stepper motor control system based on 51 single chip microcomputer is built by Proteus and programmed with keil c language)
    2020-07-08 17:32:50下载
    积分:1
  • C++日志操作类
    用C++简单封装的一个写日志的类,方便于跟踪程序,查找问题。 采用C++代码,适用多字节项目,使用简单方便。 在头文件中定义了一些实用宏,如定义了写日志的宏,要向关闭写日志的功能,只需将这样的宏定义为空即可。 头文件部分代码如下: class CSimpleLog { public: CSimpleLog(char *path); ~CSimpleLog(); bool writelog(char *pmsg); bool writelogx(char *format,...); static bool write(char *path,char *info); static bool writex(char * path,char * info,...); private: //DWORD time; std::string last_msg; FILE *file; //日志文件 int msg_dup_count; bool isopen; }; #ifndef THIS_WRITELOG #define THIS_WRITELOG(s) pThis->m_log.writelog(s) #endif #ifndef WRITELOG #define WRITELOG(s) m_log.writelog(s) #endif #ifndef THIS_WRITELOG_  #define THIS_WRITELOG_(s) pThis->m_log.writelog(s); #endif #ifndef WRITELOG_ #define W
    2022-02-09 22:03:10下载
    积分:1
  • MyMultiView
    书本实例,我做了好几个钟头,我相信大多数学生还需要它,浩强 铁道出版社 2008(Book examples, I did a couple of hours, I believe that most students need it, and Hao Qiang Railway Press, 2008)
    2010-11-28 16:17:47下载
    积分:1
  • 第二章_ArcGIS_Engine中的控件
    ArcGIS_Engine中的二次开发常用控件使用介绍(Introduction of controls in ArcGIS_Engine)
    2017-11-20 16:57:48下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载