登录
首页 » Python » Image-Processing-Algorithm-master

Image-Processing-Algorithm-master

于 2021-04-14 发布
0 202
下载积分: 1 下载次数: 0

代码说明:

说明:  图像处理经典常用算法及论文复现,实现了一些常用插值算法。(Image processing classical commonly used algorithm and paper reproduction)

文件列表:

Image-Processing-Algorithm-master, 0 , 2019-11-05
Image-Processing-Algorithm-master\Affine Transformation, 0 , 2019-11-05
Image-Processing-Algorithm-master\Affine Transformation\Affine_trans.cpp, 14860 , 2019-11-05
Image-Processing-Algorithm-master\Affine Transformation\README.md, 177 , 2019-11-05
Image-Processing-Algorithm-master\Color Space Conversion, 0 , 2019-11-05
Image-Processing-Algorithm-master\Color Space Conversion\README.md, 542 , 2019-11-05
Image-Processing-Algorithm-master\Color Space Conversion\RGB2GRAY.cpp, 1651 , 2019-11-05
Image-Processing-Algorithm-master\Color Space Conversion\RGBHSI.cpp, 3393 , 2019-11-05
Image-Processing-Algorithm-master\Color Space Conversion\RGBHSV.cpp, 2569 , 2019-11-05
Image-Processing-Algorithm-master\Color Space Conversion\RGBYUV.cpp, 3238 , 2019-11-05
Image-Processing-Algorithm-master\Edge detection, 0 , 2019-11-05
Image-Processing-Algorithm-master\Edge detection\Canny.cpp, 7149 , 2019-11-05
Image-Processing-Algorithm-master\Edge detection\DOG.cpp, 3799 , 2019-11-05
Image-Processing-Algorithm-master\Edge detection\README.md, 668 , 2019-11-05
Image-Processing-Algorithm-master\Edge detection\Sobel.cpp, 4298 , 2019-11-05
Image-Processing-Algorithm-master\Edge detection\edge_Roberts.cpp, 1667 , 2019-11-05
Image-Processing-Algorithm-master\Edge detection\edge_prewitt.cpp, 2967 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation, 0 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\Gamma_correction.cpp, 1214 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\Grayscale_transformation.cpp, 4101 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\Histogram_equalization.cpp, 2248 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\POSHE.cpp, 12240 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\POSHE_matlab, 0 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\POSHE_matlab\BERF.m, 10566 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\POSHE_matlab\POSHE.m, 2262 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\POSHE_matlab\POSHE_demo.m, 659 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\POSHE_matlab\ct.png, 82684 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\POSHE_matlab\vessel.bmp, 922678 , 2019-11-05
Image-Processing-Algorithm-master\Grayscale transformation\README.md, 822 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering, 0 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\BilateralFilter.cpp, 5154 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\BoxFilter.cpp, 3393 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\Fast_MeanFilter.cpp, 3283 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\GaussianFilter.cpp, 5955 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\GiudedFilter_Color.cpp, 6609 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\Guided Filter.cpp, 3424 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\MeanFilter.cpp, 1683 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\MedianFilter.cpp, 2250 , 2019-11-05
Image-Processing-Algorithm-master\Image Filtering\README.md, 1106 , 2019-11-05
Image-Processing-Algorithm-master\Imge segmentation, 0 , 2019-11-05
Image-Processing-Algorithm-master\Imge segmentation\AdaptiveThreshold.cpp, 2025 , 2019-11-05
Image-Processing-Algorithm-master\Imge segmentation\Max_Entropy.cpp, 2567 , 2019-11-05
Image-Processing-Algorithm-master\Imge segmentation\Otsu.cpp, 2810 , 2019-11-05
Image-Processing-Algorithm-master\Imge segmentation\README.md, 711 , 2019-11-05
Image-Processing-Algorithm-master\Imge segmentation\RegionGrowing.cpp, 3285 , 2019-11-05
Image-Processing-Algorithm-master\Imge segmentation\watershed_demo.cpp, 3810 , 2019-11-05
Image-Processing-Algorithm-master\Interpolation Algorithm, 0 , 2019-11-05
Image-Processing-Algorithm-master\Interpolation Algorithm\README.md, 282 , 2019-11-05
Image-Processing-Algorithm-master\Interpolation Algorithm\bilinear interpolation.cpp, 1811 , 2019-11-05
Image-Processing-Algorithm-master\Interpolation Algorithm\nearest neighbor interpo.cpp, 1509 , 2019-11-05
Image-Processing-Algorithm-master\README.md, 547 , 2019-11-05

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

