搜索资源列表
list33
- 这个小程序可以将原图片的三原色各自的所有的灰度值的像素数计算出来。-This small program can be the original picture of the three primary colors calculated.
Interpolation
- /************************************************************************* * 函数名称: * Interpolation() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * FLOAT x - 插值元素的x坐标 * FLOAT y
TrueColor2SingleBand
- VC/C++源码,图形处理,图像转换 VC实现真彩色图像转换为8位图像,RGB三个波段的灰度通过一个线性变换式计算为单波段灰度。 关于代码: DWORD _width1 = WIDTHBYTES(width*8) //保存的8bits位图保存宽度 DWORD bytesCount1 = _width0*height //存储该真彩色位图数据段所用的字节数,不是像素数 DWORD bytesCount2 = _width1*height //存储8b
Fractal-Dimensions
- 利用MATLAB的图像处理和数值计算功能得到颗粒物边界的二值图像;编制MATLAB程序,统计一系列以不同像素数量为边长的正方形块覆盖二值图像时的个数,根据像素数量和正方形块个数之间的关系,确定图像的计盒维数。-Image processing and numerical calculation using MATLAB function obtain pellets boundary of the binary image preparation of the MATLAB program,
supersushu
- 素数的计算,C++实现,可以计算任意范围内的素数-Prime number calculation, C++ implementation, we can calculate any prime number within the
DataProcess
- 对输入图像进行光度计算,不同色度下像素数统计,并对结果进行高斯低通滤波(The input image is calculated by luminosity, the prime number is counted under different chromaticity, and the Gauss low pass filter is applied to the result.)