Commit e7e17203 authored by Nafis A Abeer's avatar Nafis A Abeer
Browse files

frame divider

parent 6ec11808
Loading
Loading
Loading
Loading
+2 KiB (10 KiB)

File changed.

No diff preview for this file type.

(14 KiB)

File changed.

No diff preview for this file type.

target/classes/.DS_Store

deleted100644 → 0
−8 KiB

File deleted.

target/classes/README.md

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line

# Entry into System

Things that are true:
1. A student should be able to build the system, then press run, then open a localhost and see the video and the point cloud of each object
2. A student should also be able to choose between different object and get information (need interactive display)
3. The entry needs to do the entire workflow
    - get keyframes and featurepoints
    - get objects from keyframes
    - start object detection
    - finish object detection and update database
    - ping GUI server
    - GUI server pulls information and displays point cloud to user

TODO: function to process each frame within the ObjectSet
 No newline at end of file
Loading