nvidia.dali.experimental.dynamic.experimental.decoders.image_crop#

nvidia.dali.experimental.dynamic.experimental.decoders.image_crop(
input,
/,
*,
batch_size=None,
device=None,
adjust_orientation=None,
affine=None,
crop=None,
crop_d=None,
crop_h=None,
crop_pos_x=None,
crop_pos_y=None,
crop_pos_z=None,
crop_w=None,
device_memory_padding=None,
device_memory_padding_jpeg2k=None,
dtype=None,
host_memory_padding=None,
host_memory_padding_jpeg2k=None,
hw_decoder_load=None,
hybrid_huffman_threshold=None,
jpeg_fancy_upsampling=None,
memory_stats=None,
output_type=None,
preallocate_height_hint=None,
preallocate_width_hint=None,
rounding=None,
split_stages=None,
use_chunk_allocator=None,
use_fast_idct=None,
)#

Warning

This operator is now deprecated. Use decoders.image_crop() instead.

Experimental features of the decoders have been moved to the main decoders module, this is just an alias maintained for backward compatibility.

Alias for decoders.image_crop().