Posts

New Post

Intelligent Traffic Management Using || AI & Metaheuristics || ~xRay Pixy

Image
Hybrid Artificial Intelligence and Metaheuristics for Smart City TRafci Management Problem Video Chapters: 00:00 Introduction 00:40 Smart Cities 01:14 Traditional Methods for Traffic Management 02:12 Hybrid Approach AI and Metaheuristics 02:47 STEPS for Hybrid  Traffic Management System 08:40 Advantages of Smart Traffic Management System 09:33 Conclusion

JavaScript|How To Change Screen Color On Button Click?

Image
https://youtu.be/AZe-K3YO21w Video LINK - https://youtu.be/AZe-K3YO21w How to change the background color after clicking the button? javascript onclick event to change screen color. In this video, we discuss how to change screen color on mouse click. We used two design elements that are screen and button. A button tag is used to create the button. Javascript is used to change the screen color on mouse click that is HTML onclick Event attribute. We accessed the design elements that are button and screen using their id. document.getElementByID. A function is created to change the screen color by accessing the screen element. How to change text color on click using JavaScript? four steps are followed for Changing text color onclick: 1.)Define your Purpose. 2.)Choose Design Elements. 3.)Coding 4.)Run the Code Save filename.html Click on Run than Launch on Chrome

How to Detect Masked Human Faces from Digital Images

Image
There is not 100% accuracy on masked face recognition. Algorithms like the viola-jones face detection algorithm can detect masked human faces from the digital images. I applied the viola jones algorithm on MASKED human face images and it successfully detects human masked faces. Link:  https://youtu.be/bgnb8kLhoWs https://youtu.be/bgnb8kLhoWs Face Detection Systems are used for the identification of a person from digital images. The face detection system can extract the different facial features from a digital image. A set of facial features extracted from a digital image includes eyes, nose, mouth, and face region. Face recognition is a difficult task due to the different facial expressions. With the help of a face detection system presence of a human face can be detected easily. For the detection of different facial features, the Viola-Jones algorithm is used in the proposed work. To make the task more manageable, Viola-Jones requires full view frontal upright faces.

How do Face Recognition Algorithms Detect Human Faces

Image
First, learn about FACE DETECTION.  Then face recognition would be an easy task for you. Because most of the computer algorithms work first on face detection after that they can recognize. First learn, how to detect humans or anything you want to detect (objects/ birds/other). When your software will be able to detect it. Then train it for recognition. I worked on Human face recognition. First, I created software for human face detection. Once your software can detect it. You can easily train it for recognition/identification. Learn Image Processing in MATLAB https://www.youtube.com/playlist?list=PLVLAu9B7VtkZAknbwBKJAI9Ny7c0M3nTT Face Detection Systems are used for the identification of a person from digital images. The face detection system can extract the different facial features from a digital image. A set of facial features extracted from a digital image includes eyes, nose, mouth, and face region. Face recognition is a difficult task due to the different facial express

How is AI battling the Coronavirus

Image
There are already several efforts in place to leverage artificial intelligence in the fight against coronavirus. Some of these methods include automatically measuring people’s temperature in public places, diagnosing COVID-19 infections from chest x-ray scans, and using machine learning algorithms to predict the spread of the virus. 1.) Google Cloud launches new AI chatbot for COVID-19 information 2.) The Top 12 Health Chatbots 3.) COVID-19 Healthcare BOT How is AI battling the Coronavirus ~xRay Pixy LINK: https://youtu.be/v1rU2Do2Kio

C++ Program to Calculate Area of Rectangle using Objects and Classes ~xRay Pixy

Image
C++ Program to Calculate Area of Rectangle using Objects and Classes. Calculate Area of Rectangle: Area = Length x width - In C++, we are using Objects and Classes to calculate the area of the rectangle. The syntax of a class specification is given below: class classname { private: data_members; member_function; public: data_members; member_function; }; The syntax for creating objects of a class is: classname object1, object2, object3,…,; Video Explanation: How the Program is working. Click here... PROGRAM CODE OUTPUT :  https://youtu.be/KwyzpgOXVHI

Declaration/initialization of a two-dimensional array

Image

c++ Program to count number of Vowels, digits, space and constants.

Image

Two Dimensional Array in C++ |initialization of array in c++

Image
Array Instillation Program

MATLAB Simulator

MATLAB Simulator Q . Why we are using simulation software? A. Simulation Software helps us to predict the behavior of a system (i.e., Dynamic System ).  Q. How we can use simulation software? A. We  can use simulation software to evaluate a new design, diagnose problems with an existing design, and test a system under conditions that are hard to reproduce, such as a satellite in outer space.   Q.  Who using Engineers simulation software and why?  A.  Engineers and scientists use simulation software for a variety of reasons.  Creating and simulating models is less expensive, t o  t est different designs  before building one in hardware and  to test the integration of the full design.  Q.  What is  Simulink? A. A  simulation and model-based design environment for dynamic systems  integrated with MATLAB.  Simulink is developed by MathWorks. Q.  Why    Simulink is used? A.  Simulink is used for  modeling, simulating and analyzing multi-domain dynamic systems.  it is a 

Counter and Summery Statistics - Modeling and Simulation

Image

Array in C++

Image

Call by value, Call by Reference, Returning Values from a Function

Image
Arguments Passing Techniques C++ is the mother of Object-Oriented Programming. Arguments Passing is a Process of transferring data between the calling function and the called function. In C++,  there are three ways by which arguments can be passed. Pass By Value Pass By Address or Pass By Pointer Pass By Reference Video Explanation:  C++ Program to swap two numbers with the third variable.     https://youtu.be/pq9VWQswqwo Video:  Call By Value Most of the programming languages like C use only the first two modules (i.e., Passing by Value and Address) whereas C++ supports all the three methods of passing arguments. Pass By Value: It is a default method for argument passing. When an argument is passed by value than a copy of the argument is made and passed to the newly created formal arguments in the called function. The formal arguments contain a copy of actual arguments which is stored in the separate memory location.   Program to Show How Pass By Value Work

PROGRAMMING IN C++ - FUNCTIONS

Image

PRIORITY QUEUE - MODELING AND SIMULATION

Image

MATLAB Code Assignment - Function Plotting, Change Curve Color, Label x-y axis, Add Grids

Image
Assignment Problem: Plot the function f(t) where t having intervals from t = -2.5 to 4. - Add a label on the x-axis. - Add a label on the y-axis. - Add a Title, - Add Girds, - Change the Color of the graph to something other than blue. We solved this Problem. For easy MATLAB code just click on the Link Given below. The solution in this Video Link:  Easy Matlab Code - Function Plotting The task is given:  OUTPUT: - Easy MATLAB Code :)
More posts