[openrtm-commit:01126] r96 - branches/newCMakeForVC2010/ImageProcessing/opencv/components/Binarization/src

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 9月 9日 (月) 14:18:22 JST


Author: kawauchi
Date: 2013-09-09 14:18:22 +0900 (Mon, 09 Sep 2013)
New Revision: 96

Modified:
   branches/newCMakeForVC2010/ImageProcessing/opencv/components/Binarization/src/Binarization.cpp
Log:
Configuration Widget of Binarization component has been changed from text to slider. refs #2704

Modified: branches/newCMakeForVC2010/ImageProcessing/opencv/components/Binarization/src/Binarization.cpp
===================================================================
--- branches/newCMakeForVC2010/ImageProcessing/opencv/components/Binarization/src/Binarization.cpp	2013-09-05 06:39:27 UTC (rev 95)
+++ branches/newCMakeForVC2010/ImageProcessing/opencv/components/Binarization/src/Binarization.cpp	2013-09-09 05:18:22 UTC (rev 96)
@@ -29,8 +29,9 @@
     // Configuration variables
     "conf.default.threshold_level", "128",
     // Widget
-    "conf.__widget__.threshold_level", "text",
+    "conf.__widget__.threshold_level", "slider.1",
     // Constraints
+    "conf.__constraints__.threshold_level", "0<=x<=255",
     ""
   };
 // </rtc-template>



More information about the openrtm-commit mailing list