Image Demosaicking with Contour Stencils
|
Macro for 3x3 matrix inverse. More...
Go to the source code of this file.
Macro for 3x3 matrix inverse.
Computes 3x3 matrix inverse as a macro using Cramer's rule. If the matrix elements are constant, this macro should allow the inverse to be determined at compile time.
A convenient way to use these macros is to define a macro that evaluates a function with your matrix as the arguments, then call it repeatedly to construct the inverse matrix.
Definition in file inv3x3.h.