Cv2.rectangle() source code

Hi Everyone,
I need to see the exact source code of cv2.rectangle() for python method can anyone suggest me link for this, I have search the github but wasn’t able to find, If anyone can share link.
Thanks.

Hi,
there is no source in python (except binding), it’s only c++

1 Like

Thanks @laurent.berger

1 Like