Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Latest commit

 

History

History
53 lines (29 loc) · 1.91 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.91 KB

AirInterview

This document contains the assignment for role of computer vision position.

Assuming you know the basic knowledge about C++, CMake and Docker, this will only take you at most 2 hours to finish the basic requirement.

Requirements

Fork this project and create a pull request once finished the assignment.

Goal

  1. Verify candidate's ability to work with point cloud data
  2. Verify candidate's ability to read documentation and implementation skill
  3. Verify candidate's ability to write clean and testable code

Assignment

Cylinder model segmentation

By using table_scene_mug_stereo_textured.pcd, find the cylinder object inside the scene.

Input

Output

  • Cylinder inlier point cloud file

Bonus(Optional)

  1. Visualization screenshot or video

  2. Render the final result in web

  3. TDD(test driven development) approach

  4. Good documentation habit including code comment, project readme.

Recommendation

The following is the recomendded way to solve this assignment but it is not limited within this scope. Feel free to use your own way to create a solution. That will be a bonus

  1. Cylinder model segmentation tutorial in PCL

  2. Dev environment setup ---

  3. Testing framework -- Google Test. You can use my blog post as a reference.

  4. Web rendering -- Three.js