-
windows realtime draw picture
windows realtime draw picture
- 2022-02-24 15:30:11下载
- 积分:1
-
purpose
computes histogram and some statistical measures (min, max, ...) for...
purpose
computes histogram and some statistical measures (min, max, ...) for a list of values (one per line)
compile
gcc -g -o analyze_values analyze_values.c -lm -purpose computes histogram and some stati stical measures (min, max, ...) for a list of values (one per line) compile g cc-g-o analyze_values analyze_values.c- lm
- 2022-06-12 20:56:57下载
- 积分:1
-
When the program is implemented with VC++6.0 on the grayscale image to carry out...
该程序时用VC++6.0实现的,对灰度图像来进行膨胀和复试以及开闭运算,对学者应该有帮助。-When the program is implemented with VC++6.0 on the grayscale image to carry out expansion and re-testing, as well as opening and closing operation, pairs of scholars should be helpful.
- 2022-04-09 01:36:21下载
- 积分:1
-
导弹发射演示:可以切换多个视角,由可执行文件和可编译运行的原代码组成!...
导弹发射演示:可以切换多个视角,由可执行文件和可编译运行的原代码组成!-missile launch demo:multiplex viewpoint,making up of executable file and compilable source sound
- 2022-07-23 07:08:43下载
- 积分:1
-
计算机图形学关于二维几何变换图形程序 源代码 欢迎指导
计算机图形学关于二维几何变换图形程序 源代码 欢迎指导-computer graphics transformation of two-dimensional geometric graphics program source code welcome guidance
- 2022-12-04 17:25:03下载
- 积分:1
-
将窗体编译成类库 将窗体编译成类库
将窗体编译成类库 将窗体编译成类库 -Will be compiled into a class library will form the form will be compiled into a form library will be compiled into a class library compiled form
- 2022-10-17 20:25:03下载
- 积分:1
-
一个头文件 一个头文件 一个头文件
一个头文件 一个头文件 一个头文件-A header file a header file a header file a header file
- 2022-01-25 14:43:59下载
- 积分:1
-
实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期...
实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期信息),该程序可以用于编写项目管理软件中的甘特图的显示-Achieved Gantt display function (also known as Gantt bar chart for project management in the progress of management, said the length of its duration, the starting point that the start date, end date point, you can mouse to change it used to change the date of information), the program can be used in the preparation of project management software Gantt display
- 2022-01-24 09:57:31下载
- 积分:1
-
graphics rendering the simple procedure
图形绘制的简单程序-graphics rendering the simple procedure
- 2023-02-13 04:45:04下载
- 积分:1
-
色彩空间的转换 ColorTransform RGB与LAB互转
应用背景在图像处理中,有时需要将真彩色图像转换到其他色彩空间进行处理,已获得更好的处理结果,即从RGB空间转换到LAB或者HSI空间等,处理后为迎合人眼需求一般要将其他色彩空间的处理结果再次转换到RGB空间。本代码即实现了RGB与LAB的互转。关键技术
在色彩空间的正向转换中(RGB to LAB):采用的是九级均匀分割建模,棱柱差值;
在反向转换中(LAB to RGB):采用的是多项式回归方法。
- 2022-05-05 08:48:48下载
- 积分:1