-
立方体的源码,做参考
立方体的源程序,做参考-cube of the source, do reference
- 2022-10-31 07:30:02下载
- 积分:1
-
VC image processing to the various methods of noise (random noise to .....)
VC++图象处理去噪音的多种方法(有随机去噪音等.....)-VC image processing to the various methods of noise (random noise to .....)
- 2022-01-25 16:11:50下载
- 积分:1
-
基于光线投射变换的三维模型特征提取,以三维模型的重心为球心的最小包围球剖分成一系列同心球壳,落入每个球壳的射线与模型表面的交点定义一个球坐标方程。一般地,对于每...
基于光线投射变换的三维模型特征提取,以三维模型的重心为球心的最小包围球剖分成一系列同心球壳,落入每个球壳的射线与模型表面的交点定义一个球坐标方程。一般地,对于每条射线,它与模型表面的多个交点同时落入一个球壳的几率大大降低了,这样就可以尽可能的减少信息的丢失。-Transform-based ray-casting feature extraction of three-dimensional model to three-dimensional model for the core focus of the post-mortem into the smallest ball surrounded by a series of concentric spherical shell, falling into the hands of each spherical shell model of the surface-ray intersection with the definition of a spherical coordinate equation. In general, for each ray, the surface of it with the model number of intersection points falling into the hands of a spherical shell at the same time greatly reduces the probability that such a reduction could be as much as possible the loss of information.
- 2023-05-23 07:50:03下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
非常实用的画笔程序源代码
非常实用的画笔程序源代码-very practical brush source code
- 2022-02-04 10:00:01下载
- 积分:1
-
c语言实现的边缘检测算法
c语言实现的边缘检测算法-Edge Detection Algorithm
- 2023-08-16 15:00:03下载
- 积分:1
-
/ /名称:smooth.c//purpose:进行平滑和锐化/作者:凤凰,…
//Name:smooth.c//Purpose: To perform smoothing and sharpening//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998
- 2023-03-16 04:35:03下载
- 积分:1
-
用MATLAB实现如何进行滤波器的设计,具体为设计同态滤波器
用MATLAB实现如何进行滤波器的设计,具体为设计同态滤波器-This source code introduces a method on how to design a filter using MATLAB.And a homostasis filter is designed in detail.
- 2023-05-25 21:15:02下载
- 积分:1
-
囊括28种图形变换算法源代码集合,包括几何变换、颜色变换等常用算法。
囊括28种图形变换算法源代码集合,包括几何变换、颜色变换等常用算法。-Include 28 kinds of graphics transform algorithm source code collections, including geometric transformations, color transform, such as commonly used algorithms.
- 2022-05-15 13:15:03下载
- 积分:1
-
基于bp神经网络的数字识别程序,练习时候编写着玩的,大家在网上肯定没有见过...
基于bp神经网络的数字识别程序,练习时候编写着玩的,大家在网上肯定没有见过-A number recognition procudure base on bg NN ,writed on practice , first apperd on web
- 2022-03-09 21:20:44下载
- 积分:1