搜索资源列表
MyEdgeDetectionAlgorithm
- 我做的边缘强化的matlab算法实现,包括了non-maximum算法的实现-the edge enhanced Matlab algorithm, including the non-realization of the maximum algorithm
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste
MyEdgeDetectionAlgorithm
- 我做的边缘强化的matlab算法实现,包括了non-maximum算法的实现-the edge enhanced Matlab algorithm, including the non-realization of the maximum algorithm
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste
Canny
- 对图象进行边缘检测。首先对图像进行高斯虑波,减少噪声的干扰,然后求图像的梯度,进行非最大值抑制-Of image edge detection. First, consider Gaussian wave images to reduce noise, and then for the image gradient, non-maximum suppression
nonmaxsup
- 极大值抑制与双阈值门限得到图像边缘: * nonmaxsup.m Code for performing non-maxima suppression for edge images.-Maxima suppression and dual-threshold threshold obtained Edge:* nonmaxsup.m Code for performing non-maxima suppression for e
nonmaxsuppts
- 极大值抑制与双阈值门限得到图像边缘: * nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of points generated by a feature/corner detector. It optionally returns sub-pixel feature locations.-Maxima suppression an
nonmaxsuppts
- Non maxima suppression and thresholding for points generated by a feature or corner detector.
NonLinearDetectionMulti-userOFDMMC-CDMA
- echniques for multi-user detection in OFDM / MC-CDMA can be classified as linear or non-linear techniques. A number of these techniques have evolved from previous research for CDMA–based systems. The overlaying of OFDM w
example
- détection d objet paramètrage thresh = 500 Harris corner threshold nonmaxrad = 3 Non-maximal suppression radius dmax = 100 w = 11 Window size for correlation matching Extraire les points de H
CannyDetectMain
- Canny detector using hysteresis and non-maximum supression
nonmaxsuppts
- Harris算法改进中的非最大值抑制的程序~~嵌套函数- the non-maximum suppression procedure to improve the Harris
Harris
- 很详细的Harris算法讲解~~~包括非最大值抑制的算法~自适应-Harris algorithm is very detailed explanation ~ ~ ~ including non-maximum suppression algorithm ~
nonmaxsup
- Function for performing non-maxima suppression on an image
Maximum
- 网络控制系统的最大时滞--Control Engineering Practice 11 (2003) 1301–-This paper proposes a new method to obtain a maximum allowable delay bound for a scheduling of networked control systems. The proposed method is formulated in t
Non-Iterative-Spotlight-SAR-Autofocusing-Using-A-
- Phase-Gradient autofocus (PGA) technique is robust over a wide range of imagery and phase error functions but the convergence usually requires 4-6 iterations. In this paper, we propose to speed up the estimation
Robot-arm-non-standard-LQR-Control
- 单级机械臂的位置控制,由于需要调整时间和最大输入力矩的要求,程序实现两种非标准的LQR控制-The single-stage manipulator position control, due to the need to adjust the time and the maximum input torque requirements of the program to achieve the two non-standard LQR
non-Gaussian-noise-Identification
- 该文提出一种基于广义分数阶傅里叶变换和分数低阶Wigner-Ville 分布的数字调制识别新方法,该方法提取广义分数阶傅里叶变换的零 中心归一化瞬时幅度谱密度的最大值和分数低阶Wigner-Ville 分布幅度的最大值作为识别特征参数,并采用判决树分类器,实现了非高斯噪声下数字调制信号识别。-This paper presents a generalized fractional Fourier transform and frac
Matlab
- nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到
test_canny
- 利用canny边缘检测检测图片边缘,实现图像分割。其中非极大抑制采用的是传统方式。-Using Canny edge detection of image edge detection, image segmentation. The non maximum suppression is used in the traditional way.