fbpx
维基百科

卢卡斯-卡纳德方法

计算机视觉中,卢卡斯-卡纳德方法是一种广泛使用的光流估计的差分方法,这个方法是由Bruce D. Lucas和Takeo Kanade发明的。它假设光流在像素点的邻域是一个常数,然后使用最小平方法对邻域中的所有像素点求解基本的光流方程。[1][2]

通过结合几个邻近像素点的信息,卢卡斯-卡纳德方法(简称为L-K方法)通常能够消除光流方程里的多义性。而且,与逐点计算的方法相比,L-K方法对图像噪声不敏感。不过,由于这是一种局部方法,所以在图像的均匀区域内部,L-K方法无法提供光流信息。

基本原理 编辑

L-K方法假设两个相邻帧的图像内容位移很小,且位移在所研究点p的邻域内为大致为常数。所以,可以假设光流方程 在以p点为中心的窗口内对所有的像素都成立。也就是说,局部图像流(速度)向量 须满足:

 
 
 
 

其中,  是窗口中的像素, 是图像在点 和当前时间对位置xy和时间t的偏导。

这些等式可以写成矩阵的形式 ,此处

 

此方程组的等式个数多于未知数个数,所以它通常是over-determined的。L-K方法使用最小平方法获得一个近似解,即计算一个2x2的方程组:

 
 

其中, 是矩阵 转置。即计算:

 

i=1 到 n求和。

矩阵 通常被称作图像在点p的 结构张量。

