搜索资源列表
vb_nihe
- 拟合程序,将三个点拟合成一个曲线,再找到曲线的极值点。并显示出来。运行速度快。
SlippingDirection
- 判断X轴或Y轴方向上极值点数目,确定扫描线方向-Determine the X-axis or Y axis the number of extreme points, determine the direction of scan lines
w
- 对采集到的灰度图像进行处理找到衍射条文的极值点。然后在确定波峰的位置得到条纹间距 -On the collection of gray-scale images to find the diffraction provisions to deal with the extreme points. And then in determining the location of peaks to be spaced stripes
PLR_PF
- 基于重要点的PLR表示: 重要点被定义为在局部范围内的极值点,并且与端点的比值超过参数R。将重要点用线段连接,就得到了基于重要点的时间序列分段线性表示,通过选择不同的参数R,可以获得精细粒度不同的分段线性表示。-Based on the important points of PLR: Important points are defined as within the scope of local extreme points, and with the endpoint parameters
G
- 最大化 f=(1000+x)(1.1+0.01y)(1+0.01z)/3.5 满足约束: x+20y+15z-S=0 x>=0 y>=0 z>=0 y<=90 其中S是常数,该问题可以通过拉格朗日乘数法计算极值,也可以通过替换掉一个变量将问题转化成二元函数求极值 需要注意的是求出的极值点不一定在定义域(x>=0,y>=0,z>=0,y<=90)内,由于这是一个单峰函数,当极值点不在
zuisuxiajiangfa
- visual c++最速下降法求解香蕉函数极值点-visual c++ steepest descent method for solving extreme point of the banana function
Tsteepest_desh
- 这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法. -The Matlab program to achieve the steepest descent algorithm. Steepest descent method is a basic algorithm, it occu
avito
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
av
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
mbpp
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complete descr iption of key points.
batewosi
- 已知巴特沃思幅度平方函数,可以求得Ha函数在S左半平面的N时极值点Sk。由题意,试设计一通用程序,由键盘输入H1.W1,和H2,W2。求c,N和Sk值。-Known the Butterworth magnitude squared function, we can obtain the Ha function in the left half-plane S N when extreme points Sk. By the meaning of the questions, try to de
Maxima
- Maxima 求最大极值点 有源代码-Maxima Maxima Maxima
sound
- 离散点极值寻找,它能找到一组离散点中的极值点。不同于fmax函数-Discrete points extremum looking
bemd
- 二维经验模态分解,采用形态学求极值点,径向基神经网络拟合,速度较快。-Two-dimensional empirical mode decomposition, using morphology for extreme points, radial basis function neural network fitting, faster.
2DMaxima
- 在二维空间里有两个点A=(X1,Y1)和B=(X2,Y2),如果X1>X2并且Y1>Y2 ,我们认为A优于B,A是这个集合的最大极值点,在给定的二维空间里的N个点的集合S中,找出最大极值点。-In two-dimensional space, there are two points = A = (X1, Y1) and B (X2, Y2), if the X1 and Y1 > X2 > Y2, we think that A is superior to B, A
sift-algorithm-VC
- 一个图像识别算法.SIFT综述 尺度不变特征转换(Scale-invariant feature transform或SIFT)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe在1999年所发表,2004年完善总结。 其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。-A kind of algorithm for the image reco
Powell
- 鲍威尔优化算法:多维无约束优化算法是在无约束优化算法之一,首先选取一组共轭方向,从某个初始点出发,求目标函数在这些方向上的极小值点,然后以该点为新的出发点,重复这一过程直到获得满意解,其优点是不必计算目标函数的梯度就可以在有限步内找到极值点。 鲍威尔法是以共轭方向为基础的收敛较快的直接法之一,是一种十分有效的算法。-Powell optimization algorithm
ode45new
- matlab中的ga函数的详细算法程序,适用于优化问题求极值点。-using matlab to develop a funtion
findpeaks
- c++实现获取一维数组极值点。可以通过调整阈值,改变极值点获取值(The c++ implementation gets the extreme point of one dimension array. We can adjust the threshold and change the extreme value to get the value.)
Matlab在离散点拟合椭圆及极值距离计算中的应用
- Matlab在离散点拟合椭圆及极值距离计算中的应用.pdf(Application of Matlab in discrete point fitting ellipse and extreme distance calculation.Pdf)