Hi,
Can I crop images by tracing an area of interest instead of using a rectangle frame?
Thanks.
Not directly, but you could try the following:
- Use IdentifyObjectsManually to hand-draw an object representing your region of interest.
- Use Crop with Objects as the cropping shape and select your hand-drawn object as the object to use.
Regards,
-Mark
1 Like
Thanks Mark. It works great!