Borrar filtros
Borrar filtros

crop the image but keep the dimension same

3 visualizaciones (últimos 30 días)
prashant singh
prashant singh el 6 de En. de 2018
Respondida: Image Analyst el 6 de En. de 2018
I am cropping the part of an image using imcrop. Then I am performing some operation on the cropped part and getting coordinates(x and y) from the cropped image. But the coordinates are with respect to the cropped image. Is there a way i can do the operation and get the coordinates based on the original image(not the coordinates of cropped image).

Respuesta aceptada

Image Analyst
Image Analyst el 6 de En. de 2018
Compute the x and y, or (column and row) of your cropping rectangle, and simply add back in the x and y offset to any coordinates you compute off the cropped image.

Más respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by