登录
首页 » C++ » A0357

A0357

于 2020-12-27 发布 文件大小:301KB
0 245
下载积分: 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 个回复

  • RANSAC-for-Outlier-Rejection
    基于RANSAC算法的图像匹配过程,包括提出该算法的文章以及文章中所提到的所有程序代码,可以实现具有高度异常点的图像匹配过程。(RANSAC algorithm based on image matching process, including all the program code of the algorithm proposed article and the article mentioned, the image matching process can be achieved with a high degree of abnormal points.)
    2021-03-23 21:19:15下载
    积分:1
  • speckle-denoise
    医学超声图像滤波必看:针对斑点噪声的几种滤波算法的经典论文。包括Lee的滤波算法,Frost的滤波算法,Kuan的滤波算法,MAP(Maxima a priority)的滤波算法。(Medical ultrasound image filtering must-see: a classic paper several filtering algorithm for speckle noise. Including the filtering algorithm of Lee and Frost filtering algorithm, Kuan filter algorithm, MAP (Maxima a priority) filtering algorithm.)
    2012-05-02 23:30:56下载
    积分:1
  • opencv249SIFT
    opencv SIFT源码详细分析,代码能够准确实现(opencv SIFT detailed analysis of the source code can achieve accurate)
    2015-07-13 20:33:10下载
    积分:1
  • window
    可根据需要自定义窗口形状,用于各种特效窗口开发(Customizable window shape, for a variety of special effects needed to develop window)
    2014-02-07 14:42:46下载
    积分:1
  • 12.2
    (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域居中显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)鼠标指针在图片上停留时显示为十字形,同时在控件下方固定位置显示鼠标所在的图像x坐标和y坐标(如:50,100),以图片左上为坐标原点。 (3)在工具栏中可以点击控件实现在图片上绘制一次直线、矩形或圆等图形,在绘图过程中要求图片和图形一直可见,不能出现刷新痕迹,绘制的图形可以任意修改形状。 (4)可以任意选择图形线条的类型(虚线或直线)、颜色(三种)及粗细(三种),要求选择方式可以叠加,绘制过程要求可任意连续执行。 (5)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片操作结果(包括图片和图形)。 (6)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。 ((1) in the tool bar, click on Open function has the file open window, the user selects a bmp image to center the picture in the designated area, if the image size is smaller than the specified area press the original size if more than press the appropriate scale display. (2) is shown as a cross when the mouse pointer over the image, while displaying an image x and y coordinates of the mouse cursor in a fixed position below the control (eg: 50,100) to image the upper left of the coordinate origin. (3) in the toolbar you can click controls to achieve a draw straight lines, rectangles or circles and other graphics on the picture, the requirements of pictures and graphics in the drawing process has been seen, it can not appear refreshed traces drawn graphics can be modified shape. (4) can choose the type of graph line (dashed or straight), color (three kinds) and thickness (three kinds), asked to choose the way can be superimposed, can arbitrarily draw process requires continuous exe)
    2015-10-23 12:16:41下载
    积分:1
  • Wavelet_OMP
    基于压缩感知的图像加密算法,稀疏基用的是小波,重构用的是OMP(Compressed sensing image encryption algorithm)
    2021-04-18 20:28:51下载
    积分:1
  • GPUImageProcessor
    一个简单的GPU图像处理程序,使用Qt框架,OpenGL API和OpenGL着色器语言开发。(A simple GPU image processing program, using the Qt framework, the OpenGL API and OpenGL shader language development.)
    2012-04-02 22:53:25下载
    积分:1
  • envi_split_to_multiple_single_band_files
    说明:  在ENVI中利用此程序可将多光谱影像拆分为单个波段。(In ENVI, multi-spectral images can be divided into single bands by using this program.)
    2019-04-18 14:57:21下载
    积分:1
  • waterprinter1
    这篇是96年的水印论文,全英文版,中文题目:一种安全强大的扩频水印技术(This is a 96-year watermark papers, all in English, Chinese subjects: a safe and powerful Spread Spectrum Watermarking)
    2007-11-08 00:50:03下载
    积分:1
  • B1-spline
    图像变形处理程序,VC2013+opencv实现,利用三种差之方法扭曲变形( Image deformation processing program, VC2013+ opencv realized the difference between using three methods distorted)
    2014-12-09 17:53:57下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载