Files
opencv-MIRROR/modules
Sergey Krivohatskiy af13f61a43 Merge pull request #19580 from SergeyKrivohatskiy:patch-1
* Fixed OCL implementation of pyrlk

If prevPts size is (N, 1) (which is a default layout for converting `vector<Point2f>` to `UMat`) the `prevPts.cols == 1` and optical flow will be calculated for the first point only.
Getting `prevPts.total()` as in line 1048 is the correct way to get points count.

* fixed compilation warning (size_t to int)

Signed-off-by: Sergey Krivohatskiy <s.krivohatskiy@gmail.com>
2021-02-21 15:57:18 +00:00
..
2020-04-15 23:25:12 +09:00
2018-09-07 20:33:52 +09:00
2021-02-15 21:01:41 +09:00
2020-08-21 23:52:30 +09:00
2019-08-08 21:49:32 +09:00
2021-02-15 19:21:53 +06:00
2018-09-07 20:33:52 +09:00
2020-12-20 14:17:28 +01:00
2020-09-27 21:14:55 +00:00