搜索资源列表
BitmapDisplay
- 采用Visual C++6.0编写,将一个位图文件显示出来,并用A\\D\\S\\W键控制场景移动。对于想学习游戏编程的同学会有一定帮助。
mriwarp-1.52.tar
- This a collection of utilities for warping of MRI image volumes. See the man pages for documentation. The warp method is described in detail in the following paper Enhancing the Multivariate Signal of 15-O water PET Studies With a Ne
smkg
- A 2D DirectX video game which plays around with a few different concepts. Contains graphics,sounds,tilemap,ai,projectiles, level editor and more (Visual C++ project files).-DirectX video game which plays around w praxiology a few different concepts.
gcrf_demo
- This MATLAB code is an example of how to train the GCRF model described in \"Learning Gaussian Conditional Random Fields for Low-Level Vision\" by M.F. Tappen, C. Liu, E.H. Adelson, and W.T. Freeman in CVPR 2007. If you use this code in your re
metal_artifact_reduction
- Die Computertomographie (CT) hat seit ihrer Einfuhrung im Jahr 1972 [22] die medizinische Bildgebung revolutioniert. Die raumliche Abbildung gesamter Patientenvolumina mit hoher Genauigkeit und quantitativ verwertbaren Bildern ist ein immenser
W-Filter
- 程序包括有维纳滤波,中值滤波,高斯变换,DFT变换等等图像滤波源代码-Procedures include Wiener filtering, median filtering, Gaussian transform, DFT transform source image filtering, etc.
SDL_mask
- SDL library to support rapid detection of collisions Pixel Perfect. It can be added to the game perfect collisions without loss FPS 贸w as in many other libraries, and all this by creating a grade, keeping the mask bitmap.
PanZoomControlLibrary
- 基于WPF的地图控件,支持按tile来显示不同detail的地图。-Map-based WPF controls, supported the tile to show the different detail maps.
FullSceneMotionBlur_src_demo
- The texture used for the motion blur is d In the demo application, the following keys are usable: * s - for changing the rendered scene. * t - for changing the FirstRenderTexture flag that is passed to the RenderToMotionBlurTexture procedu
imageeditor
- An image editor which allows to open,save,re-size ,flip vertical&horizontal invert operation in VB w/o using any third party component
ImageProcessing
- This image processing S/W.And, this program is included in filetering, any others-This is image processing S/W.And, this program is included in filetering, any others..
ndnanfilter
- NDNANFILTER N维零相位数字滤波器,忽略NaN的。 短语法: [年,钨] = ndnanfilter(十,HWIN,女) 短输入: X - 有/无NaN的多维数据。 HWIN - 窗口的名称(默认情况下移动平均的Nd: rectwin )。 的F - 向量指定为每个维窗口半宽度。 短暂输出: Ÿ - 过滤/平滑X数据与零相移(如X!一样大小)。 W - N维是通过一种特殊的子函数生成的中心对称的窗口称为
SPIHT
- A.Said和W.A. pearlman根据Shapiro零树编码的基本思想,提出了一种新的且更优的实现方法--分层树集合分割(SPIHT),它是高效性能编码算法.这里给出了SPIHT程序及其改进后的程序.-A. Said and WA pearlman Shapiro zerotree coding based on the basic idea, a new and more excellent implementations- set partitioning in hierarchi
MyBarChartTest
- 基于MFC工程柱状图 柱状图类(CMyBarChart)的两个文件(MyBarChart cpp MyBarChart h)不依赖于具体的工程 将文件添加至自己的工程即可运行 控件内柱子所在位置 大小 可根据控件大小自适应调整大小及位置 每根柱子高度为相邻柱子之间间隙 设控件总宽度为W 柱子个数为N 那么间隙宽度 X W 3 N + 1 柱子高度为 Y 2 X 2 W 3 N + 1 使用步骤: 1 申明对象 CMyBarCh
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合