---
title: Cropping and working with regions of interest
framework: accelerate
role: collectionGroup
role_heading: API Collection
path: accelerate/cropping-and-working-with-regions-of-interest
---

# Cropping and working with regions of interest

Crop images and apply operations to regions of interest.

## Topics

### Cropping

- [crop(at:destination:)](accelerate/vimage/pixelbuffer/crop(at:destination:).md)
- [cropped(to:)](accelerate/vimage/pixelbuffer/cropped(to:).md)

### Region of Interest

- [withUnsafeRegionOfInterest(_:_:)](accelerate/vimage/pixelbuffer/withunsaferegionofinterest(_:_:).md)

## See Also

### Pixel buffer operations

- [Applying geometric operations to pixel buffers](accelerate/applying-geometric-operations-to-pixel-buffers.md)
- [Applying color transforms to pixel buffers](accelerate/applying-color-transforms-to-pixel-buffers.md)
- [Blending and compositing pixel buffers](accelerate/blending-and-compositing-pixel-buffers.md)
- [Convolving and applying morphology](accelerate/convolving-and-applying-morphology.md)
- [Thresholding and clipping pixel buffer values](accelerate/thresholding-and-clipping-pixel-buffer-values.md)
- [Calculating and transforming histograms](accelerate/calculating-and-transforming-histograms.md)
- [Converting pixel buffers](accelerate/converting-pixel-buffers.md)
- [Interleaving and deinterleaving pixel buffers](accelerate/interleaving-and-deinterleaving-pixel-buffers.md)
- [Applying channel operations](accelerate/applying-channel-operations.md)
- [Applying arithmetic operations](accelerate/applying-arithmetic-operations.md)
