-
这是一个计算机图形学算法的演示,它被用在一个。我..
计算机图形学中常用算法演示,用VC++实现,可读性很强,对初次接触图形学的人有帮助-This a demo of algorithms for computer graphics, which is implemented by VC++. It is easy to understand and helpful for the beginners of graphics.
- 2022-04-11 17:31:04下载
- 积分:1
-
一个全部源代码的矢量图控件,非一般源代码可比。支持动画图元,安装需要Rxlib(最常用的开源控件了)...
一个全部源代码的矢量图控件,非一般源代码可比。支持动画图元,安装需要Rxlib(最常用的开源控件了)-a full source code vector control, non-comparable general source code. Yuan plans to support animation, installation Rxlib (the most commonly used open-source controls.)
- 2023-09-01 17:55:03下载
- 积分:1
-
将一个彩色图像之间的颜色表示。
Convert a color image between color representations.
B = COLORSPACE(S,A) converts the color representation of image A
where S is a string specifying the conversion. S tells the
source and destination color spaces, S = destdest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destin
- 2023-02-24 07:00:03下载
- 积分:1
-
WPF图形设计器
这是一套WPF图形设计器,在一个外国网站上找到的,包含整套源码,里面的代码设计思想非常棒,非常适合新手,还包含一个例子,可适合做工作流引擎的同学学习,里面含有常见的流程图图形:开始,结束,过程,分支,子过程,还可以连线,可以改变线的线头图形,可以自己定原图,可以保存,编辑,打开,改变颜色
- 2022-03-04 10:06:59下载
- 积分:1
-
B样条、Bezier曲线等多种曲线画法
B样条、Bezier曲线等多种曲线画法-B-spline, and other Bezier curve drawing curves
- 2023-08-07 19:55:02下载
- 积分:1
-
face detection algorithm
face detection algorithm
- 2022-04-15 11:11:06下载
- 积分:1
-
bmp文件read
bmp文件read-bmp file read
- 2022-03-15 14:46:40下载
- 积分:1
-
实验七参数转换,测绘地理坐标系转换。在ARCGIS下用VBA写的,需知道椭球转换的7个参数...
实验七参数转换,测绘地理坐标系转换。在ARCGIS下用VBA写的,需知道椭球转换的7个参数-qicanshuzhuanhuan
- 2022-02-15 23:07:10下载
- 积分:1
-
图象的几何变换
打开一幅位图,实现几何变换
命令行编译过程如下
vcvars32
rc bmp.rc
cl geotrans.c bm...
图象的几何变换
打开一幅位图,实现几何变换
命令行编译过程如下
vcvars32
rc bmp.rc
cl geotrans.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c: est.bmp必须存在
-Image geometric transformation to open a bitmap, to achieve geometric transform command-line compiler as follows vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib Note: run-time, the file c: test.bmp There must be
- 2023-05-05 15:45:03下载
- 积分:1
-
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用...
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用-This is an additional parameter with C curve drawing procedure, the teacher left the job, hope for all of us
- 2022-04-25 08:57:48下载
- 积分:1