ttthi / bananas

0 stars 0 forks source link

Investigate detecting boxes from images #5

Open vainiovano opened 2 weeks ago

vainiovano commented 2 weeks ago

Refine the results using known box locations and dimensions?

vainiovano commented 2 weeks ago

Spent: 6 h. Tried to randomly place boxes on images with little success

vainiovano commented 2 weeks ago

Spent: Another 0.5 h. Wrote a presentation on what I currently have

vainiovano commented 2 weeks ago

Will continue this project. Need to investigate the Hough line transform further and try to find long lines

vainiovano commented 1 week ago

Spent: 4 h. Did research on different methods. Found lines using probabilistic Hough transform and clustered the results. Seems somewhat promising

vainiovano commented 1 week ago

Spent: 2 h. Tried to figure out how to make use of the resulting lines, have some concepts of an idea

vainiovano commented 1 week ago

Spent: 1 h. Trying to find crossings between lines

vainiovano commented 1 week ago

Spent: 1.5 h. Bad results with solvePnP

vainiovano commented 1 week ago

Spent: 0.5 h. Wrote a presentation on the current state