-
这是基于图像处理,用MATLAB编程,实现边缘提取后边缘细化程序...
这是基于图像处理,用MATLAB编程,实现边缘提取后边缘细化程序-This is based on image processing, using MATLAB programming, the realization of the edge after the edge extraction process refinement
- 2022-06-20 02:06:34下载
- 积分:1
-
本实验实现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
-
图形压缩的源代码实现,请参考MSDN程序中的实现.
图形压缩的源代码实现,请参考MSDN程序中的实现.-Graphics compression realize the source code, please refer to MSDN realize process.
- 2022-07-13 22:22:45下载
- 积分:1
-
maya5 _ 6xfileexporter
maya5_6XFileExporter
- 2022-04-18 15:57:05下载
- 积分:1
-
基于光线投射变换的三维模型特征提取,以三维模型的重心为球心的最小包围球剖分成一系列同心球壳,落入每个球壳的射线与模型表面的交点定义一个球坐标方程。一般地,对于每...
基于光线投射变换的三维模型特征提取,以三维模型的重心为球心的最小包围球剖分成一系列同心球壳,落入每个球壳的射线与模型表面的交点定义一个球坐标方程。一般地,对于每条射线,它与模型表面的多个交点同时落入一个球壳的几率大大降低了,这样就可以尽可能的减少信息的丢失。-Transform-based ray-casting feature extraction of three-dimensional model to three-dimensional model for the core focus of the post-mortem into the smallest ball surrounded by a series of concentric spherical shell, falling into the hands of each spherical shell model of the surface-ray intersection with the definition of a spherical coordinate equation. In general, for each ray, the surface of it with the model number of intersection points falling into the hands of a spherical shell at the same time greatly reduces the probability that such a reduction could be as much as possible the loss of information.
- 2023-05-23 07:50:03下载
- 积分:1
-
这是浮动的时域算法程序,可以画出四个S ..
这是关于浮动水平线算法的程序,可以绘制四种曲面,并设有方向调整和步进调整功能-This is the floating horizon algorithm on the procedure, you can draw the four surfaces, and to adjust and step with the direction of adjustment function
- 2022-05-31 10:06:28下载
- 积分:1
-
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊-This is a clock program, vc achieved, friendly interface and practical, very good ah
- 2022-03-09 12:35:37下载
- 积分:1
-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
图形与图像书带的程序_1
图形与图像书带的程序_1-graphics and images book on the procedure _
- 2022-08-22 19:49:04下载
- 积分:1
-
用VB写的字符识别过程中,BP神经网络的应用…
用VB写的字符识别程序,采用BP神经网络算法,对于脱离Matlab软件进行神经网络算法的编写是一个很好的例子。-Using VB to write the character recognition process, the use of BP neural network algorithm, for from the Matlab software for the preparation of neural network algorithm is a good example.
- 2023-05-16 00:15:02下载
- 积分:1