-
opencv图像拼接
这个代码可以实现几幅有重叠部分图像的拼接,而且效果很好,采用的是opencv库函数。实现简单。而且很容易看懂,对于类似工程的开发有很大的意义/
- 2022-07-03 20:29:55下载
- 积分:1
-
模拟图片转盘
研究了下抽奖小游戏,自己做了一个。
delphi2009 编写的转盘小游戏,供大家参考, 用到了图片和播放声音,
- 2023-06-22 03:05:07下载
- 积分:1
-
图像二值化阈值-最小误差最佳阈值法
对源图像指定区域(通过矩形的左上角和右下角的坐标点指定)使用最小误差最佳阈值法,通过迭代获得该区域的最佳阈值。
- 2023-02-20 02:25:04下载
- 积分:1
-
形态学图像处理
采用多个结构元素对图像进行开、闭、腐蚀、膨胀等操作,并进行了高帽变换、提取边界线、获取梯度、开重建等操作。
- 2022-01-25 16:57:59下载
- 积分:1
-
qrcode处理
实现VC++二维码解码功能,解析常见二维码。QRcode解码译码器,功能为读入一张图片译出其内容,具体功能包括图形探测定位、图形过滤校正、检错纠错等。
- 2022-12-09 01:30:03下载
- 积分:1
-
make screenshot
水效应
- 2022-01-22 06:30:58下载
- 积分:1
-
StL Data File Viewer
StereoLithography(StL) is something that is widely used in CAD/CAM, RapidPrototyping etc. The concept is that any surface or solid is exported to StL format by data exchange packages after they are modeled in commercial CAD packages. This data consists of triangulated facets that approximate the surface of the solid. No topological or geometric information is exported. The surface is subdivided into small triangles. The approximation uses chordal deflection for curved surfaces to smoothen the surface. More the smoothening required, more number of smaller triangles are generated by subdivision resulting in larger size of data file. Now, along with triangles, their facet normals are also generated. The data is written both in ASCII and binary formats. The data in ASCII is written like this:
- 2022-02-02 20:46:09下载
- 积分:1
-
vb 使用ImageList图片叠加
VB使用ImageList显示JPG图像,并叠加图像,原理看下源代码自然明白,通过这个小程序你可以掌握如何在ImageList中显示图片。
- 2022-07-02 16:52:17下载
- 积分:1
-
压缩感知稀疏度自适应(SAMP)信号重构算法
稀疏度自适应(SAMP)信号重构算法在源信号稀疏度未知的情况下能够较为精确的恢复源信号,并且该算法的复杂度不高,能够很好的适应于压缩感知中对一维和二维信号的恢复,是贪婪类算法中比较新的一种算法。 本代码将原图像lena在离散余弦稀疏基下稀疏表示,测量矩阵选取高斯随机矩阵,用SAMP算法对原图像进行重构。
- 2022-08-03 16:02:24下载
- 积分:1
-
特征提取和匹配
应用背景图像的特征提取和特征匹配,用sift算法,SIFT特征检测算法 ,检测的特征点具有平移、旋转、尺度变化不变性,实验效果较好。-The SIFT feature detect algorithm.The feature is scale- and rotation-invariant.The algorithm performs well in experiments.关键技术sift提取特征,然后进行匹配。基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-Hot and difficult of the current research areas of domestic and foreign feature point matching based the SIFT image registration program SIFT feature matching algorithm is its ability to match between the two images, can handle translation, rotation, affine transformation case match problem, even in some degree images taken at any angle with more stable feature matching ability
- 2022-01-30 17:14:32下载
- 积分:1