资源列表
read_ENVI
- matlab编程,读取ENVI图像,用matlab读取遥感图像,用于后续的分类处理-read image
H264Player
- 实现H264编解码图像文件的源代码 实现算法:baseline profile ,含H.264算法参数设置(分辨率、帧率(I/P:15-20)等)和解码后的I帧-H264 codec to achieve an image file of the source code algorithm: baseline profile, including H.264 algorithm parameter settings (resolution, frame rate (I/P :15-20),
pengzhuang
- 基于opengl的小球碰撞动画设计。使用的是VC6.0下的MFC,有DEMO显示-Small ball collision on opengl animation design. Using VC6.0 under the MFC, there DEMO Show
01
- 01背包问题是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。-01 knapsack problem is the M items removed several pieces on the space W of a backpack, each item has a volume of W1, W2 ...... Wn, with the corresponding value of P1, P2 ...... Pn.
The-colors-and-patterns-in-MATLAB
- 本文档附上一个完整的m文件,便于理解,主要是matlab画出的一些优美图形-This document is accompanied by a complete m-files, easy to understand, mainly matlab draw some beautiful graphics
san
- 带光照的三棱锥,左上角环境光,右上角反射光,可用键盘的上下键来控制视角-The three pyramids with light, ambient light left corner, right corner of reflected light, the available keyboard arrow keys to control the angle
SplitWin
- 关于数字摄影测量的相关程序,可以进行核线的自动匹配和正摄影像的生成。-On digital photogrammetry related procedures can be carried out automatically match the nuclear line and the positive photographic image formation.
haartraining
- opencv中haar人脸识别算法中用于训练模版的示例代码-haar opencv face recognition algorithm used in the training sample code
E
- 直方图均衡化是指将原图像通过某种变换,得到一幅灰度直方图为均匀分布的新图像的方法。-Write MATLAB functions to perform histogram equalization for the test images “ Fig0316(1)(top_left)” and “ Fig0316(4)(bottom_left) ” respectively. Show the histograms of the images before and after histog
D
- 灰度图像的量化和直方图均衡化直接调用函数。量化是指将像素灰度转换成离散的整数值的过程。量化等级越多,所得图像层次越丰富,灰度分辨率高,图像质量好,但数据量大。-Write MATLAB functions to quantize grayscale image with given quantization step Q. Process the given test images “Lena” with quantization steps Q=2, 4, 8 16, 32, 64, 1
C
- 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
B
- 运用matlab对灰度图进行缩放一定比例的缩放。对图像进行缩小用到两种方法:其一直接消除像素进行缩放处理;其二先进行初步 的图像平滑滤波,然后消除像素。平滑滤波用于模糊处理,可以出去细节并降低噪声。-Write MATLAB functions to down-sample one grayscale image from original size to the given output size through two different methods: a) directly eli
