-
X射线图像处理的源代码,具有基本的图像处理功能
X射线图像处理的源代码,具有基本的图像处理功能-X-ray images of the source code with the basic image processing functions
- 2023-02-19 01:05:04下载
- 积分:1
-
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程...
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。-Used as the main map for vertical statistical procedures. RGB has three coordinates, namely R, G, B, its value from 0-255. The 0-255 is divided into 4, then there are four kinds of each coordinates value, can indicate a total of 4* 4* 4 = 64 kinds of colors. Process is mainly histogram function, it has two parameters, the first a parameter is a 64-digit group, each and every one expressed a different color, its value is the number of the color appears. The other two function numbercolor is calculated for each pixel its color value, fenduan of parameters x the return of a certain period of 0-255. The main function to test a picture of the color histogram statistics.
- 2022-10-26 15:15:04下载
- 积分:1
-
数字图像处理试验程序 包括图像的压缩 模糊 锐化
数字图像处理试验程序 包括图像的压缩 模糊 锐化-Digital image processing, testing procedures, including image compression blur sharpening
- 2022-04-19 23:57:33下载
- 积分:1
-
该软件适合初学图像处理的朋友,是一个教学性质的c源码
该软件适合初学图像处理的朋友,是一个教学性质的c源码-The software is adopt to the person who is a beginner of study image processing,the software is a C source code which have teaching character.
- 2022-07-24 23:00:53下载
- 积分:1
-
A good drawing software, can be a collection of painting a variety of standard g...
一款优秀的画图软件,可以画各种标准的集合图形,包括颜色的选择等等。-A good drawing software, can be a collection of painting a variety of standard graphics, including color choices and so on.
- 2022-02-07 16:46:56下载
- 积分:1
-
图案设计系统
图案设计系统- Design design system
- 2023-08-09 03:35:04下载
- 积分:1
-
我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换...
我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换-I prepared a digital image processing, demonstrating a variety of digital image processing algorithms, including the histogram statistics, linear transformation, enhancement, smoothing, median filtering, and a gradient method and Roberts gradient profile extraction, transformation, etc. pseudo-color
- 2022-02-24 17:37:28下载
- 积分:1
-
qt 二维图形变换实现源代码
圆形,方形,水平渐变,垂直渐变,镜像等等都可以实现,文字添加,中文显示,大小变换都有记载。想画图,qt也可以帮你解决哦!
- 2022-01-21 21:14:37下载
- 积分:1
-
图形消隐的生成算法
图形消隐的生成算法-graphics blanking the Algorithm
- 2022-06-20 09:13:18下载
- 积分:1
-
savitzky-golay滤波
利用savitzky-golay实现数据平滑滤波处理,原理是取滤波点处左右各N点,共N+1点进行拟合,之后利用最小二乘法确定相关系数,从而得到滤波点处最后的数值。可推广至二维应用
- 2023-08-07 18:45:05下载
- 积分:1