登录
首页 » Python » WaterProject

WaterProject

于 2021-03-06 发布
0 159
下载积分: 1 下载次数: 2

代码说明:

说明:  水体提取功能,里面主要实现了多源遥感卫星水体提取,入库,推送等后续代码功能(Water extraction function, which mainly realizes the multi-source remote sensing satellite water extraction, storage, push and other follow-up code functions)

文件列表:

WaterProject\CommonUtils\FtpDataProcess.py, 2087 , 2020-04-27
WaterProject\CommonUtils\ftp_client.py, 12135 , 2020-04-28
WaterProject\CommonUtils\log.py, 1024 , 2020-04-15
WaterProject\CommonUtils\MySQL_util.py, 3970 , 2020-04-29
WaterProject\CommonUtils\userftp.py, 1342 , 2020-04-29
WaterProject\CommonUtils\usersftp.py, 2490 , 2020-04-29
WaterProject\CommonUtils\__init__.py, 0 , 2017-11-12
WaterProject\CommonUtils\__pycache__\ftp_client.cpython-37.pyc, 5870 , 2020-04-28
WaterProject\CommonUtils\__pycache__\MySQL_util.cpython-37.pyc, 2794 , 2020-04-29
WaterProject\CommonUtils\__pycache__\userftp.cpython-37.pyc, 1339 , 2020-04-29
WaterProject\CommonUtils\__pycache__\usersftp.cpython-37.pyc, 2310 , 2020-04-29
WaterProject\CommonUtils\__pycache__\__init__.cpython-37.pyc, 158 , 2020-04-28
WaterProject\FlaskService\__init__.py, 0 , 2017-11-12
WaterProject\IDLapps\1\MAIN_S1_IW_Propress.sav, 4669380 , 2020-04-23
WaterProject\IDLapps\1\MAIN_S1_waterget_Propress.sav, 15688 , 2020-04-27
WaterProject\IDLapps\batch.txt, 0 , 2020-07-07
WaterProject\IDLapps\MAIN_S1_IW_Propress.bat, 153 , 2020-04-20
WaterProject\IDLapps\MAIN_S1_IW_Propress.sav, 3101468 , 2020-07-06
WaterProject\IDLapps\MAIN_S1_waterget_Propress.bat, 156 , 2020-04-27
WaterProject\IDLapps\MAIN_S1_waterget_Propress.sav, 16792 , 2020-06-12
WaterProject\IDLapps\MAIN_S2_Propress.bat, 150 , 2020-04-20
WaterProject\IDLapps\MAIN_S2_Propress.sav, 15452 , 2020-04-20
WaterProject\IDLapps\新建文本文档.txt, 869 , 2020-04-23
WaterProject\MainWaterProject.py, 12720 , 2020-07-10
WaterProject\schedule\__init__.py, 20244 , 2020-04-15
WaterProject\schedule\__init__.pyc, 22957 , 2020-04-15
WaterProject\src\DrawPicture.py, 4697 , 2020-04-22
WaterProject\src\getdata.py, 627 , 2020-05-04
WaterProject\src\GetWaterIndex.py, 6232 , 2020-05-06
WaterProject\src\MosaicClipCommon.py, 497 , 2020-05-22
WaterProject\src\rename.py, 1166 , 2020-07-06
WaterProject\src\__init__.py, 0 , 2017-11-12
WaterProject\src\__pycache__\DrawPicture.cpython-37.pyc, 2754 , 2020-04-23
WaterProject\src\__pycache__\GetWaterIndex.cpython-37.pyc, 3901 , 2020-05-06
WaterProject\src\__pycache__\__init__.cpython-37.pyc, 150 , 2020-04-23
WaterProject\SysConfig\WaterProject.yml, 1751 , 2020-07-06
WaterProject\CommonUtils\__pycache__, 0 , 2020-04-29
WaterProject\IDLapps\1, 0 , 2020-07-06
WaterProject\src\__pycache__, 0 , 2020-05-06
WaterProject\CommonUtils, 0 , 2020-04-29
WaterProject\FlaskService, 0 , 2020-04-23
WaterProject\IDLapps, 0 , 2020-07-07
WaterProject\schedule, 0 , 2020-04-22
WaterProject\src, 0 , 2020-07-06
WaterProject\SysConfig, 0 , 2020-04-18
WaterProject\SysLog, 0 , 2020-04-18
WaterProject, 0 , 2020-04-22

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

发表评论


0 个回复

  • tss_filterh
    fpga实现图象滤波,实时的实现现对输入图象的形态学滤波可直接使用。 (fpga image filtering, real-time implementations currently morphological filtering of the input image can be used directly.)
    2012-10-07 00:29:30下载
    积分:1
  • py-faster-rcnn-master
    图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
    2020-12-11 15:39:18下载
    积分:1
  • ENVI_Histogram_Match
    说明:  这是用来做直方图匹配的工具,测试过可以实现(Histogram Matching Tool)
    2020-06-21 02:40:01下载
    积分:1
  • plotgdop
    代码主要用来模拟林芝机场附近一天内4个不同时间GDOP变化情况(Code is mainly used to simulate the Nyingchi Airport near four different times within a day GDOP changes)
    2013-08-05 09:51:15下载
    积分:1
  • matlabtuxiangfenge
    图像分割,包括阈值分割Otsu法,边缘检测包括Roberts算子,Canny算子等,边界跟踪包括Bwtraceboundary函数调用来对图像进行分割等(Image segmentation, including threshold segmentation method of Otsu edge detection, including Roberts operator, Canny operator, edge tracking includes Bwtraceboundary function calls to the segmentation of the image)
    2020-10-29 16:49:57下载
    积分:1
  • restore
    说明:  图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。 图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。 (A sharp and clear image is not directly produced from the optics, however, digital signal processing applied to the sampled image produces a sharp and clear final image that is also insensitive to misfocus related aberrations. This paper gives an overview of Wavefront Coding and example images related to the two applications of machine vision/label reading and biometric imaging. Design techniques of Wavefront Coding are unique from that of traditional imaging system design since both the optics and digital processing characteristics of the system are jointly optimized for optimum system performance.)
    2010-04-07 15:41:40下载
    积分:1
  • 小波模极大值程序
    说明:  小波模极大源代码,可用来进行小波降噪或小波模态参数识别(Wavelet modal maximum source code, can be used for wavelet noise reduction or wavelet modal parameter identification)
    2020-10-16 10:35:01下载
    积分:1
  • SLICsuperpixel
    自己编写的SLIC超像素分割,包括图片,论文(SLIC superpixel algorithm written by myself)
    2017-02-26 18:00:23下载
    积分:1
  • dream_win32-2.1.2
    超声图像处理软件dream,开源代码,用于仿真超声图像(Ultrasound image processing software dream, open-source code for the simulation of ultrasound images)
    2009-09-07 13:11:39下载
    积分:1
  • Images-denoising--based-on-wavlet
    从原始图像产生噪声图像,使用db1执行2层小波,使用wpbmpen进行全阈值选择,采用硬阈值和软阈值处理方式,保存低频,进行图像降噪,并绘制各分解系数图像。(Generated noise image from the original image, using db1 wavelet perform two layers using wpbmpen full-threshold selection, using hard threshold and soft threshold approach, saving low frequency, image noise reduction, and draw the decomposition coefficients images.)
    2013-11-22 15:55:18下载
    积分:1
  • 696518资源总数
  • 104573会员总数
  • 29今日下载