-
“计算几何结构”(第二版)的代码:代码功能章…
C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg P
- 2023-04-03 14:50:03下载
- 积分:1
-
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。...
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
- 2022-07-17 22:12:27下载
- 积分:1
-
fingerprint images can be used to fingerprint identification test
指纹图像,可用于指纹识别试验-fingerprint images can be used to fingerprint identification test
- 2023-03-06 18:25:04下载
- 积分:1
-
集装箱号码的定位算法,对于字母数字有较好的定位效果,为进一步的号码分割识别奠定了基础...
集装箱号码的定位算法,对于字母数字有较好的定位效果,为进一步的号码分割识别奠定了基础-location algorithm for extraction of codes in containers
- 2023-09-08 20:20:02下载
- 积分: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
-
计算机图形学中种子填充方法用visual C++实现,实现四边形填充...
计算机图形学中种子填充方法用visual C++实现,实现四边形填充
-Computer Graphics in the seed filling Methods visual C++ Realize, realize quadrilateral filling
- 2022-02-28 22:34:15下载
- 积分:1
-
use matlab to control mouse
use matlab to control mouse -use matlab to control mouse
- 2023-08-29 16:05:03下载
- 积分:1
-
这是一个很高的
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2022-03-04 05:13:41下载
- 积分:1
-
二十面体的显示
二十面体的显示-Icosahedral display
- 2023-05-29 06:05:04下载
- 积分:1
-
purpose library and test program that 577 ides some very simple primitives to pr...
purpose
library and test program that provides some very simple primitives to produce EPS (postscript) files
compile
gcc -DTEST -g -o epsplot epsplot.c -lm (to produce test program)
-purpose library and test program that 577 ides some very simple primitives to produce EPS (postscript) files compile gcc- DTEST-g-o eps plot epsplot.c- lm (to produce test program)
- 2023-01-08 20:25:03下载
- 积分:1