参考文献 编辑

  1. ^ B. D. Lucas and T. Kanade (1981), An iterative image registration technique with an application to stereo vision. (页面存档备份,存于互联网档案馆 Proceedings of Imaging Understanding Workshop, pages 121--130
  2. ^ Bruce D. Lucas (1984) Generalized Image Matching by the Method of Differences (页面存档备份,存于互联网档案馆 (doctoral dissertation)

外部链接 编辑

  • The image stabilizer plugin for ImageJ (页面存档备份,存于互联网档案馆) based on the Lucas–Kanade method
  • Mathworks Lucas-Kanade (页面存档备份,存于互联网档案馆) Matlab implementation of inverse and normal affine Lucas-Kanade
  • GPU implementation of an iterative Lucas-Kanade based optical flow
  • Lucas-Kanade for the iPhone(页面存档备份,存于互联网档案馆) by Success Labs. A modified and enhanced port of the OpenCV lkdemo sample application to the iPhone.
  • KLT (页面存档备份,存于互联网档案馆): An Implementation of the Kanade–Lucas–Tomasi Feature Tracker
  • Takeo Kanade (页面存档备份,存于互联网档案馆

卢卡斯, 卡纳德方法, 在计算机视觉中, 是一种广泛使用的光流估计的差分方法, 这个方法是由bruce, lucas和takeo, kanade发明的, 它假设光流在像素点的邻域是一个常数, 然后使用最小平方法对邻域中的所有像素点求解基本的光流方程, 通过结合几个邻近像素点的信息, 简称为l, k方法, 通常能够消除光流方程里的多义性, 而且, 与逐点计算的方法相比, k方法对图像噪声不敏感, 不过, 由于这是一种局部方法, 所以在图像的均匀区域内部, k方法无法提供光流信息, 基本原理, 编辑l, k方法假设两个. 在计算机视觉中 卢卡斯 卡纳德方法是一种广泛使用的光流估计的差分方法 这个方法是由Bruce D Lucas和Takeo Kanade发明的 它假设光流在像素点的邻域是一个常数 然后使用最小平方法对邻域中的所有像素点求解基本的光流方程 1 2 通过结合几个邻近像素点的信息 卢卡斯 卡纳德方法 简称为L K方法 通常能够消除光流方程里的多义性 而且 与逐点计算的方法相比 L K方法对图像噪声不敏感 不过 由于这是一种局部方法 所以在图像的均匀区域内部 L K方法无法提供光流信息 基本原理 编辑L K方法假设两个相邻帧的图像内容位移很小 且位移在所研究点p的邻域内为大致为常数 所以 可以假设光流方程 在以p点为中心的窗口内对所有的像素都成立 也就是说 局部图像流 速度 向量 V x V y displaystyle V x V y nbsp 须满足 I x q 1 V x I y q 1 V y I t q 1 displaystyle I x q 1 V x I y q 1 V y I t q 1 nbsp I x q 2 V x I y q 2 V y I t q 2 displaystyle I x q 2 V x I y q 2 V y I t q 2 nbsp displaystyle vdots nbsp I x q n V x I y q n V y I t q n displaystyle I x q n V x I y q n V y I t q n nbsp 其中 q 1 q 2 q n displaystyle q 1 q 2 dots q n nbsp 是窗口中的像素 I x q i I y q i I t q i displaystyle I x q i I y q i I t q i nbsp 是图像在点q i displaystyle q i nbsp 和当前时间对位置x y和时间t的偏导 这些等式可以写成矩阵的形式A v b displaystyle Av b nbsp 此处 A I x q 1 I y q 1 I x q 2 I y q 2 I x q n I y q n v V x V y and b I t q 1 I t q 2 I t q n displaystyle A begin bmatrix I x q 1 amp I y q 1 10pt I x q 2 amp I y q 2 10pt vdots amp vdots 10pt I x q n amp I y q n end bmatrix quad quad v begin bmatrix V x 10pt V y end bmatrix quad mbox and quad b begin bmatrix I t q 1 10pt I t q 2 10pt vdots 10pt I t q n end bmatrix nbsp 此方程组的等式个数多于未知数个数 所以它通常是over determined的 L K方法使用最小平方法获得一个近似解 即计算一个2x2的方程组 A T A v A T b displaystyle A T Av A T b nbsp 或 v A T A 1 A T b displaystyle mathrm v A T A 1 A T b nbsp 其中 A T displaystyle A T nbsp 是矩阵A displaystyle A nbsp 的转置 即计算 V x V y i I x q i 2 i I x q i I y q i i I y q i I x q i i I y q i 2 1 i I x q i I t q i i I y q i I t q i displaystyle begin bmatrix V x 10pt V y end bmatrix begin bmatrix sum i I x q i 2 amp sum i I x q i I y q i 10pt sum i I y q i I x q i amp sum i I y q i 2 end bmatrix 1 begin bmatrix sum i I x q i I t q i 10pt sum i I y q i I t q i end bmatrix nbsp 对i 1 到 n求和 矩阵A T A displaystyle A T A nbsp 通常被称作图像在点p的 结构张量 参考文献 编辑 B D Lucas and T Kanade 1981 An iterative image registration technique with an application to stereo vision 页面存档备份 存于互联网档案馆 Proceedings of Imaging Understanding Workshop pages 121 130 Bruce D Lucas 1984 Generalized Image Matching by the Method of Differences 页面存档备份 存于互联网档案馆 doctoral dissertation 外部链接 编辑The image stabilizer plugin for ImageJ 页面存档备份 存于互联网档案馆 based on the Lucas Kanade method Mathworks Lucas Kanade 页面存档备份 存于互联网档案馆 Matlab implementation of inverse and normal affine Lucas Kanade FolkiGPU GPU implementation of an iterative Lucas Kanade based optical flow Lucas Kanade for the iPhone 页面存档备份 存于互联网档案馆 by Success Labs A modified and enhanced port of the OpenCV lkdemo sample application to the iPhone KLT 页面存档备份 存于互联网档案馆 An Implementation of the Kanade Lucas Tomasi Feature Tracker Takeo Kanade 页面存档备份 存于互联网档案馆 取自 https zh wikipedia org w index php title 卢卡斯 卡纳德方法 amp oldid 67194579, 维基百科,wiki,书籍,书籍,图书馆,

文章

,阅读,下载,免费,免费下载,mp3,视频,mp4,3gp, jpg,jpeg,gif,png,图片,音乐,歌曲,电影,书籍,游戏,游戏。