Image Processing#
- Augmentation Gallery
- BrightnessContrast Example
- CLAHE Tutorial with NVIDIA DALI
- Introduction to CLAHE
- Using Real Medical Imaging Data
- Required Imports
- Parameter Comparison Function
- Running the CLAHE Pipeline
- Parameter Comparison Experiment
- Practical Applications & Next Steps
- DALI CLAHE vs OpenCV CLAHE on Medical Imaging (Knee MRI)
- Batch Processing MRI Slices with DALI Numpy Reader
- CLAHE on Color Images: WebP Example
- Color Space Conversion
- Image Decoder examples
- Common code
- Image Decoder (CPU)
- Image Decoder (CPU) with Random Cropping Window Size and Anchor
- Image Decoder with Fixed Cropping Window Size and External Anchor
- Image Decoder (CPU) with External Window Size and Anchor
- Image Decoder (Hybrid)
- Image Decoder (Hybrid) with Random Cropping Window Size and Anchor
- Image Decoder (Hybrid) with Fixed Cropping Window Size and External Anchor
- Image Decoder (Hybrid) with External Window Size and Anchor
- HSV Example
- Using HSV to implement RandomGrayscale operation
- Interpolation methods
- Resize operator
- WarpAffine
- 3D Transforms