Hi,
For our application we are using the following pipeline:
capture->viss->ldc->gaussian_filter->threshold->erode->dilate->display. We converted the output of LDC to VX_DF_IMAGE_U8 which is what the GaussianNode takes as input. We are able to view the output of gaussian on the display as well. When I try to view the output of threshold (binary) I get a blank screen with the border flashing. The performance statistics show that all the nodes are running. We also tried 'capture->viss->ldc->mosaic->gaussian->threshold->erode->dilate->display` but with the same output.
Are there any examples on using the threshold node?
Is there something we are missing? Let me know if you need further information from me.
The output is as below: