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

Image-Processing-Algorithm-master

于 2021-04-14 发布
0 76
下载积分: 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 个回复

  • 机器学习实战PDF
    机器学习是人工智能研究领域中的一个极其重要的方向。在现今大数据时代的背景下捕获数据并从中萃取有价值的信息或模式使得这一过去为分析师与数学家所专属的研究领域越来越为人们瞩目。本书通过精心排的实例切入日常工作任务摒弃学术化语言利用高效可复用的Python 代码阐释如何处理统计数据进行数据分析及可视化。读者可从中学到一些核心的机器学习算法并将其运用于某些策略性任务中如分类、预测及推荐等。本书适合机器学习相关研究人员及互联网从业人员学习参考。(Machine Learning Practice PDF)
    2020-06-17 07:00:02下载
    积分:1
  • Gabor滤波器C++实现
    本代码可以实现对一张图像的Gabor滤波,并输出结果,需要配置opencv库,
    2022-07-16 09:50:24下载
    积分:1
  • 车道线的检测 3970978Test
    说明:  采用传统图像处理方法,能够实现对车道线的检测,检测效果较好(The traditional image processing method can realize the detection of lane line, and the detection effect is good)
    2020-07-29 09:21:10下载
    积分:1
  • libsvm-3.21,支持向量机工具箱,
    libsvm-3.21,支持向量机工具箱,是win7 32位。里面有一些使用说明,同时该工具箱,是最新版本的libsvm。
    2022-03-07 03:59:02下载
    积分:1
  • Python深度学习 pdf+代码
    本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(This book is written by Franc_ois Chollet, the father of Keras and a current researcher on artificial intelligence at Google. It introduces in detail the exploratory practice of using Python and Keras for in-depth learning, including computer vision, natural language processing, production models and other applications. The book contains more than 30 code examples, the steps to explain in detail. Because the book is based on the accessibility and popularity of artificial intelligence, readers need not have the background knowledge of machine learning to start reading. After learning this book, readers will have the ability to build their own in-depth learning environment, establish image recognition model, generate images and text.)
    2020-06-26 13:20:01下载
    积分:1
  • 聚类
    说明:  kmeans/dbscan/agnes...算法简单实现(Simple implementation of the algorithm)
    2020-10-22 18:57:46下载
    积分:1
  • simpleD
    串口助手 基于python3 的 tkinter 编写界面(serial port assistant)
    2018-08-31 17:31:39下载
    积分:1
  • pyDOE-0.3.8
    说明:  pydoe包是python关于实验设计采样的工具包,其中包含了拉丁超立方等方法。(pydoe: The experimental design package for python)
    2020-10-12 23:37:32下载
    积分:1
  • lua 脚本编译工具
    1.lua  脚本配置用法及示例 2.LUA与C C++交互用法及工具 3.LUA与C#  交互用法及工具
    2022-03-18 13:28:39下载
    积分:1
  • scm
    Python module for interacting with an SCM system (like SVN or Git).
    2014-03-08 12:25:28下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载