搜索资源列表
GPUGeometryClipmaps
- 我们使用同一个vertex shader来渲染之前描述的所有2D footprint。首先,对于给定的footprint坐标(x,y)来说,shader通过简单的缩放和变换来计算它的世界坐标(x,y)。接下来,从顶点纹理中读取高度值z。这里不需要任何过滤器,因为顶点和纹理采样是一一对应的-we use with a vertex shader to exaggerate the descr iption before all 2D footprint. First, the footprint
Footprint
- 一组关于足迹图象处理的操作,这些图形与图象的操作基于OpenCV实现.-a group on the footprint of the image-processing operation, graphics and images based on the operation of OpenCV achieve.
footprint
- 指纹识别技术源代码,自己调试过,很有用,欢迎下载。
coin-battery
- footprint of coin battery
Histogram-in-footprint-detective
- 运用直方图检测足迹的边缘。有图有说明。针对自己的稍微调试一下应该既可以了-using Histograms to detective the footprint edge. And the file has images and directions.
protel_lib
- protel dxp本人的元件封装库 虽然不太多,但一般电路板可以考虑-protel dxp I component footprint library Although it is not too much, but generally the board may consider
ST-Microprocessor-32-Bit
- ST 32位控制原理图及PCB封装图库,希望可以帮到从事电子线路开发的同事。-ST 32 digital control schematics and PCB footprint library, the desire to help my colleagues engaged in the development of electronic circuits.
ViBe
- ViBe是一种像素级视频背景建模或前景检测的算法,效果优于所熟知的几种算法,对硬件内存占用也少,很简单。-ViBe is a pixel-level video background modeling or prospects detection algorithm is better than several well-known algorithms, hardware memory footprint small, very simple.
sim900
- ORCAD SIM900 library schematic and foot print for allegro. Use full to add into the libraries of Orcad 16.5 and higher and design schematics as well as PCB footprint
PICKIT3
- SMD land pattern for 2.5v reference ic mcp1525 footprint
ResizePictures
- 我们用千万像素级相机拍摄的照片,通常达到好几兆,时间长了,相片多了,就很占空间,但是又舍不得删除。怎么办?减少图片的精度,也就减小了所占空间。事实上,用Windows XP自带的画图程序(Win7自带的画图程序没试过),打开图片,然后另存,即可发现图片体积大大减小,但是精度的损失用人眼是判断不出来的。可是如果每个图片都用画图程序打开再另存,势必很费时间。于是,小弟就开发了一个批量减少图片体积的小程序,可以递归执行。需要注意的是,要先选中递归复选框,然后再选择文件夹,否则不会递归。这也算是一个小b
PCA
- 使用matlab自带的函数princomp()计算主成分,当维数很高时通常会出现内存耗尽的错误,即使内存足够也非常耗时。快速pca能加快计算进程且减小内存占用,更容易计算较大尺寸的图像主成分。(Use MATLAB's own function princomp () to calculate the principal component. When the dimension is very high, the memory exhaustion error usually occurs,