-
计算模型OBB的8个点
本源码完整给出了一个接口函数;
用户只需要给出一个模型文件名称,函数返回需要的8个OBB的顶点;
算法使用开源osg作为基础库函数,先抽取模型的所有的点,接着计算协方差矩阵,继而求解三个特征向量作为OBB的三个轴;在此基础上给出模型OBB的八个顶点;
- 2023-07-28 11:10: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
-
图像文件格式处理代码
图像文件格式处理代码-image file format handling code
- 2022-09-16 14:50:03下载
- 积分:1
-
基于VC++平台的指纹识别算法,设计到直方图,软化,细化,等效果还不错,很值得学习...
基于VC++平台的指纹识别算法,设计到直方图,软化,细化,等效果还不错,很值得学习-based VC fingerprint recognition algorithm design to the histogram, softened details, such as the results were pretty good. worth learning! !
- 2022-01-30 11:03:02下载
- 积分:1
-
数字图像处理的程序,加载IFC库就可以运行。
数字图像处理的程序,加载IFC库就可以运行。-Digital image processing procedures, load the IFC will be able to run the Treasury.
- 2022-02-27 06:01:09下载
- 积分:1
-
bmp浏览器,编译成功
bmp浏览器,编译成功-bmp browser, compiler success
- 2022-04-22 18:27:47下载
- 积分:1
-
Face and eye detection source code for face location C++ source code for
检测人脸以及人眼源代码,人脸定位C++源代码-Face and eye detection source code for face location C++ source code for
- 2022-07-06 20:33:18下载
- 积分:1
-
计算机图形学的几何变换,是用VC++的MFC写的
计算机图形学的几何变换,是用VC++的MFC写的-computer graphics geometric transformation is the use of VC++ MFC write
- 2022-03-16 09:28:25下载
- 积分:1
-
"Plot to Bitmap" allows the user to directly plot lines, text and filled polygon...
“打印到位图”允许用户直接将线条、文本和填充多边形打印到图像中,因此无需截屏(getframe)。
- 2022-10-16 02:40:03下载
- 积分:1
-
本人多年前做的一个控制系统项目的程序,连接串口可以和仿真通信,用到了绘图的多个方面,是控制系统上位机编程的很好范例
本人多年前做的一个控制系统项目的程序,连接串口可以和仿真通信,用到了绘图的多个方面,是控制系统上位机编程的很好范例-years ago, I do a project control system procedures, and can connect serial communications simulation, the use of graphics in many areas of PC Control System Programming a good example
- 2022-01-24 13:07:11下载
- 积分:1