HomeSort by relevance Sort by last modified time
    Searched refs:ApertureSize (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudaimgproc/test/
test_corners.cpp 55 IMPLEMENT_PARAM_CLASS(ApertureSize, int);
58 PARAM_TEST_CASE(CornerHarris, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize)
64 int apertureSize;
72 apertureSize = GET_PARAM(4);
85 cv::Ptr<cv::cuda::CornernessCriteria> harris = cv::cuda::createHarrisCorner(src.type(), blockSize, apertureSize, k, borderType);
91 cv::cornerHarris(src, dst_gold, blockSize, apertureSize, k, borderType);
101 testing::Values(ApertureSize(0), ApertureSize(3), ApertureSize(5), ApertureSize(7))))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 511 ApertureSize,
550 USHORT ApertureSize;
    [all...]

Completed in 61 milliseconds