Searched refs:getGamma (Results 1 – 13 of 13) sorted by relevance
148 public byte[] getGamma(byte[] nonce) throws PoloException { in getGamma() method in PoloChallengeResponse192 logDebug("Generated gamma is: " + PoloUtil.bytesToHexString(getGamma(nonce))); in checkGamma()193 return Arrays.equals(gamma, getGamma(nonce)); in checkGamma()
541 byte[] gamma = mChallenge.getGamma(nonce); in doPairingPhase()
81 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapImpl153 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapDragoImpl228 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapDurandImpl328 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapReinhardImpl438 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapMantiukImpl
36 public float getGamma() in getGamma() method in Tonemap
71 public double getGamma() in getGamma() method in SVM
3062 float _retval_ = (*me)->getGamma( ); in Java_org_opencv_photo_Tonemap_getGamma_10()
538 double _retval_ = (*me)->getGamma( ); in Java_org_opencv_ml_SVM_getGamma_10()
153 virtual double getGamma() const = 0;
286 virtual double getGamma() const = 0;
462 virtual double getGamma() const = 0;
336 CV_WRAP virtual float getGamma() const = 0;
500 CV_WRAP virtual double getGamma() const = 0;
92 virtual double getGamma() const { return gamma_; } in getGamma() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl