搜索资源列表
GaussProj 高斯投影正反算程序
- 高斯投影正反算程序,可以实现经纬度大地坐标与空间三维坐标的相互转换,可以选择椭球模型。-Positive and negative Gaussian projection computer program, can achieve three-dimensional space geodetic coordinates latitude and longitude coordinates conversion, you can select the ellipsoid model.
Grayco-occurrencematrixbasedonfuzzyhiddenMarkovmod
- 通过对断口图像FGLCM的14个特征统计量进行相关性分析,选择角二阶矩和熵等7个统计量作为特征参数,并验证了其有效性.最后,在4类典型断口图像的特征空间上,采用隐马尔夫模型(HMM)进行分类识别。-On the fracture characteristics of the 14 images FGLCM correlation analysis statistics, select the angular second moment and entropy 7 statistics as pa
PinholeModel
- 针孔模型中单应矩阵的求解 mian函数,测试单应矩阵计算的算法,程序流程如下 1、 读入两个图像。 2、读入4组对应点。 3、调用CalcH函数计算H矩阵。 4、在第一幅图中用鼠标选择一点。 5、调用WarpH函数计算在第二幅图中的对应的。 6、显示结果.-Pinhole model for solving the homography mian functions, test homography computation algorithm, program
AP_cluster
- 对波段样本进行划分并选取特征波段之后使用最小二乘算法建立预测模型-Samples were divided on the band and select the feature band after forecasting models using least squares algorithm
yucemaltab3
- 分析地平类药物分子结构和熔点之间关系,编制相应的MATLAB程序,分别建立回归方程和人工神经网络2种方法的模型.选取14个地平类药物作为回归方程和人工神经网络2种方法建模的样本,再选另外4个地平类药物作验证,分别进行2种方式的建模和测试对比.结果表明:人工神经网络模型比回归方程方法在预测地平类药物的熔点时取得更加准确的估计.-The relationship between the structure and melting point analysis horizon drug molecul
mean-shift
- 基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.-Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manual
人脸识别代码
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。(Face recognition is a supervised learning process. Firstly, a face model is constructed by training set, and then the test set is m