adjoint of matrix
I have gray-channel image of size 128X128 And i want to find adjoint of the image. i know i have to first find cofactor then transpose to find adjoint. But is any library or function which opencv support to find adjoint of image of matrix form.
Thanks in advance