登录
首页 » C++ » A0357

A0357

于 2020-12-27 发布 文件大小:301KB
0 209
下载积分: 1 下载次数: 890

代码说明:

  一套完整的图像处理与识别的源码(全中文注释) 这是我们内部开发与使用的一套图像处理代码,里面包括了大部分图像处理与识别处理的的函数:像模板变换,图像的平滑、锐化、边缘识别、图像中值滤波、图像模糊、图像逆滤波、图像模糊加噪、图像维纳滤波、线性变换、灰度拉伸、直方图均衡、图像腐蚀、图像膨胀、图像开运算、GIF确码编码、缩放、旋转、快速付立叶变换、离散余弦变换等等,等等,太多了。可以用于windows软件或嵌入式软件编程。内部用的,全中文注释,为了下载我才拿出来的。你们自己看着办吧。(a complete set of image processing and recognition of the source code (all Chinese Note) This is our internal development and use of a image processing code, includes the most image processing and recognition processing function : as template transform, Image smoothing, sharpening, edge recognition, image filtering and fuzzy images, image inverse filtering, fuzzy image noise increases, Wiener filter images, linear transformation, gray tensile, histogram equalization, images corrosion, expansive images, image open operation, GIF correct coding, zooming, rotation, fast Fourier transform, discrete cosine transform, and so on and so forth, that is too many. Can be used for windows software or embedded software programming. Internal use, and the whole Chinese translations, in order to download )

文件列表:

cdib.cpp
cdib.h
cDlgMorphClose.cpp
cDlgMorphClose.h
cDlgMorphDilation.cpp
cDlgMorphDilation.h
cDlgMorphErosion.cpp
cDlgMorphErosion.h
cDlgMorphOpen.cpp
cDlgMorphOpen.h
ch1_1.aps
ch1_1.clw
ch1_1.cpp
ch1_1.dsp
ch1_1.dsw
ch1_1.h
ch1_1.ncb
ch1_1.opt
ch1_1.plg
ch1_1.rc
ch1_1.rc.bak
ch1_1Doc.cpp
ch1_1Doc.h
ch1_1View.cpp
ch1_1View.h
ChildFrm.cpp
ChildFrm.h
ColorTable.h
detect.cpp
detect.h
DIBAPI.CPP
DIBAPI.H
DlgCodeGIF.cpp
DlgCodeGIF.h
DlgColor.cpp
DlgColor.h
DlgGeoRota.cpp
DlgGeoRota.h
DlgGeoTran.cpp
DlgGeoTran.h
DlgGeoZoom.cpp
DlgGeoZoom.h
DlgHuffman.cpp
DlgHuffman.h
DlgIntensity.cpp
DlgIntensity.h
DlgLinerPara.cpp
DlgLinerPara.h
DlgMidFilter.cpp
DlgMidFilter.h
DlgPointStre.cpp
DlgPointStre.h
DlgPointThre.cpp
DlgPointThre.h
DlgPointWin.cpp
DlgPointWin.h
DlgShannon.cpp
DlgShannon.h
DlgSharpThre.cpp
DlgSharpThre.h
DlgSmooth.cpp
DlgSmooth.h
edgecontour.cpp
edgecontour.h
FreTrans.cpp
FreTrans.h
GeoTrans.cpp
GeoTrans.h
GIFAPI.CPP
GIFAPI.h
MainFrm.cpp
MainFrm.h
morph.cpp
morph.h
PointTrans.cpp
PointTrans.h
ReadMe.txt
res

...\ch1_1.rc2

...\Toolbar.bmp
resource.h
restore.cpp
restore.h
StdAfx.cpp
StdAfx.h
TemplateTrans.cpp
TemplateTrans.h
test.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TWITS_vv
    2007年ICIP国际会议论文的源码,用于实现对图像的反卷积恢复。(2007 International Conference on ICIP paper source for the realization of the restoration of image deconvolution.)
    2020-07-03 04:00:01下载
    积分:1
  • compare
    基于小波变换的压缩感知图像处理,及三种重构算法.(Compression based on wavelet transform the perceived image processing and three reconstruction algorithm.)
    2012-09-01 13:14:27下载
    积分:1
  • hccirclesa
    halcon图像处理软件用来检检测图像的圆状物体。可直接使用。 (halcon image processing software is used to check the oblong object detection image. Can be used directly.)
    2012-09-30 00:22:33下载
    积分:1
  • tuz
    1、可制作圆形、椭圆形、菱形、方形、三角形印章。 2、支持多种特效:翻转图形、透明处理、高斯模糊、亮度/对比度/饱和度/锐化/反相/海绵/陨化(磨砂)/浮雕等等。 3、可将制作好的印章保存至印章库。 4、支持1%-1000%比例缩放。 5、支持导出印章图片(透明图章使用GIF格式)。 6、支持预览/打印。(1, can be made round, oval, diamond, square, triangular seal. 2, supports a wide range of effects: flip graphics, transparent deal, Gaussian blur, brightness/contrast/Saturation/Sharpness/RP/sponge/meteorite of (Matte)/relief and so on. 3, can be saved to create a good seal of the Treasury seal. 4, in support of 1-1000 scaling. 5, support for export seal picture (stamp the use of transparent GIF format). 6, support for preview/print.)
    2007-09-30 08:16:56下载
    积分:1
  • 自动生长区域法
    说明:  区域生长算法。不用手动选择种子点,可自动选择。(Image segmentation by growing region method. No manual selection of seed points, automatic selection)
    2019-10-27 19:02:02下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • mom
    经典矩量法点匹配程序,重推导,注释说明详细(Classical point matching moment method procedure)
    2011-05-12 23:00:16下载
    积分:1
  • modulate_GIyanzheng_NGI
    归一化鬼成像计算方法,比传统鬼成像算法更快更好(Normalized ghost imaging calculation method, faster and better than traditional ghost imaging algorithm)
    2016-10-14 20:32:50下载
    积分:1
  • Image Processing toolbox
    说明:  图像处理小工具箱,包括中值滤波,高斯滤波,均值滤波,canny边缘提取等小程序(Image processing toolbox, including median filter, gaussian filter, mean filter, canny edge extraction and other small procedures)
    2020-11-07 14:09:48下载
    积分:1
  • C with image
    说明:  用c语言实现一些简单的图像处理功能,如灰度化、旋转、拷贝等(Some simple image processing functions, such as gray scale, rotation, copy, etc., are implemented in C language.)
    2020-06-17 21:00:06下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载