-
几何是一个集合的例程几何计算在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
-
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
-
用VC++编写的在文档内画图的源程序,比较简单适合初学VC的人...
用VC++编写的在文档内画图的源程序,比较简单适合初学VC的人-With VC++ Prepared within the drawing in the document source, is relatively simple for beginners VC people
- 2022-01-30 13:57:19下载
- 积分:1
-
以前下载的一些用matlab编写的关于运动轮廓模型程序
以前下载的一些用matlab编写的关于运动轮廓模型程序-Previously downloaded some prepared using matlab contour model on the campaign process
- 2022-05-15 10:05:57下载
- 积分:1
-
Lee Photo Database Programming
李海图片数据库例程-Lee Photo Database Programming
- 2023-03-02 06:40:03下载
- 积分:1
-
数字图像处理的课程设计,装起来有些麻烦,见附带的文本文档,可以做一些简单的栅格图像处理,但结合摄影测量获得的同名像点可以进行三维观测...
数字图像处理的课程设计,装起来有些麻烦,见附带的文本文档,可以做一些简单的栅格图像处理,但结合摄影测量获得的同名像点可以进行三维观测-digital image processing of curriculum design, and put up some trouble, see accompanying text documents, they can do some simple raster image processing, but the combination of photogrammetry was the same name as the 3D point can be observed
- 2023-04-06 12:15:04下载
- 积分:1
-
在OpenGL中的一份
hace un cubito en opengl
- 2023-09-06 23:10:04下载
- 积分:1
-
multi
多窗口多模式(角度)演示3d动画,c实现-multi-modal window (perspective) demonstration 3d animation, c achieve
- 2022-02-22 02:58:47下载
- 积分:1
-
我自己用vb写的一个写字版 用whm写的 如果你在做写字版可以参考下呵呵不错的哦...
我自己用vb写的一个写字版 用whm写的 如果你在做写字版可以参考下呵呵不错的哦-my own use vb write a written version of WHM write if you do write in reference to the next version of Oh oh well
- 2023-01-19 01:30:04下载
- 积分:1
-
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。...
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。-fvs_enhancer : fingerprint enhancement procedures, a description of how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a
- 2022-10-07 07:20:03下载
- 积分:1