-
C#封装Windows的api做成的GDI库
C#中绘图主要使用GDI+,其效率比传统的GDI低,但C#中已经的库中又不包含传统的GDI函数,本程序将windows api中的绘图部分重新引用封装,达到在C#中使用GDI的功能,提高了绘图的效率。
- 2022-02-05 04:45:28下载
- 积分: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
-
基于非参数采样的视频深度提取
发表在2012年计算机视觉顶级会议ECCV上的文章Depth Extraction from Video Using Non-parametric Sampling的源代码,
采用非参数采样从单目视频中提取深度,这个研究方向比较新,希望对大家有用。我这里还有他们的ppt,做的很好,如果有
需要的可以留邮箱。
- 2022-01-26 03:14:30下载
- 积分:1
-
边缘检测
通过使用此代码,您可以生成自己的边缘检测不使用matlab工具箱。
- 2022-06-12 22:19:26下载
- 积分:1
-
灰度或彩色多模态医学图像融合-加权平均法
资源描述利用加权平均融合算法进行灰度或彩色多模态医学图像融合,程序具体很好的通用性,并且提供几种图像融合客观评价指标,还给出3组宝贵的已配准的图像
- 2022-05-06 07:21:02下载
- 积分:1
-
wince 下画图程序
wince下的画图程序,WINCE没有带这个小工作,为了让产品更象PC机,我写了这个程序,完全自主编写和代码实现,没有使用DLL或OCX等封装过的东西。功能和WIN32版本类似,因API缺少的原因无画曲线和截取任意图形的功能,其他功能完整。EVC4下编译通过
- 2022-10-30 20:30:03下载
- 积分:1
-
VS2013+opencv实现canny检测
资源描述使用opencv库实现图像的边缘检测,在vs2013+opencv2.4.10中完美使用,只需要把代码中读入的图片换为自己的路径就可以了
- 2022-01-26 06:42:30下载
- 积分:1
-
图像分割技术
在图像处理方面的实际应用中,为了完成实际的需要,可能整个图像处理过程仅仅对一些图像目标较为关注,整个流程都是围绕着这些图像目标所进行的。按照实际需要,一副图像可以分为两部分:前景(对应于实际中要使用的图像目标)和背景(图像中非目标的其它区域)。在作物病害诊断系统中,对图像进行分割后,为了完成最后的识别过程,需要对分割后的目标图像区域的特征(颜色、形状等)进行提取和分析,因此,图像分割在整个诊断过程中是十分重要的。
- 2022-05-29 03:18:38下载
- 积分:1
-
PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error)
Use a standard Lena image as the ground truth, then calculate the PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error) values of another test image.
Note: The two images must be with the same size.
The main code:
MSE = double(Sum_SE)/(H_src*W_src)
PSNR= 10*log10(255^2/MSE)
- 2022-02-03 00:40:59下载
- 积分:1
-
把.jpg 文件保存为 * nii 格式的源代码
该代码将转换成 jpg/png 格式的图像 * nii 格式。随着图像的 matlab 程序代码提供。
- 2022-07-22 02:25:38下载
- 积分:1