diff options
author | Puneeth Chaganti | 2010-10-08 11:32:09 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-10-08 11:32:09 +0530 |
commit | 22d9389342beb696b3cac55c3855356da68fbc28 (patch) | |
tree | 0f8cd6357e6da6af2dc97ef270d2badb4563a941 /accessing-pieces-arrays/script.rst | |
parent | ed0a3a92a55c490db57ad7f6400bab98d764764b (diff) | |
parent | 127d4e479aa26390988aa5c8ab1ec2ae442311a2 (diff) | |
download | st-scripts-22d9389342beb696b3cac55c3855356da68fbc28.tar.gz st-scripts-22d9389342beb696b3cac55c3855356da68fbc28.tar.bz2 st-scripts-22d9389342beb696b3cac55c3855356da68fbc28.zip |
Merged heads.
Diffstat (limited to 'accessing-pieces-arrays/script.rst')
-rw-r--r-- | accessing-pieces-arrays/script.rst | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/accessing-pieces-arrays/script.rst b/accessing-pieces-arrays/script.rst index b0974af..2731e0d 100644 --- a/accessing-pieces-arrays/script.rst +++ b/accessing-pieces-arrays/script.rst @@ -1,22 +1,21 @@ .. Objectives .. ---------- - By the end of this tutorial, you will be able to: + .. By the end of this tutorial, you will be able to: - 1. Access and change individual elements of arrays, both one - dimensional and multi-dimensional. - 2. Access and change rows and columns of arrays. - 3. Access and change other chunks from an array, using slicing - and striding. - 4. Read images into arrays and perform processing on them, using - simple array manipulations. + .. 1. Access and change individual elements of arrays, both one + .. dimensional and multi-dimensional. + .. 2. Access and change rows and columns of arrays. + .. 3. Access and change other chunks from an array, using slicing + .. and striding. + .. 4. Read images into arrays and perform processing on them, using + .. simple array manipulations. .. Prerequisites .. ------------- -.. 1. Name of LO-1 -.. 2. Name of LO-2 -.. 3. Name of LO-3 +.. 1. getting started with arrays + .. Author : Puneeth Internal Reviewer : |