how can I access/change data in images.geotrans.PolynomialTransformation2D object?
    15 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    OJ27
 el 17 de Feb. de 2017
  
    
    
    
    
    Comentada: OJ27
 el 22 de Feb. de 2017
            I want to change A and B for the result of images.geotrans.PolynomialTransformation2D, but how can I access these matrices? Or how can I create an object of PolynomialTransformation2D type? When I copy the data to a new dummy variable and try to change A, I get "You cannot set the read-only property 'A' of PolynomialTransformation2D"
Do I have to change the permissions of the object?
0 comentarios
Respuesta aceptada
  Vandana Rajan
    
 el 20 de Feb. de 2017
        Hi,
I tried the example given in https://www.mathworks.com/help/images/ref/images.geotrans.polynomialtransformation2d-class.html#examples
and then did the following
dummy = [tformPolynomial.A+0.01];
tformPolynomial2 = images.geotrans.PolynomialTransformation2D(dummy,tformPolynomial.B);
Is this the kind of thing you wish to try?
Más respuestas (0)
Ver también
Categorías
				Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

