MatCompositeMergeType#
Selects the order in which the matrices held by a MATCOMPOSITE are combined when MatCompositeMerge() is called
Synopsis#
typedef enum {
MAT_COMPOSITE_MERGE_RIGHT,
MAT_COMPOSITE_MERGE_LEFT
} MatCompositeMergeType;
Values#
MAT_COMPOSITE_MERGE_RIGHT- merge into a single matrix starting from the rightmost matrix (multiplicative compositions use this to preserve the natural left-to-right application order)MAT_COMPOSITE_MERGE_LEFT- merge into a single matrix starting from the leftmost matrix
See Also#
Matrices, Mat, MATCOMPOSITE, MatCompositeMerge(), MatCompositeSetMergeType(), MatCompositeType
Level#
advanced
Location#
Examples#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages