1. 报错信息
o3d.visualization.draw_geometries(target_pcd)
TypeError: draw_geometries(): incompatible function arguments. The following argument types are supported:1. (geometry_list: List[open3d.cpu.pybind.geometry.Geometry], window_name: str Open3D, wid…
在有些时候,我们需要一些特殊的控件,比如EditText要具有整行下划线。我们通过重写EditText来实现
public class CustomTextView extends EditText {private final Paint mPaint new Paint();private final Rect mRect new Rect();public CustomTextVi…