mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-03 13:11:25 +08:00
DOC: Note that data type document is still preliminary.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Image data types and what they mean
|
||||
===================================
|
||||
|
||||
.. note::
|
||||
|
||||
This is a preliminary design document.
|
||||
|
||||
In ``scikits.image``, we assume the following dtype ranges:
|
||||
|
||||
=========== ================
|
||||
@@ -29,7 +33,7 @@ users:
|
||||
=============== =======================================
|
||||
Function name Description
|
||||
=============== =======================================
|
||||
img_as_float Convert to 64-bit floating pt repre.
|
||||
img_as_float Convert to 64-bit floating point repr.
|
||||
Scaled to 0/1.
|
||||
img_as_uint Convert to 16-bit uint repr.
|
||||
Scaled to 0-65535.
|
||||
|
||||
Reference in New Issue
Block a user