Ask Your Question

Revision history [back]

Lucas-Kanade check next keypoints

Hello,

under the example of the lucas-kanade algorithm is written https://docs.opencv.org/trunk/db/d7f/tutorial_js_lucas_kanade.html: "(This code doesn't check how correct are the next keypoints. So even if any feature point disappears in image, there is a chance that optical flow finds the next point which may look close to it. So actually for a robust tracking, corner points should be detected in particular intervals.)"

Is there another option to check, if the next keypoints in the next image make sense?

greets Matthias

Lucas-Kanade check next keypoints

Hello,

under the example of the lucas-kanade algorithm is written https://docs.opencv.org/trunk/db/d7f/tutorial_js_lucas_kanade.html: "(This code doesn't check how correct are the next keypoints. So even if any feature point disappears in image, there is a chance that optical flow finds the next point which may look close to it. So actually for a robust tracking, corner points should be detected in particular intervals.)"

Is there another option to check, if the next keypoints in the next image make sense? For example: there is a video on this page, where you can see a pencil on the table with a tracked point. After the guy moves the box, this point is then tracked on the long side of the box. But in my opinion, this tracked point of the pencil is lost...Does anyone know how to check this?

greets Matthias

Lucas-Kanade check next keypoints

Hello,

under the example of the lucas-kanade algorithm is written https://docs.opencv.org/trunk/db/d7f/tutorial_js_lucas_kanade.html: "(This code doesn't check how correct are the next keypoints. So even if any feature point disappears in image, there is a chance that optical flow finds the next point which may look close to it. So actually for a robust tracking, corner points should be detected in particular intervals.)"

Is there another option to check, if the next keypoints in the next image make sense? For example: there is a video on this page, where you can see a pencil on the table with a tracked point. After the guy moves the box, this point is then tracked on the long side of the box. But in my opinion, this tracked point of the pencil is lost...Does anyone know how to check this?

greets Matthias

Lucas-Kanade check next keypoints

Hello,

under the example of the lucas-kanade algorithm is written https://docs.opencv.org/trunk/db/d7f/tutorial_js_lucas_kanade.html: "(This code doesn't check how correct are the next keypoints. So even if any feature point disappears in image, there is a chance that optical flow finds the next point which may look close to it. So actually for a robust tracking, corner points should be detected in particular intervals.)"

Is there another option to check, if the next keypoints in the next image make sense? For example: there is a video on this page, where you can see a pencil on the table with a tracked point. After the guy moves the box, this point is then tracked on the long side of the box. But in my opinion, this tracked point of the pencil is lost...Does anyone know how to check this?

greets Matthias

Lucas-Kanade check next keypoints

Hello,

under the example of the lucas-kanade algorithm is written https://docs.opencv.org/trunk/db/d7f/tutorial_js_lucas_kanade.html: "(This code doesn't check how correct are the next keypoints. So even if any feature point disappears in image, there is a chance that optical flow finds the next point which may look close to it. So actually for a robust tracking, corner points should be detected in particular intervals.)"

Is there another option to check, if the next keypoints in the next image make sense? For example: there is a video on this page, where you can see a pencil on the table with a tracked point. After the guy moves the box, this point is then tracked on the long side of the box. But in my opinion, this tracked point of the pencil is lost...Does lost, so it´s not plausible, that this point is now attached to the box...Does anyone know how to check this?

greets Matthias