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
Watch video Tutorial 7, Bitwise operation in opencv python||Bitwise-And||Bitwise-or||Bitwise-Xor||Bitwise-Not online without registration, duration hours minute second in high quality. This video was added by user Circuit Designer 02 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 42 once and liked it 5 people.