-
underwaterCorrection
说明: 基于暗通道先验的颜色校正算法进行仿真模拟,得到了较为自然准确的恢复图像。本文仿真的算法主要分为三个子模块:暗通道先验、折射率计算、颜色校正。暗通道先验提供了颜色校正需要的参数,颜色校正后的图片基本实现了颜色失真的校正。最后对处理得到的图片进行质量评价。实验结果表明,本文的算法能够基本实现水下图像的恢复,能够很好地校正失真的图像,改善颜色失真的情况。(The color correction algorithm based on the dark channel prior is simulated, and the more natural and accurate restoration image is obtained. In this paper, the simulation algorithm is divided into three sub modules: dark channel prior, refractive index calculation, color correction. The dark channel prior provides the parameters needed for color correction, and the color corrected image basically realizes the correction of color distortion. Finally, the quality of the processed image is evaluated. The experimental results show that the algorithm can basically achieve the restoration of underwater image, can correct the distorted image and improve the color distortion.)
- 2020-05-31 15:51:06下载
- 积分:1
-
频率计
STM32F4 使用等精度测量法测量频率(STM32F4 Measures Frequency with Equal Precision Method)
- 2019-03-14 16:11:11下载
- 积分:1
-
RBTO-PMA-SLM
说明: 基于PMA的单循环可靠度拓扑优化程序,避免了嵌套优化,节省了计算成本(Reliability-based Topology Optimization)
- 2021-03-29 13:49:46下载
- 积分:1
-
是一种播放器安装软件,播放效果很好,支持添加已有文件,在线搜索歌曲,歌词显示等...
是一种播放器安装软件,播放效果很好,支持添加已有文件,在线搜索歌曲,歌词显示等-Is a player to install the software, play well, there are documents to support the add, online search for songs, lyrics display
- 2023-06-09 10:40:04下载
- 积分:1
-
SVM-CNN-master
实现卷积神经网络与支持向量机的联合调试使用(Joint debugging and implementation of convolutional neural network and support vector machine)
- 2017-11-22 00:28:14下载
- 积分:1
-
雷英杰-MATLAB遗传算法工具箱及应用
matlab遗传算法工具箱的使用方法,较为全面的遗传算法工具箱使用教程(Matlab genetic algorithm toolbox using a more comprehensive use of genetic algorithm toolbox tutorial)
- 2021-01-17 23:38:48下载
- 积分:1
-
深度学习入门之PyTorch
学习pytorch基础一本好书,中文,简单易懂,值得入手(Learning Pytorch basic is a good book, Chinese, simple and easy to understand, it is worth starting with.)
- 2019-03-28 10:04:26下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
猜猜我是谁游戏源码。照片图像逐步细化显示,在聚会时做游戏用...
猜猜我是谁游戏源码。照片图像逐步细化显示,在聚会时做游戏用-Guess Who game source. Photos gradually thinning, the gatherings do with the game
- 2022-02-25 22:24:16下载
- 积分:1
-
PLL_SOGI_2010ra4
说明: 使用MATLAB中的simulink,搭建了一个基于二阶广义积分器的软件锁相环(Using Simulink in MATLAB, a software phase-locked loop based on second-order generalized integrator is built.)
- 2021-05-13 00:30:02下载
- 积分:1