Posts

New Post

Markov Chains || Step-By-Step || ~xRay Pixy

Image
Learn Markov Chains step-by-step using real-life examples. Video Chapters: Markov Chains 00:00 Introduction 00:19 Topics Covered 01:49 Markov Chains Applications 02:04 Markov Property 03:18 Example 1 03:54 States, State Space, Transition Probabilities 06:17 Transition Matrix 08:17 Example 02 09:17 Example 03 10:26 Example 04 12:25 Example 05 14:16 Example 06 16:49 Example 07 18:11 Example 08 24:56 Conclusion

What is Cathode Ray Tube ?

 Display Devices:  Display devices are also known as Output devices. A commonly used output device in a graphics system is Video Monitor. The operations of most video monitors is based on the Cathode Ray Tube Design.  Cathode Ray Tube [CRT] CRT: Simplest version of CRT consists of a gas-filled glass tube in which two metal plates that is Cathode and Anode have placed. When a large voltage is placed across the electrodes, the Neutral Gas inside the Gas Tube Ionize into conducting plasma, and the current will flow as electrons travel from Cathode to the other side. CRT is a type of Display Device.  CRT are special electronic vacuum tubes that use a focused electron beam to Display Images.  Where Cathode Ray Tubes are Used? Television. Computers. Oscilloscopes. Radar Display. In video games Equipment. What is inside Cathode Ray Tubes? A CRT has a negatively charged terminal (i.e., Heated Filament).  The filament is contained inside a vacuum with a glass tube....

How to Detect Masked Face from Digital Images using Viola Jones Algorithm.

  How to Detect Masked Face from Digital Images using Viola Jones Algorithm.  Source Code : I = imread('4.jpg'); faceDetector = vision.CascadeObjectDetector; bboxes = step(faceDetector, I); IFaces = insertObjectAnnotation(I, 'rectangle', bboxes, 'Face'); figure imshow(IFaces), title('Detected faces'); Output: Video Link:  https://www.youtube.com/watch?v=bgnb8kLhoWs #faceDetection #imageProcessing #matlab
More posts