Tutorial 7, Bitwise operation in opencv python||Bitwise-And||Bitwise-or||Bitwise-Xor||Bitwise-Not

Опубликовано: 02 Август 2020
на канале: Circuit Designer
42
5

support me- https://paypal.me/CircuitDesigner?loc...

So, this is the image processing tutorial no. 7.
In this tutorial, i had explained you can use bitwise operation in images using opencv python.

Operations performed in bitwise operation are- http://opencvexamples.blogspot.com/20...

⦁ bitwise-and operation-

TRUTH table-
A B (A*B)Result
0 0 0
1 1 1
1 0 0
0 1 0
⦁ bitwise or operation

TRUTH table-
A B (A+B)Result
0 0 0
1 0 1
0 1 1
1 1 1
⦁ bitwise-xor operation-

TRUTH table-
A B (A.B'+A'.B)Result
0 0 0
1 0 1
0 1 1
1 1 0
⦁ bitwise-not operation-

TRUTH table-
A (A')Result
1 0
0 1

Please subscribe my channel and press the bell icon.

code-https://github.com/Mohdyusuf786/Bitwi...

keep learning!!!!!

Follow me on-
facebook-https://m.facebook.com/Circuit-Design...

instagram- https://www.instagram.com/?hl=en

twitter- https://mobile.twitter.com/home

#CircuitDesigner #ImageProcessingTutorial
#MohdYusufTutorial #OpencvPython


Смотрите видео Tutorial 7, Bitwise operation in opencv python||Bitwise-And||Bitwise-or||Bitwise-Xor||Bitwise-Not онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Circuit Designer 02 Август 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 42 раз и оно понравилось 5 людям.