搜索资源列表
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
remotescreen
- 本文就当前的热点远程屏幕图象的抓取及其在网络上传输过程进行了详细介绍,并针对目前这类相关软件中普遍存在的网络带宽过大、实时性差、占用系统资源过多、稳定性差等问题侧重在屏幕图象的抓取与位图数据流的压缩、解压缩两方面提出了较为有效的解决方法,并提供了改进与实现的Delphi代码。本文将对于现有此类相关软件的完善及今后相关软件的研发具有非常重要的指导与参考价值-paper on the current hot Remote screen image capture and transmission n
jiyuzhifangtu
- 读入一个标准图像格式文件(JPG,BMP,TIFF等)并显示出来。利用直方图技术实现图像的增强并存储这幅图像。比较与原图像的区别 -read into a standard image format (JPG, BMP, TIFF, etc.) and displayed. Histogram using technology to enhance the image and image storage site. Comparison with the difference between
ImageButtonSolution
- C# Web 中图像按钮控件源码,类似windows软件编程中常用的图像按钮,所不同的是这个是用于Web网页中的-C# Web Image button control source, Similar windows programming software used in the button image, the only difference is this is for the Web
DALSWAdmin.rar
- C#程序实现form换肤代码本程序包括皮肤文件与office2007界面控件,C# Implementation of Image Edge Detection (uniformity, marginal difference, sobel, canny) iplab_demo
example8
- 是一种基于像素的运动检测方法,它过对视频图像序列中相邻的两个或三个图像进行差分运算来获得运动物体轮廓-Is a pixel-based motion detection method, which over the video image sequence of two or three adjacent image difference operation to get the outline of moving objects
gfhgfhgf
- 人脸视频图像编码是近年来图像编码领域里的一个研究热点问题,它在通信、互联网等方面有着广泛的应用前景。人脸图像编码的研究包含很多子问题,主要的三个方面为:精确的人脸目标定位算法,实时的人脸目标跟踪算法和高效的人脸图像编码方法。本文的主要研究工作在于: 1) 提出帧间差分和背景差分相结合的人脸目标定位算法,在人脸特征选择上,主要使用形状特征,通过椭圆拟合来得到人脸的位置。 2) 采用基于Kalman滤波的运动预测方法对人脸的区域变化进行预测,以此缩小目标可能存在的区域(ROI).-Facial vi
screen4
- 可以实现屏幕区域内选框截屏,跟截取桌面作为背景稍有差别,采用窗体前置透明化截取桌面图像。-Can be achieved within the screen area box screen shots, as the desktop background with a slight difference in the interception, the interception of the desktop image using a form transparent
ndvi
- 生成归一化植被指数(NDVI)数据产品及图象产品的IDL源程序-Generate normalized difference vegetation index (NDVI) data products and image products, IDL source code
watermarkingbyDE
- image watermarking by using different expension including Tian s and alttar s schemes.
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
FFTDemo
- FFT图像配准演示,返回两幅图像的差跟配准的x,y轴offset. (本程序仅包含可执行文档)-FFT Image Registration Demo. X,Y offset is returned and the difference image is calculated.
Image-segmentatio
- 图像分割的两种有效方法,阈值分割和区域生长。其中,阈值分割适合目标区域与其背景在灰度特性上的差异比较大情况。另外,效果较好的区域生长法可以为大家提供参考-Two effective methods of image segmentation, thresholding and region growing. Among them, thresholding suitable target region and its background in grayscale characteristics
The-Frame
- 本程序运用帧间差分法进行运动目标的检测,通过帧间差分法获得差分图像,然后运用数学形态学进行处理,突出运动目标-This procedure using the inter-frame difference method to detect moving targets, the difference image obtained by inter-frame difference, then processed using mathematical morphology, highlightin
mixture_of_gaussians
- 计算机视觉中最重要的研究之一就是运动目标检测,其不但在模式识别方面具有相关的研究,而且在图像理解领域也有非凡的意义。运动目标检测是通过通过图像序列帧图像来提取运动目标,通过运用相关的算法一幅图片被划分为前景点和背景点。运动目标检测算法是后续的运动目标分类、运动目标跟踪和分析提供了基础。本论文讲述了几种常用的视频运动目标检测算法,并就背景差分法进行了重点研究,通过两种方法来对比差分法的特点。其中背景差分法算法的主要流程为:视频获取、视频转化为图片序列、图片灰度化处理、去除噪声、差分图片、对图片进行
7
- 7 基于纹理复杂度和差分的抗盲检测图像隐写算法(7 against blind detection based on texture complexity and difference image steganography algorithm)
灰度差分统计GLDS
- 得到原始图像的灰度差分图像,灰度差分直方图。(The gray difference image of the original image is obtained, and the gray difference histogram is obtained)
diff_coder
- 差值图片:从原图减去均值图片,编码及解码及测试代码(difference source coder: a difference image constructed by subtracting the pixel means from the original image)
JPEG lite
- 将图片分割成8*8的块然后进行DCT和量化,编码及解码(For further improvement each 8x8 block of the difference image can be transformed using a 2D DCT before quantizing and coding)
IJARCCE 200
- In this paper, the Detection of the Moving Object is done based on Background Subtraction & Frame Differencing techniques. A moving object can be detected by employing various methods such as, by taking the difference between two Images.