Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1061)

Unified Diff: webrtc/modules/video_processing/util/skin_detection.h

Issue 1776993004: Skinmap improvement. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/video_processing/util/skin_detection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_processing/util/skin_detection.h
diff --git a/webrtc/modules/video_processing/util/skin_detection.h b/webrtc/modules/video_processing/util/skin_detection.h
index 561c03c4258ec813a3ec0dff4b639d56fa8ac18f..f925d33d7699345dc7a3621fb8e17f19a0e5ecc2 100755
--- a/webrtc/modules/video_processing/util/skin_detection.h
+++ b/webrtc/modules/video_processing/util/skin_detection.h
@@ -13,6 +13,8 @@
namespace webrtc {
+#define MODEL_MODE 0
+
typedef unsigned char uint8_t;
bool MbHasSkinColor(const uint8_t* y_src,
const uint8_t* u_src,
« no previous file with comments | « no previous file | webrtc/modules/video_processing/util/skin_detection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698