Exemplo n.º 1
0
        void DoProcess()
        {
            if (!(owner.Value is OpenCVForUnityPlayMakerActions.SimpleBlobDetector))
            {
                LogError("owner is not initialized. Add Action \"newSimpleBlobDetector\".");
                return;
            }
            OpenCVForUnity.Features2dModule.SimpleBlobDetector wrapped_owner = OpenCVForUnityPlayMakerActionsUtils.GetWrappedObject <OpenCVForUnityPlayMakerActions.SimpleBlobDetector, OpenCVForUnity.Features2dModule.SimpleBlobDetector>(owner);

            storeResult.Value = wrapped_owner.getDefaultName();
        }
Exemplo n.º 2
0
        //
        // C++: static Ptr_SimpleBlobDetector cv::SimpleBlobDetector::create(SimpleBlobDetector_Params parameters = SimpleBlobDetector::Params())
        //

        public static SimpleBlobDetector create()
        {
            return(SimpleBlobDetector.__fromPtr__(features2d_SimpleBlobDetector_create_10()));
        }
 public SimpleBlobDetector(OpenCVForUnity.Features2dModule.SimpleBlobDetector nativeObj) : base(nativeObj)
 {
 }