I am using CIFilter for editing video and images with Swift 3.0.
Its working fine, for whole image or video.But I want to apply filter to only selected area. I found, It can be done through ROI But, all the documentation i found, is related to custom filters only.
Is there any way to use existing CIFIlters with ROI function? i.e. applying filter on selected area only?