Home
last modified time | relevance | path

Searched defs:ktype (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dderiv.cpp58 int dx, int dy, bool normalize, int ktype ) in getScharrKernels()
89 int dx, int dy, int _ksize, bool normalize, int ktype ) in getSobelKernels()
168 int ksize, bool normalize, int ktype ) in getDerivKernels()
596 int ktype = std::max(CV_32F, std::max(ddepth, sdepth)); in Sobel() local
641 int ktype = std::max(CV_32F, std::max(ddepth, sdepth)); in Scharr() local
902 int ktype = std::max(CV_32F, std::max(ddepth, sdepth)); in Laplacian() local
Dgabor.cpp52 double lambd, double gamma, double psi, int ktype ) in getGaborKernel()
Dthresh.cpp1142 kercn = ocl::predictOptimalVectorWidth(_src, _dst), ktype = CV_MAKE_TYPE(depth, kercn); in ocl_threshold() local
Dfilter.cpp3850 int i, j, k, nz = countNonZero(kernel), ktype = kernel.type(); in preprocess2DKernel() local
4590 ktype = kernel.type(), kdepth = CV_MAT_DEPTH(ktype); in filter2D() local
Dsmooth.cpp1535 cv::Mat cv::getGaussianKernel( int n, double sigma, int ktype ) in getGaussianKernel()
/external/boringssl/src/crypto/evp/
Dp_dsa_asn1.c366 const char *ktype = NULL; in do_dsa_print() local
Dp_ec_asn1.c374 static int do_EC_KEY_print(BIO *bp, const EC_KEY *x, int off, int ktype) { in do_EC_KEY_print()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java844 public static Mat getGaussianKernel(int ksize, double sigma, int ktype) in getGaussianKernel()
867 …tatic void getDerivKernels(Mat kx, Mat ky, int dx, int dy, int ksize, boolean normalize, int ktype) in getDerivKernels()
890 …orKernel(Size ksize, double sigma, double theta, double lambd, double gamma, double psi, int ktype) in getGaborKernel()
2942 private static native long getGaussianKernel_0(int ksize, double sigma, int ktype); in getGaussianKernel_0()
2946 …s_0(long kx_nativeObj, long ky_nativeObj, int dx, int dy, int ksize, boolean normalize, int ktype); in getDerivKernels_0()
2950 …ouble ksize_height, double sigma, double theta, double lambd, double gamma, double psi, int ktype); in getGaborKernel_0()
Dimgproc.cpp1651 (JNIEnv* env, jclass , jint ksize, jdouble sigma, jint ktype) in Java_org_opencv_imgproc_Imgproc_getGaussianKernel_10()
1697 …ong kx_nativeObj, jlong ky_nativeObj, jint dx, jint dy, jint ksize, jboolean normalize, jint ktype) in Java_org_opencv_imgproc_Imgproc_getDerivKernels_10()
1745 … ksize_height, jdouble sigma, jdouble theta, jdouble lambd, jdouble gamma, jdouble psi, jint ktype) in Java_org_opencv_imgproc_Imgproc_getGaborKernel_10()