2013-10-03 172 views
1

嗨,我想变换图像像这样(从右到左图像): enter image description hereopencv的Ç - 笛卡尔坐标到极坐标图像变换

我已搜索有关类似cvCartToPolar功能,但我不知道如何使用它..

有人可以帮助我吗? :)

+0

这功能是不是你需要看到的文档内容:http://docs.opencv.org/modules /core/doc/operations_on_arrays.html?highlight=carttopolar#void cartToPolar(InputArray x,InputArray y,OutputArray幅度,OutputArray角度,bool angleInDegrees) 它将3D坐标转换为极坐标或球面坐标。 – Michele

回答