accessing-pieces-arrays/script.rst
changeset 239 04259d64bc14
parent 224 4e0cdb5cca53
child 270 49c9bb72e08a
equal deleted inserted replaced
228:8edaf377c801 239:04259d64bc14
     1 .. Objectives
     1 .. Objectives
     2 .. ----------
     2 .. ----------
     3    
     3    
     4    By the end of this tutorial, you will be able to:
     4    .. By the end of this tutorial, you will be able to:
     5    
     5    
     6      1. Access and change individual elements of arrays, both one
     6    ..   1. Access and change individual elements of arrays, both one
     7      dimensional and multi-dimensional.
     7    ..   dimensional and multi-dimensional.
     8      2. Access and change rows and columns of arrays. 
     8    ..   2. Access and change rows and columns of arrays. 
     9      3. Access and change other chunks from an array, using slicing
     9    ..   3. Access and change other chunks from an array, using slicing
    10      and striding. 
    10    ..   and striding. 
    11      4. Read images into arrays and perform processing on them, using
    11    ..   4. Read images into arrays and perform processing on them, using
    12      simple array manipulations. 
    12    ..   simple array manipulations. 
    13 
    13 
    14 .. Prerequisites
    14 .. Prerequisites
    15 .. -------------
    15 .. -------------
    16 
    16 
    17 ..   1. Name of LO-1
    17 ..   1. getting started with arrays
    18 ..   2. Name of LO-2
    18 
    19 ..   3. Name of LO-3
       
    20      
    19      
    21 .. Author              : Puneeth
    20 .. Author              : Puneeth
    22    Internal Reviewer   : 
    21    Internal Reviewer   : 
    23    External Reviewer   :
    22    External Reviewer   :
    24    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    23    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]