File: im2uint8.xml

package info (click to toggle)
sivp 0.4.3-3
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 4,400 kB
  • ctags: 94
  • sloc: sh: 8,731; xml: 3,173; ansic: 2,069; makefile: 102; tcl: 72
file content (56 lines) | stat: -rw-r--r-- 1,967 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE MAN SYSTEM "mansivp.dtd">
<MAN>
<LANGUAGE>eng</LANGUAGE>
<TITLE>im2uint8</TITLE>
<TYPE>SIVP Toolbox</TYPE>
<DATE>April, 2006</DATE>
<SHORT_DESCRIPTION name="im2uint8">Convert image to 8-bit unsigned integers</SHORT_DESCRIPTION>
<CALLING_SEQUENCE>
   <CALLING_SEQUENCE_ITEM>im2 = im2uint8(im)</CALLING_SEQUENCE_ITEM>
</CALLING_SEQUENCE>
<PARAM>
<PARAM_INDENT>
   <PARAM_ITEM>
   <PARAM_NAME>im</PARAM_NAME>
   <PARAM_DESCRIPTION>
     An matrix/image, which can be ANY image supported by SIVP.
   </PARAM_DESCRIPTION>
   </PARAM_ITEM>
   <PARAM_ITEM>
   <PARAM_NAME>im2</PARAM_NAME>
   <PARAM_DESCRIPTION>
     Output image, an 8-bit unsigned integer matrix.
   </PARAM_DESCRIPTION>
   </PARAM_ITEM>
</PARAM_INDENT>
</PARAM>
<DESCRIPTION>
<P>
<TT>im2uint8</TT> convert intensity or RGB images to 8-bit unsigned integers.
If the input is of class <TT>uint8</TT>, the output image is identical to it. 
Otherwise, <TT>im2uint8</TT> rescales or offsets the data, and returns the equivalent image of class <TT>uint8</TT>.
</P>
</DESCRIPTION>

<!-- ================================= -->

<AUTHORS>
   <AUTHORS_ITEM name="Shiqi"> Shiqi Yu &lt;shiqi.yu[at]gmail.com&gt; </AUTHORS_ITEM>
</AUTHORS>
<!-- ================================= -->
<SECTION label="Availability">
The latest version of SIVP can be found at
<P><A href="http://sivp.sourceforge.net">http://sivp.sourceforge.net</A></P>
</SECTION>
<!-- ================================= -->
   <SEE_ALSO>
      <SEE_ALSO_ITEM> <LINK>im2bw</LINK> </SEE_ALSO_ITEM>
      <SEE_ALSO_ITEM> <LINK>im2int8</LINK> </SEE_ALSO_ITEM>
      <SEE_ALSO_ITEM> <LINK>im2uint16</LINK> </SEE_ALSO_ITEM>
      <SEE_ALSO_ITEM> <LINK>im2int16</LINK> </SEE_ALSO_ITEM>
      <SEE_ALSO_ITEM> <LINK>im2int32</LINK> </SEE_ALSO_ITEM>
      <SEE_ALSO_ITEM> <LINK>im2double</LINK> </SEE_ALSO_ITEM>
      <SEE_ALSO_ITEM> <LINK>mat2gray</LINK> </SEE_ALSO_ITEM>
   </SEE_ALSO>
</MAN>