ndarray-log-polar:将二维 ndarray 转换为对数极坐标

时间:2024-07-30 22:17:52
【文件属性】:

文件名称:ndarray-log-polar:将二维 ndarray 转换为对数极坐标

文件大小:282KB

文件格式:ZIP

更新时间:2024-07-30 22:17:52

JavaScript

ndarray-log-polar 给定一个二维 ndarray,将其从笛卡尔坐标转换为对数极坐标。 例子 var baboon = require ( 'luminance' ) ( require ( 'baboon-image' ) ) var ndarray = require ( 'ndarray' ) var toPolar = require ( 'ndarray-log-polar' ) var imshow = require ( 'ndarray-imshow' ) imshow ( ndarray ( new Float64Array ( 256 * 256 ) , [ 256 , 256 ] ) , baboon , { colormap : 'grey' } ) 应用程序接口 require('ndarray-log-polar')(polar, rect[,


【文件预览】:
ndarray-log-polar-master
----.gitignore(109B)
----package.json(883B)
----polar.js(700B)
----LICENSE(1KB)
----README.md(816B)
----example()
--------example.js(237B)
--------baboon-log.png(279KB)

网友评论