-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES
More file actions
38 lines (33 loc) · 1.1 KB
/
NOTES
File metadata and controls
38 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
!! PGMA_READ_DATA reads the data in an ASCII PGM file.
!
! Licensing: GNU LGPL license.
! Author: John Burkardt
!
! Parameters:
!
! Input, integer ( kind = 4 ) FILE_IN_UNIT, the unit number of the file.
!
! Input, integer ( kind = 4 ) ROW_NUM, COL_NUM, the number of rows and
! columns of data.
!
! Output, integer ( kind = 4 ) G(ROW_NUM,COL_NUM), the gray data.
!! PGMA_READ_HEADER reads the header of an ASCII PGM file.
!
! Licensing: GNU LGPL license.
! Author: John Burkardt
!
! Parameters:
!
! Input, integer ( kind = 4 ) FILE_IN_UNIT, the unit number of the file.
!
! Output, integer ( kind = 4 ) ROW_NUM, COL_NUM, the number of rows and
! columns of data.
!
! Output, integer ( kind = 4 ) G_MAX, the maximum gray value.
PGMA_TO_PGMB Library (C++):
http://people.sc.fsu.edu/~jburkardt/cpp_src/pgma_to_pgmb/pgma_to_pgmb.html
PGMA_IO Library (Fortran90):
http://people.sc.fsu.edu/~jburkardt/f_src/pgma_io/pgma_io.html
Cambridge ORL face database:
http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html
http://www.cl.cam.ac.uk/Research/DTG/attarchive/pub/data/att_faces.zip