-
本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, B...
本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT
&light)实现RGB向HSL转换-Experimental realization of the RGB and HLS color color conversion in this experiment, the definition of the function void HSLtoRGB (UINT hue, UINT sat, UINT light, BYTE & r, BYTE & g, BYTE & b) the realization of HSL to RGB conversion void CPaletteDlg: : RGBtoHSL (BYTE r, BYTE g, BYTE b, UINT & hue, UINT & sat, UINT & light) to achieve conversion RGB to HSL
- 2023-04-19 04:00:05下载
- 积分:1
-
This library implements the KLT Tracking algorithm [2004] for Feature Tracking i...
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
- 2023-06-29 20:25:03下载
- 积分:1
-
数据读取。实验数据量过大时可用该程序读取其中部分数据。...
数据读取。实验数据量过大时可用该程序读取其中部分数据。-Data read. Experimental data may be too much to read one of the program part of the data.
- 2023-08-04 04:45:03下载
- 积分:1
-
这是一个Bezier曲线(C++)的源代码。这是非常重要的计算机图形…
这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
- 2022-02-13 00:23:46下载
- 积分:1
-
每次点击左键都会出现显示你点击数量的黄色方块,右键清除所有方块....
每次点击左键都会出现显示你点击数量的黄色方块,右键清除所有方块.-everytime you click the left button, there are the same number of small yellow recs happans, right click to clear them.
- 2023-02-19 22:20:03下载
- 积分:1
-
该算法建立了由最小二乘法,离散点曲率和离散点曲率变化和三项组成的目标函数并求出了最优控制点序列坐标,采用非线性优化方法对权因子序列进行了调整,确立了逼近误差的近...
该算法建立了由最小二乘法,离散点曲率和离散点曲率变化和三项组成的目标函数并求出了最优控制点序列坐标,采用非线性优化方法对权因子序列进行了调整,确立了逼近误差的近似表示方法,并提出了包括上述方法的循环判断流程.-The algorithm was established by the least squares method, discrete points, the curvature and the curvature change and the three discrete points consisting of the objective function and find the optimal sequence of control point coordinates, using non-linear optimization method for sequence weights have been adjusted establishes the approximation error of the approximate representation, and proposed, including the cycle of the above methods to determine flow.
- 2022-03-14 05:05:42下载
- 积分:1
-
*nix用户应该阅读readme.unix VisualC++用户应该阅读readme.visualc cygw…
*nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS: *nix stands for GNU/Linux, *BSD, SunOS/Solaris and perhaps some more. -*nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS:*nix stands for GNU/Linux,*BSD, SunOS/Solaris and perhaps some more.
- 2022-02-15 02:55:06下载
- 积分:1
-
matlab exprience,M文件,实验代码
matlab exprience,M文件,实验代码-matlab exprience, M files, experiment code
- 2022-03-25 16:48:04下载
- 积分:1
-
一个绘制三次B样条的类,可通过型值点计算控制点,可进行拆分,可计算拟合误差...
一个绘制三次B样条的类,可通过型值点计算控制点,可进行拆分,可计算拟合误差-a cubic B-spline drawing of the category, through point-value calculation control points can be split, translate fitting error
- 2022-10-07 05:25:02下载
- 积分:1
-
画线演示程序
画线问题演示程序-painting Line Demonstration Program
- 2022-06-13 11:09:46下载
- 积分:1