-
This is an example of computer graphics in C++ environment to achieve the midpoi...
这是一个计算机图形学实例,在C++环境下实现圆中点BRESENHAM算法-This is an example of computer graphics in C++ environment to achieve the midpoint circle algorithm BRESENHAM
- 2022-01-26 00:46:38下载
- 积分:1
-
/* This program is to read and write bmp images */
bit图的读写操作,很值得一看...
/* This program is to read and write bmp images */
bit图的读写操作,很值得一看-/* This program is to read and write bmp imag es*/bit map reading and writing operations, is an eye-catcher
- 2022-01-26 07:47:54下载
- 积分:1
-
The source image format converter for conversion of images in different formats,...
图像格式转换的源码,用于图像不同格式的转换,如转换公式为Gray(i,j)=0.11*R(i,j)+0.59*G(i,j)+0.3*B(i,j),其中Gray(i,j)为转换后的黑白图像在(i,j)点处的灰度值,其中绿色所占的比重最大,所以转换时可以直接使用G值。
-The source image format converter for conversion of images in different formats, such as the conversion formula for the Gray (i, j) = 0.11* R (i, j)+ 0.59* G (i, j)+ 0.3* B ( i, j), which Gray (i, j) for the converted black and white images in the (i, j) point of the gray value, of which the largest share in the green, so conversion can be directly used when the G value.
- 2022-06-15 12:56:21下载
- 积分:1
-
图像的形态学变换(腐蚀运算、膨胀运算、细化等)
图像的形态学变换(腐蚀运算、膨胀运算、细化等)-Morphological image transform (corrosion computing, expanding operations, refining, etc.)
- 2022-02-21 16:50:23下载
- 积分:1
-
中值滤波去噪声程序,已经通过调试,可直接使用
中值滤波去噪声程序,已经通过调试,可直接使用-Median filter to the noise process, has passed debugging can be used directly
- 2022-03-22 14:20:49下载
- 积分:1
-
robert边沿检测的VC源代码
robert边沿检测的VC源代码-VC source code
- 2022-01-22 01:09:42下载
- 积分:1
-
A small remote sensing image processing procedures, including image enhancement...
一个小型遥感图象处理程序,包括图象增强锐化、快速傅立叶变换等。-A small remote sensing image processing procedures, including image enhancement sharpening, such as Fast Fourier Transform.
- 2022-05-30 21:13:26下载
- 积分: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
-
for various image segmentation algorithm secret anguish uploads from above the e...
用于各种图像分割的算法 ,隐痛上传,从上面的边缘检测,二值化,区域分割一些经典的算法来加深对图像分割的理解。粗略分析了这些算法的优点很不足。对于课题算法的选取起了很大的帮助-for various image segmentation algorithm secret anguish uploads from above the edge detection, two values, Segmentation some classical algorithm for image segmentation deepen understanding. Rough analysis of the advantages of these algorithms are inadequate. Algorithm for the selection of topics has been most helpful
- 2022-07-19 11:35:02下载
- 积分:1
-
在数字图像处理中,会应用kmeans算法,该算法的实现源码呈现如下!...
在数字图像处理中,会应用kmeans算法,该算法的实现源码呈现如下!-In digital image processing will be applied kmeans algorithm, which follows the realization of a source!
- 2023-08-18 05:20:02下载
- 积分:1