腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(191)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
'Axes3DSubplot‘对象没有属性'
voxels
’
但是,当我尝试调用ax.
voxels
(
voxels
, facecolors=colors, edgecolor='k')时,它会抛出异常AttributeError: 'Axes3DSubplot' objecthas no attribute '
voxels
'。[xp,yp,zp] = True if abs(noise.pnoise3(xp/8,yp/8,zp/8)) > 0.5 else False colors = np.empty(<
浏览 9
提问于2018-06-01
得票数 3
回答已采纳
1
回答
如何在python中多次使用ax.
voxels
方法后修复限制
我将大量的点(高达1000-1亿)分成立方体,调查它们的位置,并使用Axes3D.
voxels
方法将结果显示在单独的体素中。然而,在多次使用此方法后,我在设置适当的Axes3D限制时遇到了一些问题。我定义了add_
voxels
函数,以便从输入的立方体位置的np.array立即显示体素:import matplotlib.pyplot as pltimport itertools def add_
voxels
(true_i
浏览 96
修改于2020-09-02
得票数 1
回答已采纳
2
回答
将一列文本文件组合成一个多列文件,由制表符分隔。
示例文件名:示例内容:-0.0631301 [344
voxels
]-0.121342 [344
voxels
]-0.0582418[344
voxels
] -0.284454 [344
voxels
浏览 2
修改于2016-05-04
得票数 0
回答已采纳
1
回答
将数值间隔限制设置为Matplotlib中绘图函数的输入
= []
voxels
_ablated = []
voxels
_insuffablated = np.asarray(
voxels
_insuffablated)
voxels
_ablated= np.asarray(
voxels
_ablat
浏览 3
修改于2019-09-25
得票数 0
回答已采纳
1
回答
如何检查字典/集合是否可以被迭代?
public void UpdateBounds() lock (
Voxels
) Start = new IntVector3(
Voxels
.Min(v=> v.Key.X),
Voxels
.Min(v => v.Key.Y),
Voxels
.Min(v => v.Key.Z)); End = new IntVector3(
Voxels
.Max(v => v.Key.X),
Voxels
.Ma
浏览 2
修改于2014-10-27
得票数 1
回答已采纳
1
回答
如何使用open3d提取底层体素?
#Get
voxels
center coordinate
voxels
= voxel_grid.get_
voxels
() voxel_center.append(voxel_grid.get_voxel_center_coordinate(voxel.grid_index)) retur
浏览 35
修改于2022-06-09
得票数 1
回答已采纳
1
回答
如何返回活动数组元素的索引
编辑:当前函数如下所示void VoxelVolumeT<VoxelType>::cudaThrustReduce(VoxelType *cuda_
voxels
) device_ptr<VoxelType> cuda_
voxels
_ptr(cuda_
voxels
); int active_voxel_count = thrust::count(cuda_
voxels
_ptr, cuda_
voxels</e
浏览 1
修改于2012-03-17
得票数 2
回答已采纳
1
回答
tensorflow中的奇特索引
= np.reshape(img_vol, (nVx * nVy * nVz, N), order='F') return
voxels
以下是批处理大小为1(或单个3D输出)的tensorflow代码:
voxels
= tf.transpose(tf.reshape(tf.transpose(y_pred), (1, 145 * 59* 82))) # to flatten and reshape using Fortran-
浏览 19
提问于2020-11-30
得票数 1
回答已采纳
2
回答
拆分文本行并创建变量
我正在为以下任务而苦苦挣扎:我有一堆格式如下的文本文件:如何从以下文本行: Cluster -44 -58 +36 :51
voxels
(14%) covering 5% of atlas.AG l (AngularGyrus Left) Clust
浏览 28
提问于2021-04-16
得票数 1
1
回答
基于指标值填充枕木/块状矩阵
partition.get_node_community(edge[0]) == partition.get_node_community(edge[1]): # if nodes are in same community
浏览 1
修改于2015-02-10
得票数 2
回答已采纳
1
回答
分割3d图像
已知的因素如下: private ushort[] GetZSlice(int z, ushort[]
voxels
, int DimensionX, int DimensionY) varDimensionY; j++) for(int i = 0; i < DimensionX; i++)
浏览 1
提问于2016-06-16
得票数 1
回答已采纳
1
回答
如何使用二进制掩码查找边界体素(像素),从而只获得段面
if (
voxels
[i].x == 0 ||
voxels
[i].x == size.x - 1 ||
voxels
[i].y == 0 || {if (mask3d[
voxels
[i]])
浏览 5
提问于2021-02-19
得票数 0
2
回答
如何将索引数组转换为二进制3D数字数组?
np.array([[ 77, 239, 83], [100, 149, 94], [100, 145, 86]])
voxels
[100,149,94] = 1
voxels
[100,220,128] = 1
voxels
[1
浏览 13
修改于2022-05-02
得票数 2
1
回答
matplotlib:更改单个体素人脸颜色
, dtype=data.dtype) return data_e n_
voxels
= np.zeros((4, 3, 4), dtype=bool)n_
voxels
[-1, 0, :] = Truen_
voxels
[2, 0, 1] = True facecolors = np
浏览 2
修改于2018-02-16
得票数 3
回答已采纳
1
回答
如果使用remove_if,如何删除向量的空单元格
tab.end(), std::is_empty), tab.end());error: missing template arguments before ‘)’ token我很困惑,有人能告诉我怎么做吗?
浏览 4
修改于2015-09-15
得票数 2
回答已采纳
2
回答
Tensorflow中的高级索引
我有两个形状的张量这里
voxels
有dtype float32,而indices是0和63之间的整数。我想索引体素,创建一个张量张量output使下列约束保持output =
voxels
[:, i
浏览 2
提问于2016-09-07
得票数 0
1
回答
来自Marching立方体的verts坐标是什么意思?
ux = np.unique (
voxels
[:,0])uz = np. unique (
voxels
[:,2]) V = np.zeros(X. shape)for ii in range(n): iy = uy ==
voxels
[ii, 1]
浏览 17
提问于2022-01-07
得票数 0
1
回答
如何在Matplotlib中绕任意轴旋转3-D图
, dtype=data.dtype) return data_e n_
voxels
= np.zeros((4, 3, 4), dtype=bool)n_
voxels
[-1, 0, :] = Truen_
voxels
[2, 0, 1] = True facecolors = np
浏览 67
提问于2021-03-14
得票数 1
1
回答
如何在图像的时间序列中找到掩码中的图像元素?
我使用时间序列创建一个掩码,用于排除在每个时间点值为0的体素(三维像素):mask=rowSums(
voxels
,dims=3); # 3D image that is the sum over timevoxelsfound=
vo
浏览 0
修改于2018-07-05
得票数 1
回答已采纳
2
回答
如何用python加速最近的邻居搜索?
“”#self.
voxels
是一个三维数字数组“”""" where # argx, argy, argzare the voxel location where the voxel is zero""" a = np.co
浏览 4
修改于2016-10-09
得票数 7
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
点击加载更多
领券