正如您在 2d 数组中看到的那样,有多个 rgb 值,我想获取第一列等于零的所有行,所以在这种情况下
输出:[[ 0 115 700],[ 0 115 701],[ 0 115 702]]
[[ 0 115 700] [ 0 115 701] [ 0 115 702] ..., [ 1 978 445] [ 1 978 446] [ 1 978 447]]
arrays numpy list image-processing python-2.7
arrays ×1
image-processing ×1
list ×1
numpy ×1
python-2.7 ×1