发表评论

0 个回复

  • 二维码全部源码
    全部的二维码源码设计,有详细的Python源码和图片示例,详细全面的展示二维码的设计,可以详细的简化开发过程,源码可以直接使用
    2022-01-31 22:09:48下载
    积分:1
  • facedetectandrecognition-dlib-python3.6
    说明:  机器学习专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技 能,为包括人脸识别领域的人工智能的发展做出了极大的贡献。本文探索如何应用机器学习中的一些技术,使计算机更好地完成人脸识别领域中的人脸检测和人脸验证。 在人脸检测方面,针对如何快速、准确地检出人脸的问题,基于DLIB中特征模型,可以快速提取检测出人脸,并且提取出人脸特征点,主要作用就是快速检测定位人脸。在训练过程中,引入了ResNet机器学习算法,该算法采用多层卷积神经网络结构,对人脸进行多层特征提取和描述,得到人脸特征描述符。通过测试可以证实了上述方法能够检测和识别人脸。(In terms of face detection, for the problem of how to detect faces quickly and accurately, based on the feature model in DLIB, you can quickly extract and detect faces, and extract face feature points, the main role is to quickly detect and locate faces. In the training process, the VGG-FACE machine learning algorithm is introduced. This algorithm uses a multi-layer convolutional neural network structure to perform multi-layer feature extraction and description on the face to obtain the face feature descriptor. Tests can confirm that the above method can detect and recognize human faces.)
    2020-05-06 14:33:08下载
    积分:1
  • rhesesvgn
    这是用三角窗设计的FIR低通滤波器,来消除音乐信号的噪声,(This is using triangular window design of FIR low-pass filter, to eliminate the noise of the music signal,)
    2017-08-15 12:04:40下载
    积分:1
  • python接口测试脚本
    这是我的python接口测试脚本,用python语言借助request包发送接口请求,本脚本先发送登录接口请求再从登录接口返回里提取AccessToken和ID作为下一个接口请求的参数。
    2022-07-18 22:15:05下载
    积分:1
  • neural-networks-and-deep-learning-master
    使用pyhton直接写的代码,没有使用任何框架,直接实现利用人工神经网络算法识别手写数字的图片。(The code written directly by pyhton, without any framework, directly realizes the recognition of handwritten digits by artificial neural network algorithm.)
    2020-06-17 17:00:02下载
    积分:1
  • 人工智能特征选择的算法 BoostARoota-master
    说明:  人工智能特征选择的算法,可以直接跑的代码(Artificial intelligence feature selection algorithm, can run directly to the code)
    2020-04-08 21:41:41下载
    积分:1
  • 廖雪峰 2018官方Python3教程(二)
    【实例简介】
    2021-09-10 00:31:11下载
    积分:1
  • CQA
    sdadaddadsadsfsdafsdfdsfdsfsdffsfsfsafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
    2023-06-25 20:20:07下载
    积分:1
  • 平滑 锐化 频域处理
    opencv+vs2010实现对图像进行的平滑处理,锐化处理,以及频域处理。使用用了傅里叶正变换和反变换   
    2022-01-22 13:06:27下载
    积分:1
  • 移动山峰基准
    bvmbvmnvnmm bmnmbbb
    2023-08-30 11:45:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载