Home
last modified time | relevance | path

Searched refs:getGamma (Results 1 – 13 of 13) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPoloChallengeResponse.java148 public byte[] getGamma(byte[] nonce) throws PoloException { in getGamma() method in PoloChallengeResponse
192 logDebug("Generated gamma is: " + PoloUtil.bytesToHexString(getGamma(nonce))); in checkGamma()
193 return Arrays.equals(gamma, getGamma(nonce)); in checkGamma()
DPairingSession.java541 byte[] gamma = mChallenge.getGamma(nonce); in doPairingPhase()
/external/opencv3/modules/photo/src/
Dtonemap.cpp81 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapImpl
153 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapDragoImpl
228 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapDurandImpl
328 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapReinhardImpl
438 float getGamma() const { return gamma; } in getGamma() function in cv::TonemapMantiukImpl
/external/opencv3/modules/java/src/
Dphoto+Tonemap.java36 public float getGamma() in getGamma() method in Tonemap
Dml+SVM.java71 public double getGamma() in getGamma() method in SVM
Dphoto.cpp3062 float _retval_ = (*me)->getGamma( ); in Java_org_opencv_photo_Tonemap_getGamma_10()
Dml.cpp538 double _retval_ = (*me)->getGamma( ); in Java_org_opencv_ml_SVM_getGamma_10()
/external/opencv3/modules/superres/include/opencv2/superres/
Doptical_flow.hpp153 virtual double getGamma() const = 0;
/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp286 virtual double getGamma() const = 0;
/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp462 virtual double getGamma() const = 0;
/external/opencv3/modules/photo/include/opencv2/
Dphoto.hpp336 CV_WRAP virtual float getGamma() const = 0;
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp500 CV_WRAP virtual double getGamma() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp92 virtual double getGamma() const { return gamma_; } in getGamma() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl