ImageFeatureTrack[{image1,image2,…,imagen}]
跟踪图像从 image1 到 imagen 的特征.
ImageFeatureTrack[video]
tracks features in frames of video.
ImageFeatureTrack[input,pts]
tracks features starting from the initial set of points pts in the first image or video frame.


ImageFeatureTrack
ImageFeatureTrack[{image1,image2,…,imagen}]
跟踪图像从 image1 到 imagen 的特征.
ImageFeatureTrack[video]
tracks features in frames of video.
ImageFeatureTrack[input,pts]
tracks features starting from the initial set of points pts in the first image or video frame.
更多信息和选项


- ImageFeatureTrack, also known as feature tracking, tracks feature points over time.
- ImageFeatureTrack works with a Video object, an AnimatedImage object or a sequence of images.
- ImageFeatureTrack[input] automatically determines a set of feature points in the first image or first video frame to track.
- When tracking points in an image sequence or an AnimatedImage, a list {pts1,pts2,…,ptsn} is returned, where ptsi is the position of the features in imagei.
- Coordinates {x,y} are assumed to be in the standard image coordinate system.
- 如果在某些图像或视频帧中无法找到点,所有后续帧坐标返回 Missing[].
- 可以指定下列选项:
-
Masking All 感兴趣的区域 MaxFeatureDisplacement 15 相邻图像对应点之间的最大距离 MaxFeatures 100 跟踪点的最大数目 MaxIterations 20 最大迭代次数 Tolerance 0.03 匹配点的容差 - 设置 MaxFeatureDisplacement->{r1,r2} 下,可以指定竖直和水平方向范围不同的搜索窗口.
- 设置 Masking->roi 下,点集被限制,以满足 image1 所返回的点 pts1 都落在感兴趣的区域 roi 内.
- 后续图像之间的跟踪根据迭代算法计算. 设置 MaxIterations->n 和 Tolerance->tol 下,算法在迭代替换少于 tol 或者迭代次数超过 n 时,算法终止.

范例
打开所有单元 关闭所有单元范围 (4)
选项 (2)
应用 (3)
文本
Wolfram Research (2012),ImageFeatureTrack,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageFeatureTrack.html (更新于 2025 年).
CMS
Wolfram 语言. 2012. "ImageFeatureTrack." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2025. https://reference.wolfram.com/language/ref/ImageFeatureTrack.html.
APA
Wolfram 语言. (2012). ImageFeatureTrack. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ImageFeatureTrack.html 年
BibTeX
@misc{reference.wolfram_2025_imagefeaturetrack, author="Wolfram Research", title="{ImageFeatureTrack}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/ImageFeatureTrack.html}", note=[Accessed: 18-September-2025]}
BibLaTeX
@online{reference.wolfram_2025_imagefeaturetrack, organization={Wolfram Research}, title={ImageFeatureTrack}, year={2025}, url={https://reference.wolfram.com/language/ref/ImageFeatureTrack.html}, note=[Accessed: 18-September-2025]}