将球体写入numpy数据时遇到问题。我有一组包含不规则结构的numpy数组(255-结构,0-背景)。我知道我可以使用pyrr.sphere
创建3D数组,然后使用ex创建球体。 MultivaluedMap<String, String> params = new MultivaluedMapImpl();
params.add("filter", URLEncoder.encode(filter));
_webResource.path(MessageFormat.format(this._methodName,this._params))
.queryParams((MultivaluedMap<String, String>) this._params)
.type("application/x-www-form-urlencoded")
.accept("application/json")
.get(ClientResponse.class);
,但在这种情况下,我必须知道球体的中心和半径。是否有办法以某种方式将最大的范围适合此类数据?