forked from wg-perception/PartsBasedDetector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated manifest.xml (because Mac botched the job). Added singular bo…
…unding boxes to Candidate
- Loading branch information
hbristow
committed
Aug 10, 2012
1 parent
c0a887e
commit 46bb69c
Showing
4 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
<manifest> | ||
<description brief="thing"> | ||
THING | ||
<package> | ||
<description brief="Parts-based object recognition"> | ||
This package provides an implementation of parts-based object recognition | ||
using mixtures of deformable parts, inspired by the works of Deva Ramanan. | ||
</description> | ||
<author>Not me!</author> | ||
<license>Driver's</license> | ||
<review status="unreviewed" notes="Yeah, right."/> | ||
<author>Hilton Bristow</author> | ||
<license>BSD</license> | ||
<review status="unreviewed" notes=""/> | ||
|
||
<export> | ||
<cpp cflags="-I${prefix}/include" | ||
lflags="-L${prefix}/lib -lobject_recognition_by_parts"/> | ||
</export> | ||
</manifest> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters