登录
首页 » Delphi » apprehend

apprehend

于 2007-09-09 发布 文件大小:588KB
0 246
下载积分: 1 下载次数: 18

代码说明:

  Apprehend Screen Capture Component Version 4.2 A non-visible component to capture images. Freeware with source. Includes Four Demos with source and EXE s. 3,550 KB. 10/09/2005

文件列表:

Apprehend
.........\APPREHEND SCREEN CAPTURE.HLP
.........\ASGCapture.dcr
.........\ASGCapture.pas
.........\ASG_Capture.dpk
.........\ASG_Capture.res
.........\CaptureObject.res
.........\CaptureRect.dfm
.........\CaptureRect.pas
.........\CaptureTheObject.dfm
.........\CaptureTheObject.pas
.........\CaptureTheRect.dfm
.........\CaptureTheRect.pas
.........\Demo
.........\....\ASG.ico
.........\....\Compiled
.........\....\........\ApprehendDemo.dpr
.........\....\........\ApprehendDemo.res
.........\....\........\CompressQual.dfm
.........\....\........\CompressQual.pas
.........\....\........\frmAbortPrint.dfm
.........\....\........\frmAbortPrint.pas
.........\....\........\frmConvBW.dfm
.........\....\........\frmConvBW.pas
.........\....\........\frmConvert.dfm
.........\....\........\frmConvert.pas
.........\....\........\FrmMain.dfm
.........\....\........\FrmMain.pas
.........\....\........\frmPreview.dfm
.........\....\........\frmPreview.pas
.........\....\........\frmPrint.dfm
.........\....\........\frmPrint.pas
.........\....\........\frmPropDlg.dfm
.........\....\........\frmPropDlg.pas
.........\....\........\frmresres.dfm
.........\....\........\frmresres.pas
.........\....\........\frmRotate.dfm
.........\....\........\frmRotate.pas
.........\....\........\frmStat.dfm
.........\....\........\frmStat.pas
.........\....\........\fullscrn.dfm
.........\....\........\fullscrn.pas
.........\....\........\Help
.........\....\........\ScreenDelay.dfm
.........\....\........\ScreenDelay.pas
.........\....\........\Splash.dfm
.........\....\........\Splash.pas
.........\....\GraphicEX
.........\....\MDI
.........\....\...\apprehenddemo.dpr
.........\....\...\apprehenddemo.res
.........\....\...\childwin.dfm
.........\....\...\childwin.pas
.........\....\...\main.dfm
.........\....\...\main.pas
.........\....\SDI
.........\....\...\apprehenddemo.dpr
.........\....\...\apprehenddemo.res
.........\....\...\main.dfm
.........\....\...\main.pas
.........\....\TGraphic32
.........\....\..........\ApprehendDemo.dpr
.........\....\..........\ApprehendDemo.res
.........\....\..........\CompressQual.dfm
.........\....\..........\CompressQual.pas
.........\....\..........\FrmMain.dfm
.........\....\..........\FrmMain.pas
.........\....\..........\fullscrn.dfm
.........\....\..........\fullscrn.pas
.........\....\..........\ScreenDelay.dfm
.........\....\..........\ScreenDelay.pas
.........\....\..........\Splash.dfm
.........\....\..........\Splash.pas
.........\....\TImage
.........\....\......\ApprehendDemo.dpr
.........\....\......\ApprehendDemo.res
.........\....\......\FrmMain.dfm
.........\....\......\FrmMain.pas
.........\....\......\fullscrn.dfm
.........\....\......\fullscrn.pas
.........\....\......\ScreenDelay.dfm
.........\....\......\ScreenDelay.pas
.........\....\......\Splash.dfm
.........\....\......\Splash.pas
.........\....\TImageENView
.........\....\............\ApprehendDemo.dpr
.........\....\............\ApprehendDemo.res
.........\....\............\CompressQual.dfm
.........\....\............\CompressQual.pas
.........\....\............\frmConvBW.dfm
.........\....\............\frmConvBW.pas
.........\....\............\frmConvert.dfm
.........\....\............\frmConvert.pas
.........\....\............\FrmMain.dfm
.........\....\............\FrmMain.pas
.........\....\............\frmPropDlg.dfm
.........\....\............\frmPropDlg.pas
.........\....\............\frmresres.dfm
.........\....\............\frmresres.pas
.........\....\............\frmRotate.dfm

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

发表评论

0 个回复

  • Renyi
    说明:  实现图像的清晰分割,效果明显,基于图像灰度-梯度构造的二维直方图,在此基础上计算目标与背景的二维Renyi熵(It can handle more types of images and get more accurate shape of the image edgee that pixels gradient information in combination with parameter of Renyi entropy which is adjustable)
    2011-04-05 09:12:56下载
    积分:1
  • rayTracing-1
    这是我的图形学的作业,实现光线跟踪。也是学别人做的,仅供学习用。(this is a study work about computer graphics , realizing tracking )
    2012-04-23 22:31:49下载
    积分:1
  • wancheng
    电子稳像。。。基于灰度的电子稳像,利用matlab来实现的,,,,课程设计(Electronic image stabilization. . . Grayscale electronic image stabilization, the use of Matlab to achieve, and curriculum design)
    2012-07-31 00:32:27下载
    积分:1
  • covmatrix
    用于matlab图像处理,计算向量均值C,协方差m。 [C,m]=covmatrix(X)(Calculate vector mean C, covariance M.)
    2019-04-15 21:42:53下载
    积分:1
  • vb
    文件包括图像平滑处理,灰度拉伸,梯度法锐化,拉普拉斯锐化,色彩变换 二值化,边缘增强等, 还有众多的直方图。是学习vb 图像处理的一个很好的实例!
    2023-01-16 23:00:03下载
    积分:1
  • 车牌bmp文件读取与字符分割、归一化
    说明:  VC++.NET车牌识别、字符分割与归一化处理,图像对象BMP格式,程序将读取车牌的图像信息,归一化图像大小,动态分配存储图片的像素信息的二维数组,找到图像各列,从左列开始,垂直扫描,实施图片局部分割等,有兴趣编写车牌号识别的可参考对比下。(VC ++. NET license plate recognition, character segmentation and normalization processing, image object BMP format, the program will read the license plate image information, normalize the image size, dynamically allocate a two-dimensional array of pixel information to store the picture, and find the image columns , Starting from the left column, vertical scanning, partial image segmentation, etc. If you are interested in writing the license plate number recognition, please refer to the comparison.)
    2020-03-23 22:28:07下载
    积分:1
  • NSST_PAPCNN_Fusion
    通过多尺度分解,实现医学图像的图像融合,达到更好的效果(Through multi-scale decomposition, medical image fusion can be achieved to achieve better results.)
    2021-04-08 11:59:00下载
    积分:1
  • Extensionofgravity
    重力勘探 频率域重力延拓 二维傅里叶变换 源代码(Gravity Gravity exploration extension frequency domain two-dimensional Fourier Transform source code)
    2009-05-13 09:51:53下载
    积分:1
  • 量子加密daima
    matlab实现量子图像加密,包括Arnold变换,双随机相位变换,信息熵,相邻像素相关性分析(matlab quantum encryption, including Arnold transform, double random phase transformation, entropy, correlation analysis of adjacent pixels)
    2021-01-06 14:08:54下载
    积分:1
  • target
    复制粘贴(copy-move)图像篡改检测算法matlab实现(copy-move image detect matlab)
    2012-02-14 11:08:57下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载