Sat, 27 Apr 2024 18:10:27 UTC | login

Information for build klt-1.3.4-15.fc28

ID6430
Package Nameklt
Version1.3.4
Release15.fc28
Epoch
SummaryAn implementation of the Kanade-Lucas-Tomasi feature tracker
Description KLT is an implementation, in the C programming language, of a feature tracker for the computer vision community. The source code is in the public domain, available for both commercial and non-commercial use. The tracker is based on the early work of Lucas and Kanade, was developed fully by Tomasi and Kanade, and was explained clearly in the paper by Shi and Tomasi. Later, Tomasi proposed a slight modification which makes the computation symmetric with respect to the two images -- the resulting equation is derived in the unpublished note by myself. Briefly, good features are located by examining the minimum eigenvalue of each 2 by 2 gradient matrix, and features are tracked using a Newton-Raphson method of minimizing the difference between the two windows. Multi-resolution tracking allows for relatively large displacements between images. The affine computation that evaluates the consistency of features between non-consecutive frames was implemented by Thorsten Thormaehlen several years after the original code and documentation were written.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:04:55 UTC
CompletedSat, 14 Apr 2018 20:04:55 UTC
Tags
f28
f29
RPMs
src
klt-1.3.4-15.fc28.src.rpm (info) (download)
riscv64
klt-1.3.4-15.fc28.riscv64.rpm (info) (download)
klt-devel-1.3.4-15.fc28.riscv64.rpm (info) (download)
klt-doc-1.3.4-15.fc28.riscv64.rpm (info) (download)
klt-static-1.3.4-15.fc28.riscv64.rpm (info) (download)
Changelog * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Apr 05 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.3.4-8 - Patch for format-security - https://bugzilla.redhat.com/show_bug.cgi?id=1037150 * Wed Dec 04 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.3.4-7 - Fix docs - https://bugzilla.redhat.com/show_bug.cgi?id=1001274 * Fri Oct 11 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.3.4-6 - https://bugzilla.redhat.com/show_bug.cgi?id=1001274 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 06 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.4-2 - spec bump for gcc 4.7 rebuild * Mon Jun 27 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.4-1 - create shared objects also - create a separate subpackage for static libs * Thu Jun 16 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.4-1 - Remove debug package, look at header comment for comment - Honour optflags - Initial rpm build