-
该函数用于对图像进行腐蚀运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点。...
该函数用于对图像进行腐蚀运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点。-The function used for computing the corrosion images. Structural elements for the horizontal direction or vertical direction of the three points, between points located at the origin.
- 2023-04-12 06:35:03下载
- 积分:1
-
运用迭代算法求取图像域值,进行图像分割,再利用形态学进行边缘提取...
运用迭代算法求取图像域值,进行图像分割,再利用形态学进行边缘提取-Iterative algorithm to use to strike the image domain value for image segmentation, and then carried out using morphological edge detection
- 2023-01-08 21:40:03下载
- 积分:1
-
边缘检测与提取,轮廓跟踪的过程,用逗号…
边沿检测与提取,轮廓跟踪
命令行编译过程如下
vcvars32
rc bmp.rc
cl edge.c bmp.res user32.lib gdi32.lib-Edge detection and extraction, contour tracing the course of the following command-line compiler vcvars32rc bmp.rccl edge.c bmp.res user32.lib gdi32.lib
- 2022-08-22 22:43:06下载
- 积分:1
-
一个简单的BMP图像显示程序,VC++写的,做图像处理的可参考....
一个简单的BMP图像显示程序,VC++写的,做图像处理的可参考.-A simple BMP image display program, VC written to do image processing can be found.
- 2022-02-16 08:40:24下载
- 积分:1
-
First
一阶小波(9/7)变换,图像大小为512*512,可以变换成小波形式并返回,显示方案已被量化的方式
- 2022-03-19 11:34:32下载
- 积分:1
-
计算机图形学中才用c++实现的多边形有效边表填充算法
计算机图形学中才用c++实现的多边形有效边表填充算法-Have used computer graphics c++ implementation of the polygon fill algorithm effective side table
- 2022-10-23 14:40:04下载
- 积分:1
-
图像处理例程的Visual C++工程在ImageProcessing目录下(本例程仅仅考
虑真彩和灰度图像,对256色索引图像没有考虑)。...
图像处理例程的Visual C++工程在ImageProcessing目录下(本例程仅仅考
虑真彩和灰度图像,对256色索引图像没有考虑)。-Image processing routines of the Visual C++ Works ImageProcessing directory (this routine only consider the true color and grayscale images, indexing images of 256 colors does not take).
- 2023-08-26 07:05:04下载
- 积分:1
-
Basic image processing, including linear transformations, such as gray balance.
基本的图像处理,包括线性变换,如灰度平衡。
- 2022-02-07 09:06:24下载
- 积分:1
-
一个基于样例的图像修补技术的matlab演示
一个基于样例的图像修补技术的matlab演示-A sample-based image repair technology demo matlab
- 2022-07-26 03:23:11下载
- 积分:1
-
各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Pre...
各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
- 2022-05-11 00:48:27下载
- 积分:1