useing Threshold node

Hello all ,
vxThresholdNode(graph, I/p image, vx_threshold_type , o/p Image);
what I pass in the 3rd argument I want to use this , but having problem in 3rd argument please help me.

Best Regards
Subham

Subham,

The third argument to this function is a vx_threshold object. Please see the documentation at The OpenVX Specification: Thresholding. You will need to create the vx_threshold object first; for that see the documentation at The OpenVX Specification: Object: Threshold.

– Frank

[QUOTE=Kandoi1994;43281]Hello all ,
vxThresholdNode(graph, I/p image, vx_threshold_type , o/p Image);
what I pass in the 3rd argument I want to use this , but having problem in 3rd argument please help me.

Best Regards
Subham[/QUOTE]