Project import generated by Copybara.

PiperOrigin-RevId: 263889205
This commit is contained in:
MediaPipe Team
2019-08-16 18:56:48 -07:00
committed by jqtang
parent dc40414468
commit 294687295d
443 changed files with 33160 additions and 2011 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

+12
View File
@@ -0,0 +1,12 @@
input_stream: "input_video"
node: {
calculator: "GlLuminanceCalculator"
input_stream: "input_video"
output_stream: "luma_video"
}
node: {
calculator: "GlSobelCalculator"
input_stream: "luma_video"
output_stream: "output_video"
}