Download klt-tracker-1.3.5.jar file

Introduction

You can download klt-tracker-1.3.5.jar in this page.

License

Open Source

Type List

klt-tracker-1.3.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.openimaj/klt-tracker/pom.properties
META-INF/maven/org.openimaj/klt-tracker/pom.xml
org.openimaj.video.tracking.klt.Feature.class
org.openimaj.video.tracking.klt.FeatureHistory.class
org.openimaj.video.tracking.klt.FeatureList.class
org.openimaj.video.tracking.klt.FeatureTable.class
org.openimaj.video.tracking.klt.IOUtils.class
org.openimaj.video.tracking.klt.KLTTracker.class
org.openimaj.video.tracking.klt.Pyramid.class
org.openimaj.video.tracking.klt.PyramidSet.class
org.openimaj.video.tracking.klt.TrackingContext.class
org.openimaj.video.tracking.klt.examples.Example1.class
org.openimaj.video.tracking.klt.examples.Example2.class
org.openimaj.video.tracking.klt.examples.Example3.class
org/openimaj/video/tracking/klt/examples/img0.pgm
org/openimaj/video/tracking/klt/examples/img1.pgm
org/openimaj/video/tracking/klt/examples/img2.pgm
org/openimaj/video/tracking/klt/examples/img3.pgm
org/openimaj/video/tracking/klt/examples/img4.pgm
org/openimaj/video/tracking/klt/examples/img5.pgm
org/openimaj/video/tracking/klt/examples/img6.pgm
org/openimaj/video/tracking/klt/examples/img7.pgm
org/openimaj/video/tracking/klt/examples/img8.pgm
org/openimaj/video/tracking/klt/examples/img9.pgm

Pom

klt-tracker-1.3.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>thirdparty</artifactId>
    <groupId>org.openimaj</groupId>
    <version>1.3.5</version>
    <relativePath>../</relativePath>
  </parent>
  <artifactId>klt-tracker</artifactId>
  <name>OpenIMAJ Kanade-Lucas-Tomasi Tracker</name>
  <inceptionYear>2011</inceptionYear>
  <description>
		A port of Stan Birchfield's Kanade-Lucas-Tomasi tracker to
		OpenIMAJ. See http://www.ces.clemson.edu/~stb/klt/.
  	</description>
  <developers>
    <developer>
      <id>stb</id>
      <name>Stan Birchfield</name>
      <url>http://www.ces.clemson.edu/~stb/</url>
      <organization>Clemson University</organization>
      <roles>
        <role>architect</role>
      </roles>
    </developer>
    <developer>
      <id>jonhare</id>
      <name>Jonathon Hare</name>
      <email>jsh2@ecs.soton.ac.uk</email>
      <url>http://www.ecs.soton.ac.uk/people/jsh2</url>
      <organization>The University of Southampton</organization>
      <organizationUrl>http://www.soton.ac.uk</organizationUrl>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
      <timezone>0</timezone>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core-math</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core-image</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core-video</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>image-processing</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>com.mycila.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.9.0</version>
        <configuration>
          <header>src/etc/header.txt</header>
          <strictCheck>true</strictCheck>
          <properties>
            <year>${project.inceptionYear}</year>
          </properties>
          <excludes>
            <exclude>AUTHORS</exclude>
            <exclude>COPYING</exclude>
          </excludes>
          <mapping>
            <jtemp>JAVADOC_STYLE</jtemp>
          </mapping>
          <useDefaultMapping>true</useDefaultMapping>
          <excludes>
            <exclude>**/*.pgm</exclude>
            <exclude>AUTHORS</exclude>
            <exclude>README</exclude>
            <exclude>COPYING</exclude>
          </excludes>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <argLine>-Xmx1G -Djava.awt.headless=true</argLine>
          <!-- <parallel>classes</parallel>
		            <perCoreThreadCount>2</perCoreThreadCount> -->
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.openimaj</groupId>
   <artifactId>klt-tracker</artifactId>
   <version>1.3.5</version>
</dependency>

Download

If you think the following klt-tracker-1.3.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download klt-tracker-1.3.5.jar file




PreviousNext

Related