.. _f-videodl: module ``art.videodl`` ====================== Short summary +++++++++++++ module ``code_beatrix.art.videodl`` Fonctions proposant de traiter des vidéos avec des traitements compliqués type :epkg:`deep learning`. :githublink:`%|py|8` Functions +++++++++ +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================================+===========================================================================================================================================================================================================+ | :func:`video_map_images ` | Applies one complex process to a video such as extracting characters from videos and removing the backaground. It ... | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`video_map_images_detect ` | Blurs people faces. Uses function `detectmultiscale `_. ... | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`video_map_images_people ` | Extracts characters from a movie. The movie is composed with an image and a `mask `_. ... | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: code_beatrix.art.videodl :members: :special-members: __init__ :show-inheritance: