搜索资源列表
截图控件 包含全部源码
- procedure TForm1.BtnStartClick(Sender:TObject); begin ScreenCapture1.start; //开始截图 end; //当截取屏幕成功时,此事件发生 procedure TForm1.ScreenCapture1Capture(Sender:TObject;Bitmap:TBitmap); begin //调整滚动窗口的大小以适应截获图像的大小
Win32图像编程实战:VC++火焰燃烧效果
- VC++图形编程实战,能够形成火焰燃烧的效果,很逼真生动,Codefans.net测试截图如上所示,一个纯Win32作品,没有用到MFC。粗略的看了一下程序,算法比较复杂,希望能用到这方面的朋友下回去仔细研究一下。
vc++CutBmp
- VC++ 截图软件源码!鼠标左键拖动截取任意大小图像!-err
sharpen
- 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
DevOCR
- 一个用C#编写的图形识别功能,功能:可以通过鼠标截图,来实现图像上的文字的识别并输出,调用微软的免费MODI类库,简单实用,里面很多方法值得借鉴.-Written in C# using a graphics recognition, function: you can capture the mouse to achieve the image of the text to identify and output, call Microsoft' s free MODI library,
txlb
- 数字图像处理中的滤波和傅里叶压缩,包括理想低通滤波器,巴特沃茨高通滤波器,高斯带通滤波器,高斯带阻滤波器,FFT图像压缩。附原图像和处理后的图像截图。-Digital image processing in filtering and Fourier compression, including the design of an ideal low-pass filter, design Batewoci high-pass filter, bandpass filter design Gaus
ImageExplorer
- 这是一个全功能的图片浏览器,可以放大缩小图片、播放幻灯、抓屏和截图,还可以对图像进行简单处理,内置有几款滤镜程序,还行对图片进行对比度、亮度调节。这是实现的源代码,附有设计文档。-This is a full-featured image viewer, you can zoom images, play slides, screenshots and screenshots, you can also perform simple image processing, built-in filt
j_13285_vbcutlcd
- VB抓图截屏小精灵 这个截图抓图小精灵可谓功能超多,它除了抓图以外还可以把抓到的图片设置为背景,可以自由选择区域抓图,也可延时抓取,还有简单的图像处理功能。-VB Grab this screenshot elf elf screenshot capture function can be described as ultra-many, except it can also be used to capture other than the captured image is set to
Winsbmp
- windows截屏程序,可以将用户区的图像截图保存成BMP图像-BMP
VideoEXE
- 用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。 本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头 一套完整的VC ++ USB Video摄像头捕捉程序源代码,支持多摄像头选择,而且支持直接截图。可以作为开发视频会议和视频游戏的参考资料 -Vc++ to prepare with the image processing procedures, the procedures for the realization of the camera for
CopyScreen
- 利用系统自带截图功能,实现截图,并保存成BMP文件,并可以将图像文件打印。-Screenshots own use of system functions, the realization of shots, and save as BMP files and image files can be printed.
ZhaoCha
- windows gdi和图像解析示例,是一个图像对比工具,可用作"大家来找茬"游戏外挂,类似qq截图的方法选择源图像区域,软件会自动锁定右边的比较区域,并显示左右区域不同处-a example for window GDI operation, a image compare tool, can be used to compare 2 picture and find difference, when you choose the source image area, the program
C_Image
- C截图和图像识别源代码,截图和图像识别源代码-C_iamge
CapScreen
- 抓图好帮手(CapScreen)是一款完全免费的专业级屏幕捕捉软件,能够让您得心应手地捕捉到需要的屏幕截图。捕捉图像方式灵活,主要可以捕捉整个屏幕、活动窗口、选定区域、固定区域等,图像输出方式多样,主要包括文件、剪贴板、画图和打印机。软件具有捕捉图标、光标、设置捕捉前延时、常用图片编辑、墙纸设置等功能。捕捉到的图像能够以保存图像文件、复制到剪贴板、输出到画图、打印到打印机等多种方式输出。-Grab a good helper (CapScreen) is a completely free sc
savejpeg
- BMP图像转换JPEG格式 屏幕截图 保存-BMP image is converted JPEG format to save screenshot
work7
- 实现图像匹配,ssda算法,自主截图选择匹配位置-To achieve image matching, ssda algorithm, self-selection match position screenshots
103244875MovementDetectSystem
- c#实现截图和图像识别源码,提供一种思路用于图像识别,供大家学习参考-object detect using csharp
屏幕截图复制黏贴
- 可调整截图大小自动复制到剪贴板,黏贴成图像
openCVImageCut
- 利用opencv3在visual studio2013实现图像的截图操作(Using OpenCV to achieve screenshot of the image)
jt
- 以自选像素点为中心,截取输入尺寸大小的图片,这样不会降低截图的分辨率,保真度高。(With the optional pixel as the center, the size of the input image is captured, so that the resolution of the screenshot is not reduced, and the fidelity is high.)