登录
首页 » Visual C++ » grayshow

grayshow

于 2014-12-25 发布 文件大小:2184KB
0 307
下载积分: 1 下载次数: 5

代码说明:

  显示图像灰度,可以鼠标点击显示的起始位置及设置显示区域的大小(show the gray of picture ,can click the position and set the scales)

文件列表:

图像灰度数据显示
................\Debug
................\.....\MainFrm.obj,20295,2012-10-19
................\.....\RangeInputDlg.obj,10819,2012-10-22
................\.....\StdAfx.obj,109691,2012-10-19
................\.....\tyfImage.exe,122977,2012-10-25
................\.....\tyfImage.ilk,395524,2012-10-25
................\.....\tyfImage.obj,23429,2012-10-20
................\.....\tyfImage.pch,6263860,2012-10-19
................\.....\tyfImage.pdb,500736,2012-10-25
................\.....\tyfImage.res,7588,2012-10-24
................\.....\tyfImageDoc.obj,15194,2012-10-19
................\.....\tyfImageView.obj,35071,2012-10-25
................\.....\vc60.idb,254976,2012-10-25
................\.....\vc60.pdb,405504,2012-10-25
................\MainFrm.cpp,2509,2012-10-19
................\MainFrm.h,1581,2012-10-19
................\RangeInputDlg.cpp,1017,2012-10-22
................\RangeInputDlg.h,1260,2012-10-22
................\ReadMe.txt,4359,2012-10-19
................\res


................\...\tyfImage.rc2,400,2012-10-19

................\resource.h,733,2012-10-24
................\StdAfx.cpp,210,2012-10-19
................\StdAfx.h,1114,2012-10-19
................\tyfImage.aps,44812,2012-10-24
................\tyfImage.clw,2782,2012-10-25
................\tyfImage.cpp,4245,2012-10-19
................\tyfImage.dsp,4790,2012-10-22
................\tyfImage.dsw,541,2012-10-19
................\tyfImage.h,1378,2012-10-19
................\tyfImage.ncb,82944,2012-10-25
................\tyfImage.opt,51712,2012-10-25
................\tyfImage.plg,250,2012-10-25
................\tyfImage.rc,12305,2012-10-24
................\tyfImageDoc.cpp,1782,2012-10-19
................\tyfImageDoc.h,1497,2012-10-19
................\tyfImageView.cpp,5917,2012-10-25
................\tyfImageView.h,2061,2012-10-23

................\说明文档.txt,179,2012-10-25

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

发表评论

0 个回复

  • sift2
    SIFT特征提取 http://www.opencvchina.com/forum.php?mod=viewthread&tid=209&fromuid=267 (SIFT feature extraction http://www.opencvchina.com/forum.php?mod=viewthread& tid=209& fromuid=267)
    2012-08-19 15:09:14下载
    积分:1
  • ERNSYMNTY
    基于VisualC_和DCMTK的医学DICOM图像显示与调窗,同时在MFC 下完成鼠标拖动进行窗宽/窗位的调节(Medical image of DICOM VisualC_ and DCMTK display and window based on, at the same time in MFC complete the mouse to drag the window width/window regulator )
    2013-08-26 22:03:24下载
    积分:1
  • GrabCutSource
    最经典之做,保证别人没有上传过 实现文章 “GrabCut" Interactive Foreground Extraction using Iterated Graph Cuts 用graphcut实现图像分割,效果非常好(The most classic to do to ensure that other people do not realize uploaded article GrabCut Interactive Foreground Extraction using Iterated Graph Cuts with graphcut realize image segmentation, has very good results)
    2020-10-30 22:20:01下载
    积分:1
  • moving-object-recognition-and-track
    本程序完成了对运动图像的识别与跟踪功能,程序里自带了测试的图像(The program to complete the identification and tracking of moving images, the program comes with the test image)
    2012-08-23 19:46:48下载
    积分:1
  • Visual.Assist.X.v10.5.1715.0
    本文针对多光谱图像配准中不同光谱图像间存在较大的灰度差异、同一景物在不同波段表现的特征也各不相同等问题,提出了基于互信息相似性测度的多光谱图像配准算法。(In this paper, multi-spectral image registration between different spectral image there is a big difference in gray scale, the same scene in different bands performance characteristics are different questions, we present a similarity measure based on mutual information of multi-spectral image registration algorithm .)
    2010-09-07 11:54:35下载
    积分:1
  • originalpointanalyse2
    源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
    2013-09-28 08:31:12下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • src
    读取RAW格式文件,将其转换为BMP格式文件并存储(raw 2 bmp file format convert)
    2016-04-20 16:29:22下载
    积分:1
  • view
    Matlab time-frequency analysis supporting the source code of chapter 12, please share
    2017-08-03 03:15:27下载
    积分:1
  • GeoTrans
    图像的几何变换,基于VC++的MFC的。旋转、放大、缩小等(Image geometric transformation, based on the VC++ the MFC. Rotate, zoom in, zoom out, etc.)
    2013-02-13 10:53:13下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载