I have been looking online and in the android opencv source code, but I cannot figure where the Posit algorithm opencv methods are. Does anyone know where they are in the source code of opencv?
I checked where the following link claims it to be:
but i still could not find it. Does anyone know how I can use the code in the link to build it myself? Hopefully I am just overlooking something in the android opencv.
I cannot find cvFindExtrinsicCameraParams2() either.
**Update
cvFindExtrinsicCameraParams2 has been renamed to solvePnP in the c++ implementation of opencv; however, I still do not know where the posit algorithm is.
Any help would be greatly appreciated.