HomeSort by relevance Sort by last modified time
    Searched full:d_status (Results 1 - 4 of 4) sorted by null

  /external/opencv3/samples/gpu/
pyrlk_optical_flow.cpp 158 GpuMat d_status; local
160 d_pyrLK->calc(useGray ? d_frame0Gray : d_frame0, useGray ? d_frame1Gray : d_frame1, d_prevPts, d_nextPts, d_status);
170 vector<uchar> status(d_status.cols);
171 download(d_status, status);
  /external/avahi/initscript/debian/
avahi-daemon.in 143 d_status() { function
170 d_status
avahi-dnsconfd.in 148 d_status() { function
176 d_status
  /external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp 212 cv::cuda::GpuMat d_status; local
213 pyrLK->calc(loadMat(frame0), loadMat(frame1), d_pts, d_nextPts, d_status); local
219 std::vector<unsigned char> status(d_status.cols);
220 cv::Mat status_mat(1, d_status.cols, CV_8UC1, (void*) &status[0]);
221 d_status.download(status_mat);

Completed in 281 milliseconds