Home
last modified time | relevance | path

Searched defs:nextPts (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/samples/tapi/
Dpyrlk_optical_flow.cpp33 static void drawArrows(UMat& _frame, const vector<Point2f>& prevPts, const vector<Point2f>& nextPts in drawArrows()
113 vector<cv::Point2f> nextPts(points); in main() local
/external/opencv3/modules/cudaoptflow/perf/
Dperf_optflow.cpp145 cv::cuda::GpuMat nextPts; variable
155 cv::Mat nextPts; variable
/external/opencv3/samples/gpu/
Dpyrlk_optical_flow.cpp30 static void drawArrows(Mat& frame, const vector<Point2f>& prevPts, const vector<Point2f>& nextPts, … in drawArrows()
167 vector<Point2f> nextPts(d_nextPts.cols); in main() local
/external/opencv3/modules/cudaoptflow/src/cuda/
Dpyrlk.cu121 …__global__ void sparseKernel(const float2* prevPts, float2* nextPts, uchar* status, float* err, co… in sparseKernel()
313 …void sparse_caller(int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, floa… in sparse_caller()
487 …void sparse1(PtrStepSzf I, PtrStepSzf J, const float2* prevPts, float2* nextPts, uchar* status, fl… in sparse1()
509 …void sparse4(PtrStepSz<float4> I, PtrStepSz<float4> J, const float2* prevPts, float2* nextPts, uch… in sparse4()
/external/opencv3/modules/video/misc/java/test/
DVideoTest.java17 private MatOfPoint2f nextPts = null; field in VideoTest
/external/opencv3/modules/video/src/
Dlkpyramid.hpp24 Point2f* nextPts; member
Dlkpyramid.cpp878 …bool sparse(const UMat &prevImg, const UMat &nextImg, const UMat &prevPts, UMat &nextPts, UMat &st… in sparse()
975 … bool lkSparse_run(UMat &I, UMat &J, const UMat &prevPts, UMat &nextPts, UMat &status, UMat& err, in lkSparse_run()
1127 Point2f* nextPts = nextPtsMat.ptr<Point2f>(); in calcOpticalFlowPyrLK() local
/external/opencv3/modules/video/test/ocl/
Dtest_optflowpyrlk.cpp99 std::vector<cv::Point2f> nextPts; umatNextPts.reshape(2, 1).copyTo(nextPts); in OCL_TEST_P() local
/external/opencv3/modules/cudaoptflow/src/
Dpyrlk.cpp116 …const GpuMat& prevImg, const GpuMat& nextImg, const GpuMat& prevPts, GpuMat& nextPts, GpuMat& stat… in sparse()
295 GpuMat& nextPts = _nextPts.getGpuMatRef(); in calc() local
/external/opencv3/modules/java/src/
Dvideo+Video.java94 …cOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatOfPoint2f prevPts, MatOfPoint2f nextPts, MatOfByte … in calcOpticalFlowPyrLK()
106 …cOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatOfPoint2f prevPts, MatOfPoint2f nextPts, MatOfByte … in calcOpticalFlowPyrLK()
118 …cOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatOfPoint2f prevPts, MatOfPoint2f nextPts, MatOfByte … in calcOpticalFlowPyrLK()
Dvideo.cpp342 std::vector<Point2f> nextPts; in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_10() local
377 std::vector<Point2f> nextPts; in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_11() local
411 std::vector<Point2f> nextPts; in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_12() local
/external/opencv3/modules/cudaoptflow/test/
Dtest_optflow.cpp215 std::vector<cv::Point2f> nextPts(d_nextPts.cols); in CUDA_TEST_P() local