搜索资源列表
EZW
- 本代码经过本人多次调试运行过,绝对可用。用户可根据里面的(执行步骤)这一文件运行程序。该ezw代码基于raster扫描顺序(有别于常用的morton扫描顺序)来编写的。
EZW
- 本代码经过本人多次调试运行过,绝对可用。用户可根据里面的(执行步骤)这一文件运行程序。该ezw代码基于raster扫描顺序(有别于常用的morton扫描顺序)来编写的。-I have this code after debugging run-off is absolutely available. Users can be inside (steps) of the document run the program. EZW code
rink
- 读取数据行、列号,计算生成莫顿码,生成基于十进制的线性四叉树的编码-Read data rows, columns No. calculated Morton generated code, to generate the metric system based on the linear quadtree encoding
morton
- 基于十进制的四叉树的空间数据结构编码。 利用行数和列数求莫顿码 利用莫顿码求行数和列数-Decimal-based quadtree spatial data structure coding. To use the number of rows and columns seeking Morton Morton yards yards seeking to use the number of rows and columns
QuadTree
- 从文件读取四叉树结点,按照morton码对四叉树进行编码-Read from the file quadtree node, in accordance with morton yards on the quad-tree coding
QTREE
- 实现线性四叉树的编码,读取数据的同时生成莫顿码-To achieve linear quadtree encoding, read the data at the same time generating Morton yards
dissolve
- Traverse a rectangle of pixels in a random order.From Mike Morton s contribution to Graphics Gems.
GdalBrowser
- GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学
sift_experiment
- Matlab+C SIFT 特征提取与匹配演示程序 http://download.csdn.net/source/3472933 http://www.pudn.com/downloads372/sourcecode/graph/texture_mapping/detail1607889.html 使用 Matlab+C++混合编程的SIFT特征提取与匹配演示程序,很完整,是 Morton金字塔无缝漫游 GDAL
quilt-0.48
- quilt - 強大的 patch 管理工具 [quilt] 最早是 Linux 知名 hacker - Andrew Morton - 為了維護大量的 patch,而撰寫一系列協助管理的 scr ipt,後來經過許多開發者的潤飾,成為 Linux Kernel tree 相當重要的維護工具。-quilt- a powerful patch management tools [quilt] first well-known Linu
morton-BLDC__and_PCB_Included
- 使用控制BLDC电机成熟方案,在洗衣机上使用年,都比较稳定,目前产品家家户晓。其中包含C语言及对应的PCB原理图,较为难得。-Use BLDC motor control mature solution, in the washing machine using, more stable, at present the product every so famous. Contains C language and the corres
QuadTree
- 利用四叉分割对空间空间数据进行编码,编码方案为四进制莫顿码或十进制莫顿码-Using quad split the space spatial data coding, coding scheme for quaternary the Morton code or decimal Morton code
quadtree
- 地理信息系统 栅格数据四叉树编码(四进制morton码)-Geographic information system raster data quadtree coding (quaternary the morton yards)
03MordonCode
- 图像莫顿码编码原理演示,对于了解莫顿码的GIS同学很有帮助。-Image Morton coding principle demonstration for GIS students about Morton code is helpful.
fs-writeback
- 10Apr2002 Andrew Morton Split out of fs/inode.c Additions for address_space-based writeback
morton
- 莫顿编码 是根据数组的行和列的二进制数值,呈Z型编码的程序-Morton code is based on the binary value of row and column array, was Z-coded program
Morton
- Morton算法实现自动编码,效果很不错-Morton automatic coding algorithm, the effect is very good
morton
- morton实现,jiyuVB,代码实现,morton码,实现。-morton achieve, jiyuVB, code, morton code to achieve.
morton
- 根据莫顿码计算行列号 根据行列号计算莫顿码(Morton code ,GIS rasterdata.)
Quadtree decoding
- 与四叉树编码一体,是解压过程。采用十进制Morton码进行解压,程序附有注释,适合学习。程序包括四叉树编码及解码的。(Quadtree decoding,a process of unpacking,includes Decimal Morton code.The program is annotated in detail.)