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

  /external/opencv3/samples/cpp/
image.cpp 79 uchar& Vxy = planes[2].at<uchar>(y, x);
80 Vxy = saturate_cast<uchar>((Vxy-128)/2 + 128);
  /external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/
interoperability_with_OpenCV_1.cpp 86 uchar& Vxy = planes[2].at<uchar>(y, x);
87 Vxy = saturate_cast<uchar>((Vxy-128)/2 + 128);

Completed in 55 milliseconds