-
画Bezier曲线,VC
画Bezier曲线,VC-draw bezier curve
- 2022-02-07 11:27:36下载
- 积分:1
-
meshcut是一个基于OpenGL的应用。它模拟人体器官,如静脉或讨论。
MeshCut is an OpenGL based application. It simulate human organs like vein or artery. Requirements: .Net Framework 2.0 or higher.
- 2023-07-15 07:00:06下载
- 积分:1
-
emgucv人脸识别
本代码是一个在c#环境中使用emgucv(opencv)库进行人脸识别的程序,非常简单。很适合入门者来学习,非常感谢原作者的辛苦劳动。
opencv本身是使用c++开发的,emgucv是对opencv的封装,可以在c#环境汇总直接使用。
- 2022-05-28 23:45:19下载
- 积分:1
-
some of the image processing methods, including Melissa linear detection, graysc...
一些其本的图象处理方法,其中包括哈夫 直线检测,灰度图的转换,边界锐化 提取-some of the image processing methods, including Melissa linear detection, grayscale conversion, extraction border Sharpening
- 2022-01-25 23:31:34下载
- 积分:1
-
X3d虚拟校园,用x3dedit 3.2开发
X3d虚拟校园,用x3dedit 3.2开发-x3d virtual reality school
- 2022-02-22 09:44:35下载
- 积分:1
-
c program for dijkstra algorithm
c program for dijkstra algorithm
- 2023-06-29 11:25:04下载
- 积分:1
-
这是一个bezier曲线的程序代码
这是一个bezier曲线的程序代码-this is a program code of bezier curve
- 2022-02-06 08:25:05下载
- 积分:1
-
Computer graphics with the classic algorithm of mapping procedures, including a...
计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
- 2022-08-15 00:30:30下载
- 积分:1
-
基于bp神经网络的数字识别系统
基于bp神经网络的数字识别系统-Number recognition system based on the BP Artificial Neural Network
- 2022-12-11 04:10:03下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1