[Bug 713677] New: Review Request: klt - An implementation of the Kanade-Lucas-Tomasi feature tracker.

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 16 08:16:11 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: klt - An implementation of the Kanade-Lucas-Tomasi feature tracker.

https://bugzilla.redhat.com/show_bug.cgi?id=713677

           Summary: Review Request: klt - An implementation of the
                    Kanade-Lucas-Tomasi feature tracker.
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: sanjay.ankur at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora
      Story Points: ---


Spec URL: http://ankursinha.fedorapeople.org/klt/klt.spec
SRPM URL: http://ankursinha.fedorapeople.org/klt/klt-1.3.4-1.fc15.src.rpm

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.

================================================================================

rpmlint output:

[ankur at ankur SRPMS]$ rpmlint ../SPECS/klt.spec klt-1.3.4-1.fc15.src.rpm
/var/lib/mock/fedora-rawhide-i386/result/*.rpm                              
klt.src: W: spelling-error %description -l en_US Multi -> Mulch, Mufti
klt.src: W: spelling-error %description -l en_US affine -> caffeine, fine
klt.i686: E: devel-dependency klt-devel
klt.i686: W: spelling-error %description -l en_US Multi -> Mulch, Mufti
klt.i686: W: spelling-error %description -l en_US affine -> caffeine, fine
klt.i686: E: no-binary
klt.src: W: spelling-error %description -l en_US Multi -> Mulch, Mufti
klt.src: W: spelling-error %description -l en_US affine -> caffeine, fine

^^^ Ignorable

klt-debuginfo.i686: E: empty-debuginfo-package
^^^ Not sure why this is still happening. All the .o files are there :/

klt-devel.i686: W: no-documentation
^^^ Separate documentation folder

6 packages and 1 specfiles checked; 3 errors, 7 warnings.

Thanks!

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list