SharpCV
SharpCV copied to clipboard
Converting Python code into SharpCv
How can I convert the below python line into SharpCv:
np.column_stack(np.where(mat > 0))
I cant see column_stack method here, also the where method is not available.
Thanks in advance.