aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/ti_semseg_cnn/src/semseg_cnn_node.h')
-rw-r--r--nodes/ti_semseg_cnn/src/semseg_cnn_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes/ti_semseg_cnn/src/semseg_cnn_node.h b/nodes/ti_semseg_cnn/src/semseg_cnn_node.h
index 692fdae..ca70324 100644
--- a/nodes/ti_semseg_cnn/src/semseg_cnn_node.h
+++ b/nodes/ti_semseg_cnn/src/semseg_cnn_node.h
@@ -94,7 +94,7 @@ class CnnSemSegNode
94 void imgCb(const ImageConstPtr& imgPtr); 94 void imgCb(const ImageConstPtr& imgPtr);
95 void subscriberThread(); 95 void subscriberThread();
96 void publisherThread(); 96 void publisherThread();
97 void graphCompleteEvtHdlr(); 97 void processCompleteEvtHdlr();
98 vx_status extractImageData(std::vector<uint8_t> &v, 98 vx_status extractImageData(std::vector<uint8_t> &v,
99 const vx_image vxImage, 99 const vx_image vxImage,
100 uint32_t width, 100 uint32_t width,