搜索资源列表
JGE_Engine_Source_and_Demo(v0.01b)
- PSP上的2D开发库 JGE++ 簡介: PSP上有一個獨立的GPU, 在我們編寫遊戲時, 要是能把有關圖像處理的工作都交給GPU做, 就可以減輕主處理器的很多負擔, 令整體程序的運\作, 得到數倍的提升! JGE++ (Jas Game Engine) 就是一個利用GU 庫寫成的2D遊戲引擎, GU庫的原本用途是用作編寫3D遊戲, 我們把它應用在2D遊戲上, 就可以享用硬件加速所帶來的種種好處, 例如運\行速度的提升, 混色/半透明色效果, 圖像放大縮小和旋轉等!
FreeImage392
- 一个自由、开源的图形库--FreeImage支持位图构件―例如调色板和数据位―的便易访问;将位图从一种位深度转换到另一种位深度;当有多幅位图页―例如TIFF―时访问位图的不同页;基本的位图处理,如旋转、翻转(flipping)和重采样,或点操作,如亮度和对比度调整;Alpha混合与合成(Compositing and blending);FreeImage不支持:高级图象处理操作,如回卷(Convolution)和变换(Transform);位图绘制; 矢量图形。-a free, revenue
stitching
- 全景影像拼接程序,PanoramaStitching、multi-band blending。实现批量影像的拼接处理。vc6.0编译通过 -Panoramic image stitching programs, PanoramaStitching, multi-band blending. Batch image processing to achieve splicing. vc6.0 compiled by
Laplacian-Pyramid-Blending
- Laplacian Pyramid Blending 提取两幅图像的重要信息进行图像混合的算法 拉普拉斯差值图,差值图重建-Laplacian Pyramid Blending two images extracted important information for image hybrid Laplace difference map algorithm, the difference map reconstruction
blendmodes
- Describes blending modes to blend image A with Image B using different blending like Multiply, Add, Light Soft
contourlet1_xiangsuqueda123
- 基于contourlet的图像融合,融合效果不错!-Contourlet-based image fusion, blending good results!
acm-mm04-p276-yang
- In this paper we propose a novel space-time color feature representation for video shot and apply it to content identification. In this representation the shot is cut into k equal size segments, and each segment is represented by a blending image f
uglvdemo
- * WindML Example - Video image handling * This example program demonstrates how a video stream may be displayed * to an overlay surface. * To start the video demonstration program: * -> ld <uglvdemo_ugl.o * -> uglvdemo mode, jpegF
TransparentBlend
- 本程序实现了2张图片的Alpha混合,顶层的图片背景透明的现实在背景图片上,并且可以自由移动位置。-The program implements two pictures Alpha blending, the top picture background transparent image in the background reality, and can move freely position.
total-of-46-graphical-routines(mvp)
- 支持46种图像处理方式的代码,包括基本的Alpha混合、对比度、亮度变化,浮雕、柔化、锐化等。感觉基本PS包含的功能里面都有,推荐下载。-46 kinds of image processing methods to support the code, including the basic Alpha blending, contrast, brightness change, relief, soften, sharpen and so on. Feeling inside the basi
OpenGL
- OpenGL图形系统是一个软件接口,让程序员能够创建交互式程序,使用计算机图形学技术生成具有真实感的图像。本书是OpenGL ARB推荐的OpenGL 1.4版学习指南。 本书首先阐述OpenGL的功能和计算机图形学基本知识,包括状态管理和几何体的绘制、模型变换、视点变换和投影变换、颜色和光照;然后深入探讨一些高级技术,包括反走样、混合、雾效、显示列表、图像处理、纹理映射、帧缓存、网格化、NURBS、选择和反馈等;同时讨论其他一些重要主题,像如何提高程序的性能、OpenGL扩展和跨平台技
blending
- 实现Alpha图像融合。原理: 。其中 随着像素的坐标位置线性从1~0做变化。用到alphaBlending。-Alpha to achieve image fusion. Principle:. With the pixel coordinates of the location in which a linear change from 1 to 0 do. Used alphaBlending.
stitching
- 全景影像拼接程序 影像拼接 图像拼接vc++程序 PanoramaStitching、multi-band blending。实现批量影像的拼接处理。运行环境最好是vc++6.0 -Panoramic image mosaic images mosaic image stitching program vc++ program PanoramaStitching, multi-band blending. Batch image processing to achieve splicing.
Image-Alignment-and-Stitching
- This tutorial reviews image alignment and image stitching algorithms. Image align- ment (registration) algorithms can discover the large-scale (parametric) correspon- dence relationships among images with varying degrees of overlap. They are idea
Blending
- Digital Image processing, Blending of two images with optional w setting for different image blend result.
LDWT_SIFT
- 提供一种小波和sift混合处理图像的一种新算法的代码,对于尺度变换具有更好的不变性-A new algorithm of a wavelet and sift blending image code for the scale transformation has better invariance
Image-Blending
- 利用Poisson方程进行图像融合,选取图中一块区域拖入另一图中,进行融合。-Images Blending using Poisson Equation
Image-Combination
- 在图像处理过程中,图像的合成操作是使用频率最高的,如图像显示、图像拷贝、图像拼接以及的图层拼合叠加等。 图像合成,其实也就是图像像素颜色的混合,在Photoshop中,颜色混合是个很复杂的东西,不同的混合模式,将产生不同的合成效果,如果将之全部研究透彻,估计就得写一本书。因此,本文只谈谈最基本的图像合成,也就是Photoshop中的正常混合模式。 -In image processing, image synthesis is the most frequently used oper
decomposition-blending
- 这两篇文章相结合可以很好地解决两个图片之间的不连续拼接-Fast bilateral filtering for the display of high-dynamic-range images A Multiresolution Spline With Application to Image Mosaics
blending
- 在visual studio上用OPENCV做图像融合(Using OPENCV for image fusion on visual studio)