-
用方程画线的程序
用方程画线的程序-equation line drawing procedure
- 2022-07-14 21:34:35下载
- 积分:1
-
一本原版的视频编码器设计图书,非常易懂,但是将视频编码中的原理和设计方法讲的很透彻。
一本原版的视频编码器设计图书,非常易懂,但是将视频编码中的原理和设计方法讲的很透彻。-an original video encoder design books, very understandable, but the video coding theory and the design method for the very thorough.
- 2022-03-03 04:11:32下载
- 积分:1
-
基于平面拟合的Lidar影像建筑物提取
从LiDAR影像中提取建筑物,最重要的是去除高大的树冠。本项目通过平面拟合去除LiDar影像中的高大树冠,并通过区域生长的方式得到建筑物对象。
- 2022-06-21 04:00:41下载
- 积分:1
-
车辆识别
基于opencv的车辆识别,原理主要是通过opencv的轮廓检测识别车辆轮廓,然后再检测车辆,效果不错
- 2023-01-08 12:30:02下载
- 积分:1
-
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用...
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用-Images can be synthesized operations, such as poor law-add video subtraction and logic operations can test the image file already have convenient and direct the use of
- 2022-04-12 09:02:26下载
- 积分:1
-
在Vc环境下 仿CAD编程(源代码)
在Vc环境下 仿CAD编程(源代码)-Vc environment in imitation of CAD programming (source code)
- 2022-06-19 07:06:30下载
- 积分:1
-
This is a pale blue background. Many stars dust! ! Oh, pretty good
这是一个淡蓝背景。很多星星飞扬!!蛮不错的哦-This is a pale blue background. Many stars dust! ! Oh, pretty good
- 2022-09-16 06:40:03下载
- 积分:1
-
计算1D,2D,3D的分形盒维数
计算1D,2D,3D的分形盒维数Calculation of 1D, 2D, 3D box fractal dimension
- 2022-07-09 02:14:37下载
- 积分:1
-
为了将零件固定在PCB上面,我们将它们的接脚直接焊在布线上。在最基本的PCB(单面板)上,零件都集中在其中一面,导线则都集中在另一面。这么一来我们就需要在板子上...
为了将零件固定在PCB上面,我们将它们的接脚直接焊在布线上。在最基本的PCB(单面板)上,零件都集中在其中一面,导线则都集中在另一面。这么一来我们就需要在板子上打洞,这样接脚才能穿过板子到另一面,所以零件的接脚是焊在另一面上的。因为如此,PCB的正反面分别被称为零件面(Component Side)与焊接面(Solder Side)。-parts to be fixed above the PCB, we will take their feet welded directly on the wiring. At its most basic PCB (single-panel), parts of which are concentrated in the side, wire were concentrated on the other side. Suppose we need burrows on the board, then through the legs of another plank, then parts of the legs is another welding in the face. Because of this, the PCB is negative components were known as surface (Component Side) and the welding surface (Solder Side).
- 2022-11-08 00:30:02下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1