SharpCV icon indicating copy to clipboard operation
SharpCV copied to clipboard

Converting Python code into SharpCv

Open piyushspss opened this issue 4 years ago • 0 comments

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.

piyushspss avatar Jun 07 '20 17:06 piyushspss