-
connectprocess
在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c++版的,但是其内部一些代码基本没有动它。(An integral part of the part of the image, the image of people look one can see in image processing, often encounter, but it is the internal cause disconnected due to a variety of small gap, so that the computer " eye " is considered to be disconnected in order to adapt to the human eye feeling image, you need to connect these gaps and disconnect the mouth up, which requires domain processing techniques used in computer graphics connectivity. This paper presents a simple connected domain processing function, this function is of course from Learning OpenCV OpenCV famous tutorial, but its interface is based on the c version of OpenCV, and so far OpenCV based on C++ interfaces has been the mainstream, so I interface into a c++ version, but some of its internal code basically did not move it.)
- 2021-03-07 22:29:29下载
- 积分:1
-
PCI9052
说明: PCI9052光盘资料,内涵驱动程序,数据手册,英用程序,电路图(PCI9052 CD-ROM, meaning drivers, data sheet, the British use of procedures, circuit diagrams)
- 2008-09-03 00:29:44下载
- 积分:1
-
matlab-LDPC
ldpc的matlab实现程序,和几篇文档资料(ldpc matlab implementation procedures, and several documentation)
- 2013-03-04 11:03:46下载
- 积分:1
-
单片机动态数码管显示代码
数码管显示5211314.表白小神奇,利用74LS138译码器和单片机。稍微会一点儿单片机的就可以上手了。
- 2022-12-13 11:25:08下载
- 积分:1
-
PWM互补死区输出
说明: 在STM32开发平台下,通过定时器的时钟配置,进行的PWM互补带死区的方波对电机进行控制。(Under the STM32 development platform, the PWM complementary square wave with dead zone is used to control the motor through the clock configuration of the timer.)
- 2020-06-23 00:00:03下载
- 积分:1
-
R8C2L 直流无刷电机源代码
瑞萨R8C2L 直流无刷电机源代码,可以实现基本的带霍尔无刷电机驱动控制。代码数量不多,结构比较清晰,方便读者阅读,适合初学者学习。
- 2022-02-03 16:05:09下载
- 积分:1
-
Cdeepon
C语言深度剖析。请认真阅读自己分析。自己实际连一下。(C deepon。)
- 2014-07-31 12:31:35下载
- 积分:1
-
DEM_neicha
一个用c#语言编写的关于dem内插的小程序,虽小,但是很完整。(A language with c# interpolation on dem little program that is small, but very complete.)
- 2020-12-04 09:19:25下载
- 积分:1
-
C++ 禁止“查找”菜单(提高篇-实例124).zip
C++ 禁止“查找”菜单(提高篇-实例124).zip
- 2019-10-02下载
- 积分:1
-
C++约瑟夫环
简单的约瑟夫环,用C++语言,在VISUALSTADIO上编译通过,新手,大神勿喷,使用递归算法约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去
- 2022-04-17 08:30:37下载
- 积分:1