Commit 11de24df authored by Adrien Maglo's avatar Adrien Maglo Committed by Antoine Cellerier

New video filter : augmented reality. Add a moving ball to the video and...

New video filter : augmented reality. Add a moving ball to the video and handle bounces on the edges thanks to a Sobel gradient computation.
Signed-off-by: default avatarAntoine Cellerier <dionoea@videolan.org>
parent 3c1df96c
......@@ -1200,6 +1200,7 @@ VLC_ADD_PLUGIN([wave])
VLC_ADD_PLUGIN([ripple])
VLC_ADD_PLUGIN([psychedelic])
VLC_ADD_PLUGIN([gradient])
VLC_ADD_PLUGIN([ball])
VLC_ADD_PLUGIN([motionblur])
VLC_ADD_PLUGIN([rv32])
VLC_ADD_PLUGIN([rotate])
......
......@@ -24,6 +24,7 @@ SOURCES_wave = wave.c
SOURCES_ripple = ripple.c
SOURCES_psychedelic = psychedelic.c
SOURCES_gradient = gradient.c
SOURCES_ball = ball.c
SOURCES_panoramix = panoramix.c
SOURCES_opencv_wrapper = opencv_wrapper.c
SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment