crop an image with special percent

I want to crop an image but with special percent for example 5% automatically. my question is how can I do it?please guide me.

Answers (1)

Selva Karna
Selva Karna on 29 Jul 2016
a=imread('a.jpg'); b=imcrop(a); show window u can crop image

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 29 Jul 2016

Commented:

on 29 Jul 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!