#include <visionserver2.h>
|
const std::string & | getName () const |
|
const std::shared_ptr< nt::NetworkTable > & | getTable () const |
|
virtual void | process (cv::Mat &io_frame)=0 |
|
virtual void | init () |
|
virtual void | close () |
|
|
static const std::shared_ptr< nt::NetworkTable > & | ntable () |
|
Definition at line 38 of file visionserver2.h.
◆ BasePipe() [1/4]
vs2::VisionServer::BasePipe::BasePipe |
( |
const char * |
name | ) |
|
|
inlineprotected |
◆ BasePipe() [2/4]
vs2::VisionServer::BasePipe::BasePipe |
( |
const std::string & |
name | ) |
|
|
inlineprotected |
◆ BasePipe() [3/4]
vs2::VisionServer::BasePipe::BasePipe |
( |
std::string && |
name | ) |
|
|
inlineprotected |
◆ BasePipe() [4/4]
vs2::VisionServer::BasePipe::BasePipe |
( |
| ) |
|
|
protecteddelete |
◆ ntable()
static const std::shared_ptr< nt::NetworkTable > & vs2::VisionServer::BasePipe::ntable |
( |
| ) |
|
|
inlinestatic |
◆ getName()
const std::string & vs2::VisionServer::BasePipe::getName |
( |
| ) |
const |
|
inline |
◆ getTable()
const std::shared_ptr< nt::NetworkTable > & vs2::VisionServer::BasePipe::getTable |
( |
| ) |
const |
|
inline |
◆ process()
virtual void vs2::VisionServer::BasePipe::process |
( |
cv::Mat & |
io_frame | ) |
|
|
pure virtual |
◆ init()
virtual void vs2::VisionServer::BasePipe::init |
( |
| ) |
|
|
inlinevirtual |
◆ close()
virtual void vs2::VisionServer::BasePipe::close |
( |
| ) |
|
|
inlinevirtual |
◆ setCamera()
void VisionServer::BasePipe::setCamera |
( |
const VisionCamera & |
cam | ) |
|
|
protected |
◆ setPipeline()
void VisionServer::BasePipe::setPipeline |
( |
const BasePipe & |
pipe | ) |
|
|
protected |
◆ setSource()
void VisionServer::BasePipe::setSource |
( |
const cs::VideoSource & |
src | ) |
|
|
protected |
◆ getFrame()
void VisionServer::BasePipe::getFrame |
( |
cv::Mat & |
io_frame | ) |
|
|
protected |
◆ getSrcMatrix()
const cv::Mat1f & vs2::VisionServer::BasePipe::getSrcMatrix |
( |
| ) |
const |
|
inlineprotected |
◆ getSrcDistort()
const cv::Mat1f & vs2::VisionServer::BasePipe::getSrcDistort |
( |
| ) |
const |
|
inlineprotected |
◆ VisionServer
◆ name
std::string vs2::VisionServer::BasePipe::name |
|
private |
◆ input
cs::CvSink vs2::VisionServer::BasePipe::input |
|
private |
◆ src_matrix
◆ src_distort
◆ table
const std::shared_ptr<nt::NetworkTable> vs2::VisionServer::BasePipe::table |
|
private |
The documentation for this class was generated from the following files: