登录
首页 » Visual C++ » Morph

Morph

于 2009-01-06 发布 文件大小:80KB
0 195
下载积分: 1 下载次数: 94

代码说明:

  数字图像处理中的基本形态学处理,如腐蚀、膨胀、开操作、闭操作等实现的源代码。可以自定义结构元素的形状。(Digital image processing in the basic morphology processing, such as corrosion, swelling, open operation and close operation to achieve the source code. You can customize the shape of structural elements.)

文件列表:

Morph
.....\ChildFrm.cpp
.....\ChildFrm.h
.....\DibImage.cpp
.....\DibImage.h
.....\MainFrm.cpp
.....\MainFrm.h
.....\Morph.aps
.....\Morph.clw
.....\Morph.cpp
.....\Morph.dsp
.....\Morph.dsw
.....\Morph.h
.....\Morph.ncb
.....\Morph.opt
.....\Morph.plg
.....\Morph.rc
.....\MorphCloseDlg.cpp
.....\MorphCloseDlg.h
.....\MorphDilationDlg.cpp
.....\MorphDilationDlg.h
.....\MorphDoc.cpp
.....\MorphDoc.h
.....\MorphErosionDlg.cpp
.....\MorphErosionDlg.h
.....\MorphOpenDlg.cpp
.....\MorphOpenDlg.h
.....\MorphView.cpp
.....\MorphView.h
.....\ReadMe.txt
.....\res

.....\...\Morph.rc2


.....\Resource.h
.....\StdAfx.cpp
.....\StdAfx.h

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

发表评论


0 个回复

  • CT-tracking
    一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒(A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP conditions for multi-scale image feature dimension reduction, and then use the naive Bias classifier simple classification in the feature reduction after the. The tracking algorithm is very simple, but the results are robust, speed can reach 40 frames per second)
    2014-01-10 11:45:54下载
    积分:1
  • XIHUA
    本程序是使用c++开发语言编写的,功能是将bmp图像进行细化处理,比如,可以将比较粗的汉字细化成较细的汉字。(This program used c++ development language, the function is to thinning BMP image . For example, it can be more crude refining the Chinese characters into a fine characters.)
    2016-01-06 16:35:17下载
    积分:1
  • Image-texture-analysis
    对图像进行纹理处理,为图像识别、目标跟踪创造条件。主要分析:惯性矩、熵以及局部平衡性。(The image texture processing for image recognition, target tracking and create conditions. Main analysis: moment of inertia, entropy, and local balance.)
    2011-05-18 09:14:03下载
    积分:1
  • pca
    说明:  利用c++实现的PCA算法,直接对数据进行处理,适合初步学习(C++ implementation using PCA algorithm to process the data directly)
    2011-03-01 16:07:23下载
    积分:1
  • xihua
    本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。(This procedure should be applied to the thinning algorithm with two lines of black-and-white image before thinning effect can be seen.)
    2009-03-18 08:29:43下载
    积分: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
  • ENVI
    ENVI是比较常用的遥感图像处理软件,使用该插件,可以使ENVI软件支持HDF5格式的遥感影像,HDF5数据格式是科学计算一体化数据格式,常用于卫星遥感影像的外部存储。(Envi is more commonly used in remote sensing image processing software, use the plugin can enable envi software support the HDF5 format of remote sensing images, the HDF5 data format is scientific computing integration data format, commonly used in satellite remote sensing image of the external storage. )
    2016-07-22 10:52:38下载
    积分:1
  • Hilbert
    hilbert程序实现变换 需要的朋友可以参考(hilbert transform program can refer to a friend in need)
    2020-08-23 19:58:18下载
    积分:1
  • jibensanweibianhuan
    说明:  可以实现旋转,错切,各种投影图,透视图。是学习三维变换很好的原始参考资料(Can rotate, shear, a variety of projection, perspective. Is to learn the original three-dimensional transform good reference)
    2020-10-24 16:20:00下载
    积分:1
  • Keystone-Transfor
    Keystone Transform in ground moving target detection,it s very useful new comer(Keystone Transform in ground moving target detection)
    2020-08-17 21:38:23下载
    积分:1
  • 696518资源总数
  • 104983会员总数
  • 23今日下载