搜索资源列表
ClockDisplay
- C++实现利用表盘来显示时间。设计思想:将系统时间通过极坐标转换为坐标,然后作直线,即表针。-C system to use the dial to show time. Design thinking : the system by the time of the polar coordinate conversion, and then straight for that hand.
CarToPolar
- 自己做的图像直角坐标与极坐标转换程序,源代码中还有双线性和双三次插值的函数代码,很基础也很实用。
logpolar
- 用matlab实现的对数极坐标转换图像配准算法,实验证明效果不错
logpolor
- 用opencv实现对图像的极坐标转换,logpolor
gps
- 笛卡尔坐标系,大地坐标系,站心地平坐标系(线型和极坐标形式)之间的转换源代码-Cartesian coordinate system, geodetic coordinates, Station Local coordinate system (linear and polar form) the conversion between the source code
Zuobiaozhuanhuan
- GPS数据处理中为了满足不同的需要,处理的数据要进行坐标转换,得到在不同坐标系统下的结果,下面是笛卡尔坐标系,大地坐标系,站心地平坐标系(线型和极坐标形式)之间的转换源代码-GPS data processing in order to meet the different needs of data processing for coordinate transformation, the coordinate system in different results, the followi
zuobiaozhuanhuan
- 详细介绍了各种坐标系统转换运算,由笛卡尔坐标转换为大地坐标; 由大地坐标转换为笛卡尔坐标;由笛卡尔坐标转换为站心地平坐标;由站心地平直角坐标转换为站心地平极坐标-Detailed information on a variety of computing coordinate system conversion, the conversion from Cartesian coordinates to geodetic coordinates conversion from geodetic
jizuobiao
- 极坐标和平面坐标的转换,在图像处理中可以很好解决在一个坐标下不能解决的问题。-Polar coordinates and plane coordinates conversion, in image processing can be solved in a coordinate system can not solve the problem.
matlabdrawinginpolar
- 极坐标系下的画图及其转换公式,特殊作图需要用到-Polar coordinates of the drawing and the conversion formula, need to use special drawing
logpolarTransfom
- 图像对数极坐标转换,matlab源码。简单,实用-Log-polar coordinate conversion image, matlab source code. Simple, practical
uneven
- 图像处理中将极坐标转换为笛卡尔左边的几个调用函数,包含bin,density 和ffgrid-in the image process,please convert the polar coordinate into castinate coordinate, there are some diaoyong functions ,include bin,density and ffgrid
zhijiaojizuobiao
- 改程序是一个将直角坐标系与极坐标进行相互转换的程序-Reform program is a Cartesian coordinate system with the polar coordinates for the conversion process
chengxun
- kalman滤波及坐标转换 包括笛卡尔坐标与极坐标,gauss噪声,地理坐标和ECEF坐标转换函数-kalman filter
CarToPolar
- 完成图像由直角坐标系到极坐标转换,并将极坐标系下的图像再转换为直角坐标下表示。-To complete the image by the Cartesian coordinates to polar coordinate conversion, and polar coordinates under the image and then converted to rectangular coordinates, said.
PolarToIm
- 这里使用了双线性插值来处理极坐标转换到直角坐标下时,点不对称的问题,不过最后生成的图有一点问题,本来应该是一圈一圈的圆环,但是转化后的只有部分圆环了 rMin = 0.1 rMax =0.9 im2 = imread( ivus.bmp ) figure(4) imshow(im2) imR2 = PolarToIm(im2, rMin, rMax, 300, 300) figure(5) imshow(imR2, [0 255]) 然后直接调用附件的funct
iapolarcoord
- 图片极坐标转换,可实现极坐标转换,以及求傅里叶变换-Picture polar coordinate conversion, convert polar coordinates can be realized, as well as seeking the Fourier transform
Kalman坐标系转换
- 卡尔曼滤波,由笛卡尔坐标到极坐标的转换,并给出测量噪声的相关矩阵R的公式,MATLAB即可实现。(坐标系转化的推导文档)(Kalman filter, from Descartes coordinates to polar coordinates conversion, and gives the correlation matrix of measurement noise R formula, MATLAB can be achieved. (derivation document of c
r2xyz
- 多个雷达间坐标转换,极坐标和直角坐标转换(Coordinate conversion between different radars, polar coordinates and Cartesian coordinates)
坐标转换
- 本代码能够实现极坐标和直角坐标之间的转换。(This code can realize the conversion between polar coordinates and rectangular coordinates.)
坐标系转换
- 将直角坐标系数据转换成极坐标数据,以便绘制主轴轴心轨迹(Converting Cartesian coordinates into polar coordinates to plot axis center trajectory)