transpose matrix for remap
Hi,
I want remap image like transpose function. Anybody knows matrix or algorithm for transposing source matrix?
Best regards Viktor.
Hi,
I want remap image like transpose function. Anybody knows matrix or algorithm for transposing source matrix?
Best regards Viktor.
Thanks. I will ask emgu support.
Asked: 2015-04-06 12:48:21 -0600
Seen: 652 times
Last updated: Apr 06 '15
I don't understand your question, please be more specific. Do you just want to transpose a matrix? This you can do using
.t()
, see http://docs.opencv.org/modules/core/d... .I am using emgu. Emgu hasn't CudaInvoke.Transpose. Now i am doing: mapx[i,j]=j; mapy[i,j]=i; CvInvoke.Remap is ok, but CudaInvoke.Remap return black image It is bug?
This Q&A forum is probably the wrong to ask questions about emgu.