New Post

Confusion Matrix with Real-Life Examples || Artificial Intelligence || ~...

Image
Learn about the Confusion Matrix with Real-Life Examples. A confusion matrix is a table that shows how well an AI model makes predictions. It compares the actual results with the predicted ones and tells which are right or wrong. It includes True Positive (TP), False Positive (FP), False Negative (FN), and True Negative (TN). Video Chapters: Confusion Matrix in Artificial Intelligence 00:00 Introduction 00:12 Confusion Matrix 03:48 Metrices Derived from Confusion Matrix 04:26 Confusion Matrix Example 1 05:44 Confusion Matrix Example 2 08:10 Confusion Matrix Real-Life Uses #artificialintelligence #machinelearning #confusionmatrix #algorithm #optimization #research #happylearning #algorithms #meta #optimizationtechniques #swarmintelligence #swarm #artificialintelligence #machinelearning

3d Display Methods in Computer Graphics

 3D Display Methods

3D Projection

Q. What is 3D Projection/Graphical Projection?

It is a design technique used to display 3D objects on a 2D surface.

Why we are using a 2D surface to display 3D objects?

Because all graphics devices are 2D [like Monitor Screen].

When we want to draw 3D objects on a computer monitor. Convert the world coordinates into screen coordinates [i.e., project 3D objection on the 2D plane].

Q. What is the Projection?

Process of representing 3D objects into 2D. [i.e., shadow of object].

Q. How an object is projected? 

By projecting each of its points [create a map of points].

There are infinite points in Object. Take projection of only corner points of an object on a 2D plane than join these projected points by a straight line in the 2D plane.

Q. What is a Parallel Projection?

Projection of point in 3D space.

Parallel Projection is a method for generating a view of a solid object.

Project point on the object surface along parallel lines onto the display plane. 


Q. How we can project visible points on the object?

By selecting different viewing positions.

Q. Where Parallel projection is used?

In Engineering and Architectural Drawing. 

Projection of point in 3D space.

Parallel Projection is a method for generating a view of a solid object.

Project point on the object surface along parallel lines onto the display plane. 

Parallel Projection Example : 3 Parallel projection views of an object [showing different viewing positions] 

Q. What is Perspective Projection?

Another way of generating a view of the 3D scene [project points to the display plane along converging paths].

Perspective Projection is used by artists for drawing 3D scenes.

Distinct objects appear smaller than objects closer to the viewing position.  

Types of Perspective:

One Point Perspective- contains only one vanishing point over the horizon.  

vanishing point = where all lines appear to meet. 



Two Point Perspective- contain 2 vanishing points [in x-direction and in y-direction].  

vanishing point = where all lines appear to meet. 


Q. What is Depth Cueing?

This method is used for indicating depth.

Depth information is important so that we can easily identify for a particular viewing direction, which is the front end, and which one is the back end. 

Q. What is Visible line and Surface Identification?

The simplest method to highlight the visible lines [or to display them in different colors].

This method also identifies the visible surfaces of the object.

#graphics #3d 

Comments

Popular Post

PARTICLE SWARM OPTIMIZATION ALGORITHM NUMERICAL EXAMPLE

Cuckoo Search Algorithm for Optimization Problems

PSO (Particle Swarm Optimization) Example Step-by-Step

Particle Swarm Optimization (PSO)

how is the LBP |Local Binary Pattern| values calculated? Step-by-Step with Example

PSO Python Code || Particle Swarm Optimization in Python || ~xRay Pixy

Grey Wolf Optimization Algorithm

Bat algorithm Explanation Step by Step with example

Grey Wolf Optimization Algorithm Numerical Example

Whale Optimization Algorithm Code Implementation || WOA CODE || ~xRay Pixy