martinandrovich / rb-pro5

The project combines the fields of robotic path planning, computer vision and artificial intelligence, to be implemented as algorithms with the purpose of controlling a robot within a simulated environment.
3 stars 0 forks source link

Align windows #9

Closed martinandrovich closed 4 years ago

martinandrovich commented 4 years ago

Make a method, core::align_windows(), that automatically align all windows in a preferable matter. The window handles (names) of the windows are stored in core-common.h in the WNDW_HANDLES constant.

martinandrovich commented 4 years ago

Cannot proceed implementation until upgraded to OpenCV4; need the cv::getWindowImageRect() method.

martinandrovich commented 4 years ago

Implemented statically, being controlled by the constants WNDW_HANDLES and WNDW_WIDTHS.