Info

This question is closed. Reopen it to edit or answer.

Cropping a particular location of my input

1 view (last 30 days)
Elif Erin
Elif Erin on 6 Dec 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi I want to crop this location http://hizliresim.com/jXjR7g or http://hizliresim.com/5L2zjM on my input. I try imcrop but it didn't work can you help me

Answers (1)

KSSV
KSSV on 6 Dec 2016
YOu have to save the image first....let the image saved be 'test.jpg'. Then follow the below lines. It can be saved. What version you are using? What error you get?
imshow('test.jpg') ;
I = imcrop ; % draw a rectangle and double click
imshow(I)
  1 Comment
Elif Erin
Elif Erin on 6 Dec 2016
I am currently use 2013b. But I want that program automatically crop this particular point. Because I will try to recognize the brand of the car

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!