Post

Replies

Boosts

Views

Activity

Comment on Acquisition of specific point[pixel] LiDAR depth information
pickIdx = pickIdxExt = -1; if (there is at least one point inside the "view cone") the closest point to ray_pos with the smallest len1 is picked as pickIdx = idx; // pickIdx >= 0 else if (there is at least one point outside the "view cone") the closest point to the "view circle" on screen with the largest cosine value is picked as pickIdxExt = idx; // pickIdxExt >= 0 return pickIdx < 0 ? pickIdxExt : pickIdx; // return (-1) means that no point is picked or list[] is empty.
Dec ’23
Comment on Is ARKit's detecting 3D object reliable enough to use?
Furthermore, even in totally dark environments where the RGB images required for motion tracking cannot be obtained, however 576 points of LiDAR are obtained. By processing LiDAR's 576 such points in real time, you can pinpoint the shape, size, location, and orientation of a real-world object's surface front of you, even in the total darkness. 576 points of LiDAR must have no concern about privacy problem. But will bring much positive uses.
Sep ’23
Comment on Is ARKit's detecting 3D object reliable enough to use?
If the shape, size, location, and orientation of the surface of a real object can be accurately known by processing ARMeshAnchor in real time, various AR applications are possible. Accurate real-time calculations ensure that such real objects can serve as moving anchors for virtual objects. YouTube "Virtual ads inside Chungmuro station Line 3 - iPhone Pro 12" BmKNmZCiMkw YouTube "Rolling Ball - Apple iPad Pro LiDAR" sMRfX334blI
Sep ’23