Changes between Version 1 and Version 2 of Tiling


Ignore:
Timestamp:
Dec 17, 2012, 8:28:41 AM (11 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tiling

    v1 v2  
    1313}}}
    1414
    15 Below the available tiling schemes (''tilingName'') are listed.
     15== Tiling Schemes ==
    1616
    17 == No tiling ==
     17=== No tiling ===
     18''tilingName'': '''no_tiling'''
     19
     20As the name implies, no tiling is applied to the source array, i.e. the whole array is one tile.
     21
     22=== Regular tiling ===
     23''tilingName'': '''regular'''
     24
     25=== Aligned tiling ===
     26''tilingName'': '''aligned'''
     27
     28=== Directional tiling ===
     29''tilingName'': '''directional'''
     30
     31=== Tiling areas of interest ===
     32''tilingName'': '''area of interest'''
     33
     34=== Statistic tiling ===
     35''tilingName'': '''statistic'''
     36
     37
     38== Index Types ==
     39
     40=== R+ tree ===
     41''indexName'': '''rpt_index'''
     42
     43=== Directory index ===
     44''indexName'': '''d_index'''
     45
     46=== Regular computed index ===
     47''indexName'': '''rc_index'''