The Premultiply Convention in Geometric Transformations does not support C/C++ code generation?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
cui,xingxing
el 10 de Oct. de 2022
Comentada: Qu Cao
el 18 de Oct. de 2022
Since version R2022b, the Premultiply Convention has been recommended in priority in Geometric Transformations in the IPL(image processing toolbox) and CVT(computer vision toolbox) toolboxes, which is very much in line with industry usage. However, it is strange that some of the recommended new functions do not support C/C++ code generation, while the old ones do. For example, affinetform2d/affinetform3d do not support this, while the old functions affine2d/affine3d support C/C++ code generation. rigidtform2d/rigidtform3d should also support C/C++ generation, as this geometric transformation is very basic and typical. It is hoped that subsequent versions of TMW will enhance this function.
0 comentarios
Respuesta aceptada
Qu Cao
el 17 de Oct. de 2022
Thank you for reporting this. There is a bug in the documentation. All the geometric transformation objects with the premultiply convention should support C/C++ code generation.
2 comentarios
Qu Cao
el 18 de Oct. de 2022
Thank you agian for reporting these issues! We will fix them in a future release.
Más respuestas (1)
Benjamin Thompson
el 10 de Oct. de 2022
This is just a notational thing right? Why would it affect how the code is generated and executed? The code generation and execution processes should generate the most efficient code possible.
0 comentarios
Ver también
Categorías
Más información sobre Geometric Transformation and Image Registration 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!