/external/opencv3/samples/tapi/ |
D | pyrlk_optical_flow.cpp | 33 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/ |
D | perf_optflow.cpp | 145 cv::cuda::GpuMat nextPts; variable 155 cv::Mat nextPts; variable
|
/external/opencv3/samples/gpu/ |
D | pyrlk_optical_flow.cpp | 30 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/ |
D | pyrlk.cu | 121 …__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/ |
D | VideoTest.java | 17 private MatOfPoint2f nextPts = null; field in VideoTest
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.hpp | 24 Point2f* nextPts; member
|
D | lkpyramid.cpp | 878 …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/ |
D | test_optflowpyrlk.cpp | 99 std::vector<cv::Point2f> nextPts; umatNextPts.reshape(2, 1).copyTo(nextPts); in OCL_TEST_P() local
|
/external/opencv3/modules/cudaoptflow/src/ |
D | pyrlk.cpp | 116 …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/ |
D | video+Video.java | 94 …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()
|
D | video.cpp | 342 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/ |
D | test_optflow.cpp | 215 std::vector<cv::Point2f> nextPts(d_nextPts.cols); in CUDA_TEST_P() local
|