-
内存画图DLL,可以快速画出圆,矩形,三角,多边形等常见的图形以及各种曲线...
内存画图DLL,可以快速画出圆,矩形,三角,多边形等常见的图形以及各种曲线-Memory drawing DLL, can quickly draw circle, rectangle, triangle, polygon, such as graphics and a variety of common curve
- 2022-02-03 05:32:27下载
- 积分:1
-
beziereditor是Bezier曲线编辑器具有以下功能:<;BR >;
BezierEditor is a Bezier Curve Editor with follow functions : -add/remove curves and points -move points and curves -zoom in/out/box -load and save in a text file -multiple selection -BezierEditor is a Bezier Curve Editor with follow functions:
- 2022-09-13 11:00:03下载
- 积分:1
-
基于opencv平台,全景图像展开,采用同心圆环近似展开法
基于opencv平台,全景图像展开,采用同心圆环近似展开法-Opencv-based platform, panoramic images to start using concentric rings similar to expansion method
- 2022-02-03 22:04:53下载
- 积分:1
-
Tsai标定算法的精度验证程序,用matlab编写,可以画出重建图像...
Tsai标定算法的精度验证程序,用matlab编写,可以画出重建图像-Tsai calibration algorithm for the accuracy of the verification process, the preparation of matlab, you can draw the reconstructed image
- 2022-07-27 06:56:25下载
- 积分:1
-
chop some of the images of the source code interface classic Actually, I do not...
印章图像处理的一些接口的源代码很经典其实我也不懂-chop some of the images of the source code interface classic Actually, I do not know how
- 2022-02-25 20:36:37下载
- 积分:1
-
这是一个实现GVF(广义梯度矢量流算法)的matla代码,
这是一个实现GVF(广义梯度矢量流算法)的matla代码,-This is a realization of GVF (generalized gradient vector flow algorithm) matla code,
- 2022-02-01 10:15:46下载
- 积分:1
-
几何是一个集合的例程几何计算在2,3和氮。
GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes, polyhedra and vectors.-GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes , polyhedra and vectors.
- 2023-06-23 00:05:03下载
- 积分:1
-
一个nurbs的开发库,包含了nurbs曲线、曲面的源代码以及开发例子
一个nurbs的开发库,包含了nurbs曲线、曲面的源代码以及开发例子-A nurbs develop library,including source codes and develop examples of nurbs curve,
spline patch .
- 2022-01-28 18:59:21下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
Douglas algorithm, a method of compression Line can be reached in accordance wit...
道格拉斯算法,一种线划压缩的方法,可根据阈值达到不同的压缩比例-Douglas algorithm, a method of compression Line can be reached in accordance with thresholds different compression ratio
- 2022-09-04 16:40:02下载
- 积分:1