-
VC 6.0 Mandebo Lott of the drawing functions
利用VC++ 6.0实现了曼德勃罗特图的绘制功能-VC 6.0 Mandebo Lott of the drawing functions
- 2022-07-16 01:55:54下载
- 积分:1
-
VB在PICUTRE控件内实现画曲线的例子,有二个参数可选
VB在PICUTRE控件内实现画曲线的例子,有二个参数可选-VB controls in PICUTRE curve to achieve painting examples have two optional parameters
- 2022-03-15 23:54:58下载
- 积分: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
-
OpenCV corner detection code, the use of graphics processing for Intel OpenCV ri...
OpenCV角点检测代码,利用intel图形处理库opencv对彩色图像中物体的角和边进行检测,可以用在车辆的检测中-OpenCV corner detection code, the use of graphics processing for Intel OpenCV right color images of objects in the angle and edge detection, can be used in the detection vehicle
- 2022-01-26 16:39:07下载
- 积分:1
-
这是一个窗体的例子,利用该代码,可以制作出漂亮的窗体截面...
这是一个窗体的例子,利用该代码,可以制作出漂亮的窗体截面-This is an example of the form, use the code, you can create a beautiful cross-section of the form
- 2022-01-26 04:27:01下载
- 积分:1
-
GDC2003的源码,基于物理的游戏编程
GDC2003的源码,基于物理的游戏编程-GDC2003 source, physics-based game programming
- 2023-08-19 13:50:03下载
- 积分:1
-
directx8 entry code, including texture mapping triangle transform loading model
directx8 入门代码 包括绘制三角形 纹理 变换 载入模型等-directx8 entry code, including texture mapping triangle transform loading model
- 2023-05-15 02:25:03下载
- 积分:1
-
关于listview和treeview的综合编程,源码与大家共分享
关于listview和treeview的综合编程,源码与大家共分享-listview and treeview on the integrated programming, and code share with you a total of
- 2022-03-22 22:34:19下载
- 积分:1
-
OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度....
OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度. //三种不同的方法.其中方法二没有完全测试,方法一可以满足大部分需要-OpenCV four images of arbitrary rotation angle// Image Rotation question Img_old// to return to the rotation after the image type IplImage* Img_tmp.// Rotation angle, unit degrees.// Three different ways. Two methods which do not fully test one way to meet the needs of the majority
- 2022-02-05 19:37:53下载
- 积分:1
-
surf特征点检测和匹配
surf算法的具体实现:
Surf算法原理
(1)、构建Hessian矩阵
(2)、构建尺度空间
图像的尺度空间是这幅图像在不同解析度下的表示,由式(4)知,一幅图像j(X)在不同解析度下的表示可以利用高斯核G(£)的卷积来实现,图像的尺度大小一般用高斯标准差来表示[6]。在计算视觉领域,尺度空间被象征性的表述为一个图像金字塔,其中,输入图像函数反复与高斯函数的核卷积并反复对其进行二次抽样,这种方法主要用于Sift算法的实现,但每层图像依赖于前一层图像,并且图像需要重设尺寸,因此,这种计算方法运算量较大,而SURF算法申请增加图像核的尺寸,这也是SIFT算法与SURF算法在使用金字塔原理方面的不同。算法允许尺度空间多层图像同时被处理,不需对图像进行二次抽样,从而提高算法性能。图1(a)是传统方式建立一个如图所示的金字塔结构,图像的寸是变化的,
- 2022-04-15 04:54:37下载
- 积分:1