-
01205skin-source
用VC写的关于皮肤的程序框架,很好用,可以直接修改.(Written with the VC on the skin of the procedural framework, useful, can be directly modified.)
- 2010-07-22 23:34:06下载
- 积分:1
-
insertion
全速执行到包含插入点光标所在的行,可以作为在插入点光标处设置常规断点的一种选择.
C中调用Matlab函数.注意,当光标处不是一个有效的执行语句时此功能将不起作用.
(Contains the insertion point at full speed to the line where the cursor can be used as the cursor at the insertion point at an option to set a breakpoint routine. C to call Matlab function. Note that when the cursor is not an effective implementation of the statement can not afford this feature effect.)
- 2010-01-16 09:19:33下载
- 积分:1
-
visualstudio-cPP
计算机编程语言库,C++函数库大全,请放心下载(visual studio c++)
- 2012-09-17 18:59:04下载
- 积分:1
-
PyramidImageMatchingII
针对离散小波变换对于图像平移和旋转的敏感性,提出了一种基于可操纵金字塔的图像匹配算法。(Discrete wavelet transform for image translation and rotation sensitivity of a steerable pyramid-based image matching algorithm.)
- 2009-06-22 12:25:35下载
- 积分:1
-
facetrack
opencv中运用meanshift算法进行车辆检测
人脸识别(opencv in the vehicle detection algorithm using face recognition meanshift)
- 2011-09-03 17:15:15下载
- 积分:1
-
ex
说明: matlab神经网络,用于神经网络的建模。希望有用(matlab neural network for neural network modeling. Hope that useful)
- 2011-03-30 15:05:49下载
- 积分:1
-
owkb493
An MFC Class which offers you the abbility(The An MFC Class which offers you the abbility)
- 2017-03-31 21:59:56下载
- 积分:1
-
TPCdecoding.cpp
用于实际工程应用中的TPC码译码程序,该程序是对于64*64类型的码型(TPC decoding)
- 2010-09-19 17:37:51下载
- 积分:1
-
EDLines 快速直线检测算子
EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤:
(1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声;
(2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向;
(3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大;
(4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。
(Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out
the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary
edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a
set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of
the other edge detectors requires urther processing to generate potential object boundaries, which may not even be
possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
- 2021-03-22 16:29:16下载
- 积分:1
-
ReadColor
一个读取屏幕上当前鼠标点颜色值的小程序,对于分析屏幕上的颜色有帮助。(A read on the screen the current mouse point color value of small procedures, the analysis of color on the screen has to help.)
- 2008-05-26 09:26:35下载
- 积分:1