You're reading the documentation for a development version. For the latest released version, please have a look at master.

Mod Finder

The DaoAI Mod Finder engine used images pattern feature to find the object in 2D space, then used 3D space conversion to map it to 3D space. Usually at the end, it will go through point cloud alignment node to improve the 3D position accuracy.

There are 2 modes of mod finder:

  • RGB Mod Finder, it finds the defined object on the RGB(gray) image, then use reconstruct feature map the coordinate into 3D space. Finally use the alignment feature to get accurate position. It is suitable to find object has good feature on 2D image, or concatenate it with deep learning feature.

../../_images/tee_gray_image1.png

  • Mod Finder Depth, it find the defined object on the depth image (parallel projected), then use the alignment feature to get accurate 3D space position.

../../_images/tee_depth_camera1.png