Example #1
0
 public virtual void setType(IKeypointDetector.KeypointDetectorType type)
 {
     solar_api_featuresPINVOKE.IKeypointDetector_setType(swigCPtr, (int)type);
     if (solar_api_featuresPINVOKE.SWIGPendingException.Pending)
     {
         throw solar_api_featuresPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public virtual IKeypointDetector.KeypointDetectorType getType()
 {
     IKeypointDetector.KeypointDetectorType ret = (IKeypointDetector.KeypointDetectorType)solar_api_featuresPINVOKE.IKeypointDetector_getType(swigCPtr);
     if (solar_api_featuresPINVOKE.SWIGPendingException.Pending)
     {
         throw solar_api_featuresPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }