Package | Description |
---|---|
org.cripac.isee.vpe.alg.pedestrian.attr | |
org.cripac.isee.vpe.alg.pedestrian.reid | |
org.cripac.isee.vpe.alg.pedestrian.tracking | |
org.cripac.isee.vpe.common |
This package contains common concept classes.
|
org.cripac.isee.vpe.ctrl |
This package contains classes for controlling of the platform.
|
org.cripac.isee.vpe.data |
This package contains classes for data managing.
|
org.cripac.isee.vpe.util.logging |
Modifier and Type | Class and Description |
---|---|
static class |
PedestrianAttrRecogApp.AppPropertyCenter
|
Constructor and Description |
---|
PedestrianReIDUsingAttrApp(SystemPropertyCenter propCenter)
Constructor of the application, configuring properties read from a
property center.
|
ReIDStream(SystemPropertyCenter propCenter)
|
Modifier and Type | Class and Description |
---|---|
static class |
PedestrianTrackingApp.AppPropertyCenter
|
Modifier and Type | Field and Description |
---|---|
private SystemPropertyCenter |
SparkStreamingApp.propCenter
|
Constructor and Description |
---|
SparkStreamingApp(SystemPropertyCenter propCenter,
String appName)
|
Stream(String appName,
SystemPropertyCenter propCenter)
Initialize necessary components of a Stream object.
|
Constructor and Description |
---|
MessageHandlingApp(SystemPropertyCenter propCenter)
The constructor method.
|
MonitorThread(Logger logger,
SystemPropertyCenter propCenter)
|
TaskController(SystemPropertyCenter propCenter,
Logger logger)
|
Modifier and Type | Class and Description |
---|---|
static class |
DataManagingApp.AppPropertyCenter
|
Modifier and Type | Field and Description |
---|---|
private SystemPropertyCenter |
SynthesizedLoggerFactory.propCenter
|
Modifier and Type | Method and Description |
---|---|
private void |
SynthesizedLogger.checkTopic(String topic,
SystemPropertyCenter propCenter)
|
Constructor and Description |
---|
SynthesizedLogger(String username,
SystemPropertyCenter propCenter)
Create a synthesized logger.
|
SynthesizedLoggerFactory(String username,
SystemPropertyCenter propCenter)
Constructor of SynthesizedLoggerFactory with fixed log listener settings.
|