搜索资源列表
egnos
- 使用欧洲航空航天局推荐的算法估计电波在大气对流层中的传播延迟-Use the European Aeronautics and Space Administration recommended algorithm estimated tropospheric waves in the atmosphere of the propagation delay
mydehaze
- 根据大气物理模型去雾,利用中值滤波具有较好的边缘保持特性进行估计参数。-Atmospheric physics model to fog, a median filter has good edge retention characteristics to estimate the parameters.
shedong
- 航天器动力学MATLAB程序,考虑大气阻力,估计神舟飞船每运行一个周期,轨道高度下降多少-Spacecraft Dynamics MATLAB program, consider the atmospheric drag, estimated that the Shenzhou spacecraft each run a cycle, the number of orbital altitude drop
daqiMTF
- 关于大气MTF的资料,有助于理解大气MTF的作用,估计计算大气MTF的值。-The information on atmospheric MTF, help to understand the role of atmospheric MTF, estimate calculated atmospheric MTF value
defogebyHe
- 何凯明2009CVPR优秀论文基于暗原色先验理论的单幅图像去雾方法。利用安通到接近于0的先验知识进行透射率和大气光估计-He Kaiming 2009 CVPR paper single image based on the theory of the dark grey prior to fog.Use on to close to zero prior knowledge is used to estimate light transmittance and atmosphere
tuxiangquwumai
- 图像处理图像去雾霾程序利用原图求暗通道,估计大气光强,透射图达到去雾霾效果。- 图像处理图像去雾霾程序利用原图求暗通道,估计大气光强,透射图达到去雾霾效果。 Image processing procedures to use the original image haze program dark channel, the estimated atmospheric light intensity, transmission chart to haze effect.
code
- 本算法需要两幅或多幅不同偏振角度的有雾图像,应用暗通道算法估计大气光强,最终所得的图像去雾效果较好(Fog fog removal based on polarization information)
braxu
- 使用欧洲航空航天局推荐的算法估计电波在大气对流层中的传播延迟()
wind3vector.m
- 风速三角形矢量法的大气估计 风速三角形矢量法的大气估计(Atmospheric estimation of wind speed triangle vector method)
538074
- 使用欧洲航空航天局推荐的算法估计电波在大气对流层中的传播延迟()
upurating-decimal
- 使用欧洲航空航天局推荐的算法估计电波在大气对流层中的传播延迟()
ICCV_2017 端到端去雾
- 目前最新publish的去雾算法工作,彻底将去雾问题转化为一个端到端(End-to-End)解决的问题。首先,为了实现端到端训练且避免利用额外的方法估计全局大气光照 A,文章做了一些简单的数学变换,把 t(x) 和 A 统一到了一个变量 K(x) 当中。这样只需要用网络估计出 K(x) 就可以直接得到 J(x) 了。