New Post

Avascular Necrosis (AVN) || Early Detection, Better Outcomes || ~xRay Pixy

Image
Avascular Necrosis (AVN) is a condition where blood flow to the bone is reduced, causing bone cells to die. This leads to pain, joint damage, and difficulty in movement, especially in the hip. Early diagnosis and proper treatment can prevent permanent bone damage and improve quality of life. Video Chapter: AVN 00:00 Introduction 00:45 What is AVN? 01:55 About Bone Tissue 02:49 AVN Causes 03:38 AVN Symptoms 04:11 AVN Diagnosis 04:56 AVN of femoral head 05:33 How AVN Develops 07:28 Conclusions #optimization #algorithm #metaheuristic #robotics #deeplearning #ArtificialIntelligence #MachineLearning #computervision #research #projects #thesis #Python #optimizationproblem #optimizationalgorithms 

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)

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

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

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

Grey Wolf Optimization Algorithm

Grey Wolf Optimization Algorithm Numerical Example

GWO Python Code || Grey Wolf Optimizer in Python || ~xRay Pixy