-
in Image Processing category will read the color image into a gray
在图像处理类中将读取的彩色图像转化为灰度图像用于后续处理-in Image Processing category will read the color image into a gray-scale images for follow-up treatment
- 2022-05-05 08:36:48下载
- 积分:1
-
H261源代码
里面含有一个ppt-关于H261的详细介绍,另外还有H261的源代码.简介:H.261又称为P*64,其中P为64kb/s的取值范围,是1到30的可变参数,它最初是针对在ISDN上实现电信会议应用特别是面对面的可视电话和视频会议而设计的。
- 2022-04-20 04:37:10下载
- 积分:1
-
图层合并:将一个图层的所有对象转移到另一个图层,并删除原图层。...
图层合并:将一个图层的所有对象转移到另一个图层,并删除原图层。-Layer merger: a layer of all objects to another layer, and delete the original layer.
- 2022-06-28 20:06:32下载
- 积分:1
-
国外一个著名的计算机视觉开发库,C++编写,并且附有例子,适合研究计算机视觉的人员用!...
国外一个著名的计算机视觉开发库,C++编写,并且附有例子,适合研究计算机视觉的人员用!-abroad a famous computer vision for the development, C, and with examples. for the Computer Vision Research Service!
- 2023-03-14 23:50:03下载
- 积分:1
-
一个比例尺的源代码,使用VC开发。功能简单。
一个比例尺的源代码,使用VC开发。功能简单。-a scale of the source code, the use of VC. Simple functions.
- 2022-04-28 19:58:11下载
- 积分:1
-
这是一个Vega Prime 下实现望远镜的例子,很不错
这是一个Vega Prime 下实现望远镜的例子,很不错-This is a Vega Prime examples of telescope under very good
- 2022-03-13 05:13:47下载
- 积分:1
-
自己编写的bezier曲线的程序,主要多了升阶的功能,按鼠标左键加控制点,右键该控制点,鼠标中的滚轮用于升阶。...
自己编写的bezier曲线的程序,主要多了升阶的功能,按鼠标左键加控制点,右键该控制点,鼠标中的滚轮用于升阶。-Bezier curves have written procedures, the main bands or more functions, press the left mouse button plus control point, right of the control points of the wheel mouse or bands used.
- 2022-08-17 03:04:27下载
- 积分:1
-
yuv解码器 很不错
yuv解码器 很不错-YUV codec very good
- 2022-01-26 17:55:53下载
- 积分:1
-
一个小的画直线的程序,鼠标点击取点,并支持坐标输入!
treetree42...
一个小的画直线的程序,鼠标点击取点,并支持坐标输入!
treetree42-a small painting of a linear process, from mouse clicks, coordinate and support the input! Treetree42
- 2023-03-08 21:20:03下载
- 积分:1
-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1