mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 22:23:29 +08:00
fb8efcf904
Add python script that generates coverage_table.txt from coverage.csv file which is included in the sphinx docs.
2.1 KiB
2.1 KiB
| 1 | Make movie from multiframe image | immovie |
|---|---|---|
| 2 | Play movies, videos, or image sequences | implay |
| 3 | Display image | imshow |
| 4 | Image Tool | imtool |
| 5 | Display multiple image frames as rectangular montage | montage |
| 6 | Display multiple images in single figure | subimage |
| 7 | Display image as texture-mapped surface | warp |
| 8 | Read metadata from header file of Analyze 7.5 data set | analyze75info |
| 9 | Read image data from image file of Analyze 7.5 data set | analyze75read |
| 10 | Anonymize DICOM file | dicomanon |
| 11 | Get or set active DICOM data dictionary | dicomdict |
| 12 | Read metadata from DICOM message | dicominfo |
| 13 | Find attribute in DICOM data dictionary | dicomlookup |
| 14 | Read DICOM image | dicomread |
| 15 | Generate DICOM unique identifier | dicomuid |
| 16 | Write images as DICOM files | dicomwrite |
| 17 | Read high dynamic range (HDR) image | hdrread |
| 18 | Write Radiance high dynamic range (HDR) image file | hdrwrite |
| 19 | Read metadata from Interfile file | interfileinfo |
| 20 | Read images in Interfile format | interfileread |
| 21 | Check if file is R-Set | isrset |
| 22 | Create high dynamic range image | makehdr |
| 23 | Read metadata from National Imagery Transmission Format (NITF) file | nitfinfo |
| 24 | Read image from NITF file | nitfread |
| 25 | Open R-Set file | openrset |
| 26 | Create reduced resolution data set from image file | rsetwrite |
| 27 | Render high dynamic range image for viewing | tonemap |