Borrar filtros
Borrar filtros

Processing time of the code (Image analysis, image transformation)

1 visualización (últimos 30 días)
Ripul Dutt
Ripul Dutt el 24 de Ag. de 2017
Comentada: Ripul Dutt el 24 de Ag. de 2017
Hi all matlab geeks out there,
I have a code for transformation of imagethat involves translation and rotation of image, since the number of data points are 15 million, I needed to grip the image first, however my current code has a a processing time of over 20 days, I am pretty sure something is wrong the way ive written my code can any help out ?I've attached the code in pdf file. THANKS MUCH
  6 comentarios
Image Analyst
Image Analyst el 24 de Ag. de 2017
Take a look at scatteredInterpolant() or griddedInterpolant() to turn your list of xyz coordinates and colors into a rectangular image.
Ripul Dutt
Ripul Dutt el 24 de Ag. de 2017
thanks, but I do need to grid the coordinates before I can do that, and they don't seem to process soon enough, I am thinking of giving some more time to improving the code to make processing faster before having it run at a super computer but i dont think that would be necessary, any suggestions ?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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