У нас вы можете посмотреть бесплатно Object tracking camera или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
A Python OpenCV and Python Lego NXT implementation of an object tracking webcam that is mounted on a Lego pan-tilt device. Using OpenCV 3.4.0 with an HSV color space transform for object color detection. More information here https://sites.google.com/site/eyalabr.... The program requires a connected webcam and an NXT pan-tilt mechanical setup and has three operating modes: 'm' key Mark: enter this mode while holding a uniformly colored object in front of the webcam. High contrast colors seem to work best, with a uniform background. Use the mouse to mark a region over the object, which selects the color region to track as a blob. 's' key Show: this is a test mode that shows the tracked blob. Use this mode to test blob tracking on the display. 't' key Track: this mode activates the motors and sends power controls to them. The Track mode will be halted (red 'Track' symbol) if the blob is lost, or more than one blob is detected. Tracking will resume automatically when a single blob is re-detected. Mechanical setup Several options existed for the Pan-Tilt mechanical setup. There is a nice Differential Pan & Tilt: [ • Differential-drive pan and tilt mecha... ] that I built first before the one I ended up with.