资源列表
数字图像的运算
- MATLAB中关于图像处理的数字图像运算的实例30例(30 examples of digital image processing in image processing in MATLAB)
instfreq
- 亲自测试 完全可以运行且有效,求瞬时频率,各个版本的matlab 都ok(Test yourself Can be run completely and effectively)
图像分割
- MATLAB中关于图像处理的图像分割技术的实例15例(MATLAB image processing in the image segmentation technology examples of 15 cases)
切割4
- 火灾特征的发现,定位与检测,是一个好代码,供参考(The discovery, location and detection of fire features is a good code for reference)
作业一
- 实现简单的灰度图像均衡化。使用python编写,程序简单易懂。(This file contains program about image equalization.)
Chunming Li-levelsetcode
- 李纯明的水平集图像分割代码,可以直接运行十分好用(Chunming Li-levelsetcode)
CV_code_Sample
- 李纯明的经典水平集分割算法代码,十分好用(2005__LevelSet__Li-ChunMing)
PhotoViewer-master
- Qt开发的查看图片器 可以添加和删除以及分类.(Qt development of view pictures Can be added and removed as well as categories.)
color
- 新手使用visual c++编写读取彩色,显示彩色,真彩色增强。(Using visual c++ to write read color, display color, true color enhancement.)
src
- 使用CIMG作为库的平行投影的例子,里面包括平行投影和透视投影,需要下载者自行下载CIMG.h(It's a simple example of parallel projection, using cimg.h as library.)
NNCla
- 基于python3的,利用神经网络进行的一个简单的分类问题(Based on python3, a simple classification problem using neural networks)
tuxing
- 计算机图形学--区域填充算法的实现 一、实验目的和要求: 1、掌握区域填充算法基本知识 2、理解区域的表示和类型,能正确区分四连通和八连通的区域 3、了解区域填充的实现原理,利用Microsoft Visual C++ 6.0(及EasyX_2011版)实现区域种子填充的递归算法。 二、实验内容: 1、编程完成区域填色 2、利用画线函数,在屏幕上定义一个封闭区域。 3、利用以下两种种子填充算法,填充上述步骤中定义的区域 (1)边界表示的四连通区域种子填充的实现 (2)内点表示