| Package | Description |
|---|---|
| org.bytedeco.openpose |
| Modifier and Type | Method and Description |
|---|---|
Datums |
OpWrapper.emplaceAndPop(Matrix matrix)
Similar to emplaceAndPop(TDatumsSP& tDatums), but it takes a Matrix as input.
|
Datums |
Datums.push_back(Datum value) |
Datums |
Datums.put(Datum... array) |
Datums |
Datums.put(Datum value) |
Datums |
Datums.put(Datums x) |
Datums |
Datums.put(long i,
Datum value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatumsWorker.checkAndWork(Datums tDatums) |
boolean |
OpWrapper.emplaceAndPop(Datums tDatums)
Runs both waitAndEmplace and waitAndPop.
|
Datums |
Datums.put(Datums x) |
boolean |
OpWrapper.tryEmplace(Datums tDatums)
Emplace (move) an element on the first (input) queue.
|
boolean |
OpWrapper.tryPop(Datums tDatums)
Pop (retrieve) an element from the last (output) queue.
|
boolean |
OpWrapper.tryPush(Datums tDatums)
Push (copy) an element on the first (input) queue.
|
boolean |
OpWrapper.waitAndEmplace(Datums tDatums)
Emplace (move) an element on the first (input) queue.
|
boolean |
OpWrapper.waitAndPop(Datums tDatums)
Pop (retrieve) an element from the last (output) queue.
|
boolean |
OpWrapper.waitAndPush(Datums tDatums)
Push (copy) an element on the first (input) queue.
|
Copyright © 2022. All rights reserved.