登录
首页 » Visual C++ » isee_code01231

isee_code01231

于 2020-06-26 发布 文件大小:1433KB
0 323
下载积分: 1 下载次数: 4705

代码说明:

  一个类似ACDSee的看图工具,可以察看很多种格式的图形文件。由ISee开发组提供(ACDSee pictures of a similar tool, you can see a variety of graphics file formats. ISee provided by the development team)

文件列表:

BmpModule
.........\BmpModule.aps
.........\BmpModule.clw
.........\BmpModule.cpp
.........\BmpModule.def
.........\BmpModule.dsp
.........\BmpModule.dsw
.........\BmpModule.h
.........\BmpModule.rc
.........\ReadMe.txt
.........\res
.........\...\BmpModule.rc2
.........\Resource.h
.........\StdAfx.cpp
.........\StdAfx.h
CurModule
.........\CurModule.clw
.........\CurModule.cpp
.........\CurModule.def
.........\CurModule.dsp
.........\CurModule.dsw
.........\CurModule.h
.........\CurModule.rc
.........\ReadMe.txt
.........\res
.........\...\CurModule.rc2
.........\Resource.h
.........\StdAfx.cpp
.........\StdAfx.h
DcxModule
.........\DcxModule.clw
.........\DcxModule.cpp
.........\DcxModule.def
.........\DcxModule.dsp
.........\DcxModule.dsw
.........\DcxModule.h
.........\DcxModule.rc
.........\ReadMe.txt
.........\res
.........\...\DcxModule.rc2
.........\Resource.h
.........\StdAfx.cpp
.........\StdAfx.h
Document
........\commandtab_00803.zip
........\gol_proc00613.zip
........\isee_doc4.zip
........\isee_doc5.zip
........\isee_doc6.zip
........\isee_member.zip
........\isee_task.zip



........\图像读写插件注册表信息结构.txt
........\图像读写模块文件(IRW)尾部附加内容解释.txt
EmfModule
.........\EmfModule.clw
.........\EmfModule.cpp
.........\EmfModule.def
.........\EmfModule.dsp
.........\EmfModule.dsw
.........\EmfModule.h
.........\EmfModule.rc
.........\ReadMe.txt
.........\res
.........\...\EmfModule.rc2
.........\Resource.h
.........\StdAfx.cpp
.........\StdAfx.h
flt_mass
........\AdjustContrast.cpp
........\AdjustContrast.h
........\BogusMulticolor.cpp
........\BogusMulticolor.h
........\Contrast.cpp
........\Contrast.h
........\ContrastDlg.cpp
........\ContrastDlg.h
........\Convolute.cpp
........\Convolute.h
........\ConvoluteKernel.h
........\draw.cpp
........\draw.h
........\DrawPreView.cpp
........\DrawPreView.h
........\EdgeEnhance.cpp
........\EdgeEnhance.h
........\EdgeEnhanceDlg.cpp
........\EdgeEnhanceDlg.h
........\Filter.cpp
........\Filter.h
........\FilterDlg.cpp
........\FilterDlg.h
........\flt_mass.cpp
........\flt_mass.def
........\flt_mass.dsp
........\flt_mass.dsw
........\flt_mass.h
........\flt_mass.rc

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

发表评论

0 个回复

  • VehicleTracking-master
    关于车辆跟踪的c++程序,使用了opencv进行跟踪,采用了帧差方法效果还不错(vehicle detection)
    2014-12-24 13:49:47下载
    积分:1
  • problem-LastBossOrigin
    问题:找出一个短字符串在一个长字符串中的精确匹配。 要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)
    2020-12-26 00:09:04下载
    积分:1
  • LBP
    线性反投影算法(Linear Back Projection,简称 LBP)又称累加法,是最早使用的一种简单(ECT图像重建)成像算法。它将通过某点的所有投影射线进行累加,再反向估算出该点的密度值。从成像观点分析,它是不完全的雷登逆变换(完整的雷登逆变换包括微分、希尔伯特变换、反投影和归一化等步骤)。(Linear back projection algorithm (Linear Back Projection, referred LBP), also known as cumulative method, is the first to use a simple (ECT image reconstruction) imaging algorithms. It accumulates all projection rays through a point, then reverse the estimated density value of the point. From the image point of view analysis, it is not exactly the inverse transform Leiden (Leyden complete inverse transformation involving differential Hilbert transform backprojection and normalization steps, etc.).)
    2015-06-08 10:20:16下载
    积分:1
  • ImageViewer
    ImageView: This is an image viewer program
    2010-07-05 18:07:05下载
    积分:1
  • MCTF
    带运动估计的时域滤波,一种基于小波的运动估计方法,可以有效的去除视频流的帧间冗余。与传统的帧参考模式的运动估计相比,没有错误漂移现象。内含编码器和解码器。(Belt Movement estimated time domain filtering, a wavelet-based motion estimation methods, can effectively remove the inter-frame video stream redundancy. With the traditional frame of reference than the motion estimation, no errors drift phenomenon. Intron encoder and decoder.)
    2020-07-23 15:28:46下载
    积分:1
  • 86346644
    图像的复制剪切粘贴,Visual C++编程技巧精选,很好的参考资料。(Copy cut and paste image, Visual C++ programming skills selected, a good reference.)
    2013-11-17 06:09:48下载
    积分:1
  • segmentation-superpixel
    超像素分割方法,在计算机视觉领域,图像分割(Segmentation)指的是将数字图像细分为多个图像子区域(像素的集合)(也被称作超像素)的过程。超像素有一系列位置相邻且颜色、亮度、纹理等特征相似的像素点组成的小区域。这些小区域大多保留了进一步进行图像分割的有效信息,且一般不会破坏图像中物体的边界信息。(Super pixel Segmentation method, in the field of computer vision, image Segmentation, Segmentation) refers to the digital image Segmentation region for multiple image sequence (the set of pixels) (also known as the pixels) process. Adjacent pixels have a series of position and features such as color, brightness, texture similar to that of small region composed of pixels. Most of these small area retains the further effective information for image segmentation, and generally does not destroy the boundary of the object in the image information.)
    2015-03-31 15:58:59下载
    积分:1
  • isee_code01231
    一个类似ACDSee的看图工具,可以察看很多种格式的图形文件。由ISee开发组提供(ACDSee pictures of a similar tool, you can see a variety of graphics file formats. ISee provided by the development team)
    2020-06-26 12:00:02下载
    积分:1
  • %e4%ba%8c%e5%80%bc%e5%8c%96%e5%8f%98%e6%8d%a2
    简单起见,这里设定阈值为122,即最大灰度的一半(the sake of simplicity, this threshold value is set to 122, the largest gray half)
    2006-10-24 21:58:15下载
    积分:1
  • Threshold
    这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。(This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.)
    2016-05-03 09:57:20下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载