登录
首页 » matlab » RelativeOriention

RelativeOriention

于 2021-04-27 发布 文件大小:1KB
0 251
下载积分: 1 下载次数: 20

代码说明:

  摄影测量单独法相对定向源代码的编写,结构较简单,易懂(relative oriention)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fast-fcm
    FCM源代码,专门用于图像分割的,速度很快(FCM source code, specifically for image segmentation, very fast)
    2012-06-05 09:00:51下载
    积分:1
  • LTP_demo-v1
    说明:  对图像进行纹理特征提取,有LBP,旋转不变lbp,统一lbp,小波特征提取等比较齐全的特征提取算法(Texture feature extraction of images, such as LBP, rotation invariant lbp, unified lbp, wavelet feature extraction and other relatively complete feature extraction algorithms)
    2019-01-11 21:53:22下载
    积分:1
  • MPPT
    基于导纳增量法的光伏发电最大功率跟踪算法仿真模型。该模型精度较高,很好的跟踪最大功率点(Based on admittance incremental method of photovoltaic maximum power tracking algorithm simulation model.The model precision, good track the maximum power point)
    2015-09-10 15:32:34下载
    积分:1
  • picture--chasing
    背景建模和前景分割的方式把运动车辆提取出来。并进行最近临关联,输出目标轨迹。 MeanShift运动目标跟踪 matlab程序 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。 这两种算法为处理图像跟踪的基本方法 (Background modeling and foreground segmentation the extracted moving vehicles. Pro associated output and the target locus. Target tracking matlab program MeanShift movement. Interception tracking the target matrix rect strike a tracking target weighted histogram hist1 3. Reads a video sequence, randomly take a with the rect large rectangular, calculate the weighted histogram hist2. 4. Calculate both the proportion of function, if the latter gap is too large to update the new center of the matrix Y conducted the iteration (MeanShift is a variable step size can be rapidly approaching the peak of the probability density) until certain conditions to stop. The basic method of these two algorithms for processing the image tracking)
    2012-11-12 16:44:21下载
    积分:1
  • 8bitTo16
    将某一8位的raw格式图转换为16位的raw格式图 并可输出raw格式图的灰度值至相应文件(.txt文件) 生成的新图用PS打开时与原图基本一致.(It can converted an 8-bit raw format, to an 16-bit raw format and can output raw format diagram of the gray value to the corresponding map file (. Txt files) .The new plan to open with PS are basically consistent with the Original.)
    2010-03-01 16:23:04下载
    积分:1
  • BDStracking
    北斗二代接收机中的跟踪程序,模块有载波环(二阶FLL,三阶PLL),FLL辅助PLL,码环是用二阶DLL,再用载波环辅助码环(Compass II receiver tracking program, module carrier ring (second-order FLL, the third-order PLL), FLL auxiliary PLL, code ring is by Second DLL, then the carrier ring auxiliary code ring)
    2021-05-16 10:30:01下载
    积分:1
  • SPECKLE
    斑点噪声的去除方法,主要适用sar图像,比较适合开题使用(Speckle noise removal methods, mainly for sar image, more suitable for the use of open questions)
    2014-12-09 11:06:04下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • MSE
    MSE,最小均方误差,用于图像匹配,可用,亲测(MSE, minimum mean square error for image matching, available, pro-test)
    2021-01-07 21:08:51下载
    积分:1
  • Autocorrelation
    用微分自相关法实现运动模糊图像模糊参数估计的功能,是目前较少公布的微分自相关法实现模糊参数估计。(Autocorrelation method with a differential image to achieve motion blur blur parameter estimation function, the differential is less published method fuzzy autocorrelation parameter estimation.)
    2011-12-28 10:46:55下载
    积分:1
  • 696516资源总数
  • 106450会员总数
  • 5今日下载