SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-3 (June 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5
36 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Implementation of Implantation-Stagger Measuring Unit using Image
Processing
Angela Infanta Ramesh1
, Ashish Dinesh Singh2
and Battina Babykutty3
1
Student, Department of Computer Engineering, FCRIT, Navi Mumbai, INDIA
2
Student, Department of Computer Engineering, FCRIT, Navi Mumbai, INDIA
3
Student, Department of Computer Engineering, FCRIT, Navi Mumbai, INDIA
3Corresponding Author: babykuttybattina@gmail.com
ABSTRACT
The electrical traction system of railways is a
combination of physical upright structures and
OCL(Overhead Contact Lines). The horizontal distance from
the center of the track to the OHE mast called implantation,
horizontal displacement of overhead contact wire with
respect to the center of the railway track called stagger, and
the perpendicular height of overhead contact wire from the
ground are periodically checked by a lineman in order to
ensure a safe distance from the railway track. In this paper,
we have put forth an idea of building a distance measuring
device to measure the implantation and stagger without
touching the objects using Open CV on raspberry pi with a
camera module which will be placed at the center of the
track. The system will be having two features. To measure the
distance of the nearest poles, the camera has to be placed
facing the mast perpendicular to a circle of diameter
appropriate which is placed on the pole for measurement
purposes. And to measure the stagger, the camera has to be
placed facing the overhead wire from the center of the track.
Keywords-- Electric Multiple Units, Implantation, Stagger,
Mast, Overhead Contact Line(OCL), Overhead
Equipment(OHE)
I. INTRODUCTION
Railway’s electric traction system normally
known as the OHE system is a combination of various
hardware erected along the tract to facilitate the seamless
traction power to the electric locos and Electric Multiple
Units. The upright which holds the contact wire is known
as masts placed beside tracks. The mast is erected on the
foundation to hold the entire static and dynamic load of the
OHE [1]. It is very important to maintain a proper
predefined distance from the center of the track to the mast
face, which is also a safety measure. This distance is also
known as implantation to be recorded at specified intervals
and maintain a record for monitoring. The distance of the
mast from the center of the track should be regularly
checked to have a safe distance from the railway track.
This is generally done by a lineman who has to
periodically measure and record the distance. Among the
numerous components of high-speed electrical railways,
overhead contact lines (OCLs) serve asone of the interfaces
to constantly supply power to operating trains. However,
due to the physical structure of OCL, the system is exposed
to various mechanical and electrical effects[2].This wire
layout will be in such a manner that is in a zigzag way to
avoid damage or groove to pantograph (current collecting
system of the locomotive) and damage thereafter. The
stagger of the contact wire is the horizontal distance of the
contact wire from the vertical plane through the center of
the pantograph pan at the contact surface [3]. Therefore,
the overhead wire gets displaced from the center, whose
displacement has to be calculated, and get it fixed back.
Normal practice is to measure these parameters manually
using measuring tape and also in power blocks with
pantograph of tower wagons. This project aimed to reduce
manual work by automating this process of measurement.
This is possible with the help of Computer Vision where
the Raspberry Pi camera acts as the vision for the computer
that captures the image, processes it, and gets the
measuring work done with regards to Implantation and
Stagger.
II. METHODOLOGY
2.1 System Architecture
An Application to determine the distance of the
nearest poles from the track i.e.(Implantation) and the
displacement of overhead wire with respect to the Centre
of Track i.e.(Stagger) is built using Computer Vision. This
serves the purpose of getting the measured distance from a
frame that was initially captured through a Raspberry
Picamera module.
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-3 (June 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5
37 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Figure 1: System Architecture
Initially, the User or the Line-Man has to choose
one of the options displayed on the GUI interface. Say, he
chose to measure Implantation, once he clicks the button,
the Raspberry Pi camera module takes in a set of frames
sends signals to the Raspberry Pi. Each frame is read, the
noise is removed and the object detection takes place. Once
the object is detected, the next sub-part will be the
calibration of object distance with the contour area.
Keeping the circle in front of the camera at some distance
we note down the distance manually using a measuring
tape and its corresponding contour area. Next, we move the
object a little farther from the camera and repeat this
process for several iterations at different distances. We next
obtain a trend line with the help of the obtained data points
with respect to the distance and the corresponding area.
The equation that we get will be programmed thus
facilitating the calculation of Implantation.’ Similarly,
when the user presses the Stagger button shown at the
interface, it would again be the same process until removal
of Noise and here, we detect the Overhead contact line.
2.2 Hardware
The Raspberry pi needs to be set up before using
it. We have installed the latest Raspberry Pi OS for our
Raspberry Pi. Then we installed the Python Library that
we need for our program. After making the connection of
the components to the Raspberry Pi. We use a wooden
frame set up to place the Raspberry Pi camera. The height
of the wooden frame is 1m and its place on the track in
such a way that the shaft of the Wooden frame is at the
center of the track.
Figure 2: Initial Set-up
2.2.1 Implantation
To get the implantation we are placing a Two-
dimensional object say, a circle of on the mast from which
we want to find the distance, we adjust the camera such
that it faces the mast and we attach a laser pointer above
the camera pointing towards the mast which will make sure
that the camera and the object are at the same height so
that the horizontal distance between them is parallel to the
ground and not inclined at any angle. At the point at which
the laser beam falls on the mast, we place our circle over
there. After we power on the raspberry pi, the GUI
interface is visible on the LCD, we click the Distance
button to get the distance of the mast from the camera
which is displayed on the GUI window itself.
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-3 (June 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5
38 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
2.2.2 Stagger
For the stagger, we place the camera at the center
of the track in such a way that it faces the Overhead
contact wire. Then we click the stagger button on the GUI
interface to get the stagger of the Overhead wire which is
visible on the frame. After calculating we may go back to
the main GUI window by clicking on the Home button.
2.3 Software
An Application to determine the distance of the
nearest poles(implantation) of the track and the
displacement of overhead wire(Stagger) with respect to the
Centre of Track was built using Computer Vision. This
application serves the purpose of getting the measured
distance for Implantation and Stagger from a frame that
was initially captured through aRaspberry Picamera.
Figure 3: Use Case Diagram of Implantation-Stagger MU
2.3.1 Implantation
The Raspberry Pi camera continuously captures
the set of frames which are individually processed by the
program using the concepts of Image Processing in Python.
The Implantation is measured using the concept of Object
Distance calculation using Contour Area Method in
Python- OpenCV. The principle using which we found the
distance of the object from the camera is as: “Area
enclosed by the contours of an object decreases as the
object moves farther from the camera” [4]. This simply
means that, if our object is near to the camera, the object
will appear bigger. Thus, the pixel area occupied by the
object will be more. As you move the object farther from
the camera, the object size in the image will start to
diminish. And hence the pixel area enclosed by the object
will become smaller and smaller.
Figure 4: Implantation View
As shown in the Implantation View, instead of
considering an entire mast as an object, we consider a
specific portion of the mast. This is to ensure that there
is a considerable difference in the area captured by the
camera which is almost zero in the case of an entire mast
because of its ever-increasing height which makes it
difficult to calculate the mast’s change in area with a
change in the movement of the camera. Here, therefore, the
object is a Two-dimensional Circle that is stuck at the mast
which gives us a considerable difference in the area as the
camera is moved to and from, along the line of action.
Once the object is detected and the
Figure 5: Activity Diagram for measuring Implantation
corresponding contour is drawn, the next part will be the
calibration of object distance with the contour area.
Keeping the circle in front of the camera at some distance
we note down the distance manually using a measuring
tape and its corresponding contour area. Next, we move the
object a little farther from the camera and repeat the above
process for several iterations at different distances. The
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-3 (June 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5
39 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
next step is toplot this data on the x-y axis. The distance
must be on the Y-axis. We find a trend line through these
data points and find the equation of the trend line in excel.
We can choose a linear, exponential, or polynomial trend
line depending upon which fits best with the data. For us,
the power equation worked best. The trend line which we
got is shown below.
We enter this equation displayed on the graph in
the code and finally display the distance of the object on
the screen.
Figure 6: Area-Distance Curve
2.3.2 Stagger
For a stipulated maximum stagger, the length of the
span is governed by curvature, blow-off of overhead
equipment, the sway of the pantograph, and deflection of
the mast under wind conditions [3]. This causes the
displacement of the contact wire from the stipulated
position which has to be fixed back. This Displacement is
calculated with the help of Computer Vision where the
endpoints of the contact wire are detected and a
corresponding line is drawn indirectly indicating the
detection of the wire.
Figure 7: Stagger View
Once the wire is detected, as shown in the Stagger
View, we then determine its midpoint and calculate the
relative displacement of that midpoint from the center of
the frame. The frame Resolution is mapped in such a way
that the center of the railway track coincides with the
center of the frame. This displacement in pixels is
converted to centimeters considering the screen resolution
and width of the sensor present in the Raspberry Pi camera.
To avoid multiple wires from getting detected and thereby
creating fluctuations in the result, we crop the image
obtained by adding the crop-factor in the code in such a
way that the contact wire is the focus of attention.
Figure 8: Activity Diagram for measuring Stagger
III. EXPECTED OUTCOME
The implantation usually measures between 2-4
m. The experiment after testing gave results with an error
of 0.1 m as measured from the mast. The display of error
suggests the accepted range in which the adjustment can be
done according to the lineman’s convenience. The Stagger
usually measures between 7-20 cm. When tested
Manually, it gave an actual measurement of 10.2cm,
whereas our analysis gave an error of 0.04 cm as observed.
The error range that is acceptable is 0.1cmas said by the
Railway Officials.
Figure 9: Graphical User Interface - Home Window
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-3 (June 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5
40 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Figure 10: Graphical User Interface - Implantation
Window
Figure 11: Graphical User Interface - Stagger Window
IV. CONCLUSION
This paper talks about an efficient way of
measuring Implantation and Stagger with the help of
Computer Vision, where the web camera acts as the vision
for the computer which will then capture images, process
them. The project if worked as per the problem statement
would measure the appropriate distance for Implantation
and Stagger as viewed by the required individuals
according to the Image processed and the signals received
by the Raspberry Pi and Camera module. Thus, the aim of
this project was achieved which was to optimize the
working and cut down the time-consuming activities, by
developing a system that automates the measurement of
Implantation and Stagger.
In future this project can be enhanced by adding a
feature of measuring the perpendicular height of the
railway overhead wire from ground which is also an
important parameter that needs to be periodically checked
by the lineman. An SMS Alert system can also be
integrated, where the system will alert with a message with
the status of the measured distance values. These messages
can be sent to the group of railway officers concerned for
the specific area. By utilizing various advances in
technology, our aim is to complete these modules and
present the system unit to railway officials concerned with
this project.
ACKNOWLEDGEMENT
Success of a project like this involving high
technical expertise, patience and massive support of
guides, is possible when team members work together. We
take this opportunity to express our gratitude to those who
have been instrumental in the successful completion of this
project. We would like to show our appreciation to our
external guide Mr. Dheeraj Kallakuri for his constant
guidance and our internal guide Ms. Rakhi Kalantri for
providing us with regular inputs about documentation and
project timeline. A big thanks to our HOD Dr. Lata Ragha
for giving us an opportunity to be a part of this project.
REFERENCES
[1] M. Jain. (2013). OHE-Mast. Rail Electrica. Available
at: https://www.railelectrica.com/traction-distribution/ohe-
mast/.
[2] Cho & Y. Park. (2016). New monitoring technologies
for overhead contact line at 400 km·h–1. Available at:
https://www.sciencedirect.com/science/article/pii/S209580
9916311705.
[3] Indian Railways. (1988). Appendix I principles for lay-
out plans and sectioning diagrams for 25 kv ac traction.
Available at:
http://indianrailways.gov.in/railwayboard/uploads/codesma
nual/ACTraction-II-P-II/AcTractionIIAppendix1.htm.
[4] V.Meshram (2020). Object distance calculation using
contour area method in Python - Opencv, The art
of Electronics. Available at: http://art-of-
electronics.blogspot.com/2020/02/object-distance-
calculation- using.html.

More Related Content

What's hot

Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...
Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...
Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...csandit
 
Novel-design-Panoramic-camera-by dr MONIKA
Novel-design-Panoramic-camera-by dr MONIKANovel-design-Panoramic-camera-by dr MONIKA
Novel-design-Panoramic-camera-by dr MONIKADevarshi Bajpai
 
Foot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation SystemsFoot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation Systemsoblu.io
 
ShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProjectShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProjectShawn Quinn
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET Journal
 
A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...
A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...
A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...IJEACS
 
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERSADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERSijctcm
 
Massive Sensors Array for Precision Sensing
Massive Sensors Array for Precision SensingMassive Sensors Array for Precision Sensing
Massive Sensors Array for Precision Sensingoblu.io
 
An Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking DeviceAn Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking Deviceoblu.io
 
IRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan TechnologyIRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan TechnologyIRJET Journal
 

What's hot (15)

Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...
Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...
Optimization of Average Distance Based Self-Relocation Algorithm Using Augmen...
 
Novel-design-Panoramic-camera-by dr MONIKA
Novel-design-Panoramic-camera-by dr MONIKANovel-design-Panoramic-camera-by dr MONIKA
Novel-design-Panoramic-camera-by dr MONIKA
 
optical switch
optical switchoptical switch
optical switch
 
Foot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation SystemsFoot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation Systems
 
ShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProjectShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProject
 
R0450697101
R0450697101R0450697101
R0450697101
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
 
30120140506012 2
30120140506012 230120140506012 2
30120140506012 2
 
Unit 1 notes
Unit 1 notesUnit 1 notes
Unit 1 notes
 
A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...
A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...
A Detailed Analysis on Feature Extraction Techniques of Panoramic Image Stitc...
 
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERSADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
 
Massive Sensors Array for Precision Sensing
Massive Sensors Array for Precision SensingMassive Sensors Array for Precision Sensing
Massive Sensors Array for Precision Sensing
 
An Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking DeviceAn Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking Device
 
IRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan TechnologyIRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan Technology
 
1886 1892
1886 18921886 1892
1886 1892
 

Similar to Implementation of Implantation-Stagger Measuring Unit using Image Processing

SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
 SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS  SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS Nandakishor Jahagirdar
 
Design and Implementation of Smart Docking and Recharging System for Defense ...
Design and Implementation of Smart Docking and Recharging System for Defense ...Design and Implementation of Smart Docking and Recharging System for Defense ...
Design and Implementation of Smart Docking and Recharging System for Defense ...IOSR Journals
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET Journal
 
Fuzzy-proportional-integral-derivative-based controller for object tracking i...
Fuzzy-proportional-integral-derivative-based controller for object tracking i...Fuzzy-proportional-integral-derivative-based controller for object tracking i...
Fuzzy-proportional-integral-derivative-based controller for object tracking i...IJECEIAES
 
IRJET - Computer Vision-based Image Processing System for Redundant Objec...
IRJET -  	  Computer Vision-based Image Processing System for Redundant Objec...IRJET -  	  Computer Vision-based Image Processing System for Redundant Objec...
IRJET - Computer Vision-based Image Processing System for Redundant Objec...IRJET Journal
 
I0333043049
I0333043049I0333043049
I0333043049theijes
 
Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...eSAT Journals
 
Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...eSAT Journals
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueIRJET Journal
 
C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioningevegod
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET Journal
 
IRJET- Real Time Implementation of Air Writing
IRJET- Real Time Implementation of  Air WritingIRJET- Real Time Implementation of  Air Writing
IRJET- Real Time Implementation of Air WritingIRJET Journal
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationIAEME Publication
 

Similar to Implementation of Implantation-Stagger Measuring Unit using Image Processing (20)

Machine vision amk mtmr final
Machine vision amk  mtmr final Machine vision amk  mtmr final
Machine vision amk mtmr final
 
SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
 SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS  SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
 
F010123841
F010123841F010123841
F010123841
 
Design and Implementation of Smart Docking and Recharging System for Defense ...
Design and Implementation of Smart Docking and Recharging System for Defense ...Design and Implementation of Smart Docking and Recharging System for Defense ...
Design and Implementation of Smart Docking and Recharging System for Defense ...
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
 
Fuzzy-proportional-integral-derivative-based controller for object tracking i...
Fuzzy-proportional-integral-derivative-based controller for object tracking i...Fuzzy-proportional-integral-derivative-based controller for object tracking i...
Fuzzy-proportional-integral-derivative-based controller for object tracking i...
 
IRJET - Computer Vision-based Image Processing System for Redundant Objec...
IRJET -  	  Computer Vision-based Image Processing System for Redundant Objec...IRJET -  	  Computer Vision-based Image Processing System for Redundant Objec...
IRJET - Computer Vision-based Image Processing System for Redundant Objec...
 
Luigy Bertaglia Bortolo - Poster Final
Luigy Bertaglia Bortolo - Poster FinalLuigy Bertaglia Bortolo - Poster Final
Luigy Bertaglia Bortolo - Poster Final
 
I0333043049
I0333043049I0333043049
I0333043049
 
Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...
 
Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...Design and development of a telemanipulated welding robot with visual and hap...
Design and development of a telemanipulated welding robot with visual and hap...
 
Np2422282232
Np2422282232Np2422282232
Np2422282232
 
Project
ProjectProject
Project
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision Technique
 
C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioning
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with Intelligentdestruction
 
Solar tracking with mobile
Solar tracking with mobileSolar tracking with mobile
Solar tracking with mobile
 
IRJET- Real Time Implementation of Air Writing
IRJET- Real Time Implementation of  Air WritingIRJET- Real Time Implementation of  Air Writing
IRJET- Real Time Implementation of Air Writing
 
D04432528
D04432528D04432528
D04432528
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigation
 

More from Dr. Amarjeet Singh

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Dr. Amarjeet Singh
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladDr. Amarjeet Singh
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Dr. Amarjeet Singh
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Dr. Amarjeet Singh
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Dr. Amarjeet Singh
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...Dr. Amarjeet Singh
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...Dr. Amarjeet Singh
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...Dr. Amarjeet Singh
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in IndiaDr. Amarjeet Singh
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Dr. Amarjeet Singh
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidDr. Amarjeet Singh
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureDr. Amarjeet Singh
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Dr. Amarjeet Singh
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Dr. Amarjeet Singh
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Dr. Amarjeet Singh
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewDr. Amarjeet Singh
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Dr. Amarjeet Singh
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Dr. Amarjeet Singh
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryDr. Amarjeet Singh
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemDr. Amarjeet Singh
 

More from Dr. Amarjeet Singh (20)

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in India
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of View
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel Industry
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain Ecosystem
 

Recently uploaded

Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...ssuserdfc773
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 

Recently uploaded (20)

Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 

Implementation of Implantation-Stagger Measuring Unit using Image Processing

  • 1. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-3 (June 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5 36 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Implementation of Implantation-Stagger Measuring Unit using Image Processing Angela Infanta Ramesh1 , Ashish Dinesh Singh2 and Battina Babykutty3 1 Student, Department of Computer Engineering, FCRIT, Navi Mumbai, INDIA 2 Student, Department of Computer Engineering, FCRIT, Navi Mumbai, INDIA 3 Student, Department of Computer Engineering, FCRIT, Navi Mumbai, INDIA 3Corresponding Author: babykuttybattina@gmail.com ABSTRACT The electrical traction system of railways is a combination of physical upright structures and OCL(Overhead Contact Lines). The horizontal distance from the center of the track to the OHE mast called implantation, horizontal displacement of overhead contact wire with respect to the center of the railway track called stagger, and the perpendicular height of overhead contact wire from the ground are periodically checked by a lineman in order to ensure a safe distance from the railway track. In this paper, we have put forth an idea of building a distance measuring device to measure the implantation and stagger without touching the objects using Open CV on raspberry pi with a camera module which will be placed at the center of the track. The system will be having two features. To measure the distance of the nearest poles, the camera has to be placed facing the mast perpendicular to a circle of diameter appropriate which is placed on the pole for measurement purposes. And to measure the stagger, the camera has to be placed facing the overhead wire from the center of the track. Keywords-- Electric Multiple Units, Implantation, Stagger, Mast, Overhead Contact Line(OCL), Overhead Equipment(OHE) I. INTRODUCTION Railway’s electric traction system normally known as the OHE system is a combination of various hardware erected along the tract to facilitate the seamless traction power to the electric locos and Electric Multiple Units. The upright which holds the contact wire is known as masts placed beside tracks. The mast is erected on the foundation to hold the entire static and dynamic load of the OHE [1]. It is very important to maintain a proper predefined distance from the center of the track to the mast face, which is also a safety measure. This distance is also known as implantation to be recorded at specified intervals and maintain a record for monitoring. The distance of the mast from the center of the track should be regularly checked to have a safe distance from the railway track. This is generally done by a lineman who has to periodically measure and record the distance. Among the numerous components of high-speed electrical railways, overhead contact lines (OCLs) serve asone of the interfaces to constantly supply power to operating trains. However, due to the physical structure of OCL, the system is exposed to various mechanical and electrical effects[2].This wire layout will be in such a manner that is in a zigzag way to avoid damage or groove to pantograph (current collecting system of the locomotive) and damage thereafter. The stagger of the contact wire is the horizontal distance of the contact wire from the vertical plane through the center of the pantograph pan at the contact surface [3]. Therefore, the overhead wire gets displaced from the center, whose displacement has to be calculated, and get it fixed back. Normal practice is to measure these parameters manually using measuring tape and also in power blocks with pantograph of tower wagons. This project aimed to reduce manual work by automating this process of measurement. This is possible with the help of Computer Vision where the Raspberry Pi camera acts as the vision for the computer that captures the image, processes it, and gets the measuring work done with regards to Implantation and Stagger. II. METHODOLOGY 2.1 System Architecture An Application to determine the distance of the nearest poles from the track i.e.(Implantation) and the displacement of overhead wire with respect to the Centre of Track i.e.(Stagger) is built using Computer Vision. This serves the purpose of getting the measured distance from a frame that was initially captured through a Raspberry Picamera module.
  • 2. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-3 (June 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5 37 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Figure 1: System Architecture Initially, the User or the Line-Man has to choose one of the options displayed on the GUI interface. Say, he chose to measure Implantation, once he clicks the button, the Raspberry Pi camera module takes in a set of frames sends signals to the Raspberry Pi. Each frame is read, the noise is removed and the object detection takes place. Once the object is detected, the next sub-part will be the calibration of object distance with the contour area. Keeping the circle in front of the camera at some distance we note down the distance manually using a measuring tape and its corresponding contour area. Next, we move the object a little farther from the camera and repeat this process for several iterations at different distances. We next obtain a trend line with the help of the obtained data points with respect to the distance and the corresponding area. The equation that we get will be programmed thus facilitating the calculation of Implantation.’ Similarly, when the user presses the Stagger button shown at the interface, it would again be the same process until removal of Noise and here, we detect the Overhead contact line. 2.2 Hardware The Raspberry pi needs to be set up before using it. We have installed the latest Raspberry Pi OS for our Raspberry Pi. Then we installed the Python Library that we need for our program. After making the connection of the components to the Raspberry Pi. We use a wooden frame set up to place the Raspberry Pi camera. The height of the wooden frame is 1m and its place on the track in such a way that the shaft of the Wooden frame is at the center of the track. Figure 2: Initial Set-up 2.2.1 Implantation To get the implantation we are placing a Two- dimensional object say, a circle of on the mast from which we want to find the distance, we adjust the camera such that it faces the mast and we attach a laser pointer above the camera pointing towards the mast which will make sure that the camera and the object are at the same height so that the horizontal distance between them is parallel to the ground and not inclined at any angle. At the point at which the laser beam falls on the mast, we place our circle over there. After we power on the raspberry pi, the GUI interface is visible on the LCD, we click the Distance button to get the distance of the mast from the camera which is displayed on the GUI window itself.
  • 3. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-3 (June 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5 38 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. 2.2.2 Stagger For the stagger, we place the camera at the center of the track in such a way that it faces the Overhead contact wire. Then we click the stagger button on the GUI interface to get the stagger of the Overhead wire which is visible on the frame. After calculating we may go back to the main GUI window by clicking on the Home button. 2.3 Software An Application to determine the distance of the nearest poles(implantation) of the track and the displacement of overhead wire(Stagger) with respect to the Centre of Track was built using Computer Vision. This application serves the purpose of getting the measured distance for Implantation and Stagger from a frame that was initially captured through aRaspberry Picamera. Figure 3: Use Case Diagram of Implantation-Stagger MU 2.3.1 Implantation The Raspberry Pi camera continuously captures the set of frames which are individually processed by the program using the concepts of Image Processing in Python. The Implantation is measured using the concept of Object Distance calculation using Contour Area Method in Python- OpenCV. The principle using which we found the distance of the object from the camera is as: “Area enclosed by the contours of an object decreases as the object moves farther from the camera” [4]. This simply means that, if our object is near to the camera, the object will appear bigger. Thus, the pixel area occupied by the object will be more. As you move the object farther from the camera, the object size in the image will start to diminish. And hence the pixel area enclosed by the object will become smaller and smaller. Figure 4: Implantation View As shown in the Implantation View, instead of considering an entire mast as an object, we consider a specific portion of the mast. This is to ensure that there is a considerable difference in the area captured by the camera which is almost zero in the case of an entire mast because of its ever-increasing height which makes it difficult to calculate the mast’s change in area with a change in the movement of the camera. Here, therefore, the object is a Two-dimensional Circle that is stuck at the mast which gives us a considerable difference in the area as the camera is moved to and from, along the line of action. Once the object is detected and the Figure 5: Activity Diagram for measuring Implantation corresponding contour is drawn, the next part will be the calibration of object distance with the contour area. Keeping the circle in front of the camera at some distance we note down the distance manually using a measuring tape and its corresponding contour area. Next, we move the object a little farther from the camera and repeat the above process for several iterations at different distances. The
  • 4. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-3 (June 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5 39 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. next step is toplot this data on the x-y axis. The distance must be on the Y-axis. We find a trend line through these data points and find the equation of the trend line in excel. We can choose a linear, exponential, or polynomial trend line depending upon which fits best with the data. For us, the power equation worked best. The trend line which we got is shown below. We enter this equation displayed on the graph in the code and finally display the distance of the object on the screen. Figure 6: Area-Distance Curve 2.3.2 Stagger For a stipulated maximum stagger, the length of the span is governed by curvature, blow-off of overhead equipment, the sway of the pantograph, and deflection of the mast under wind conditions [3]. This causes the displacement of the contact wire from the stipulated position which has to be fixed back. This Displacement is calculated with the help of Computer Vision where the endpoints of the contact wire are detected and a corresponding line is drawn indirectly indicating the detection of the wire. Figure 7: Stagger View Once the wire is detected, as shown in the Stagger View, we then determine its midpoint and calculate the relative displacement of that midpoint from the center of the frame. The frame Resolution is mapped in such a way that the center of the railway track coincides with the center of the frame. This displacement in pixels is converted to centimeters considering the screen resolution and width of the sensor present in the Raspberry Pi camera. To avoid multiple wires from getting detected and thereby creating fluctuations in the result, we crop the image obtained by adding the crop-factor in the code in such a way that the contact wire is the focus of attention. Figure 8: Activity Diagram for measuring Stagger III. EXPECTED OUTCOME The implantation usually measures between 2-4 m. The experiment after testing gave results with an error of 0.1 m as measured from the mast. The display of error suggests the accepted range in which the adjustment can be done according to the lineman’s convenience. The Stagger usually measures between 7-20 cm. When tested Manually, it gave an actual measurement of 10.2cm, whereas our analysis gave an error of 0.04 cm as observed. The error range that is acceptable is 0.1cmas said by the Railway Officials. Figure 9: Graphical User Interface - Home Window
  • 5. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-3 (June 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.3.5 40 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Figure 10: Graphical User Interface - Implantation Window Figure 11: Graphical User Interface - Stagger Window IV. CONCLUSION This paper talks about an efficient way of measuring Implantation and Stagger with the help of Computer Vision, where the web camera acts as the vision for the computer which will then capture images, process them. The project if worked as per the problem statement would measure the appropriate distance for Implantation and Stagger as viewed by the required individuals according to the Image processed and the signals received by the Raspberry Pi and Camera module. Thus, the aim of this project was achieved which was to optimize the working and cut down the time-consuming activities, by developing a system that automates the measurement of Implantation and Stagger. In future this project can be enhanced by adding a feature of measuring the perpendicular height of the railway overhead wire from ground which is also an important parameter that needs to be periodically checked by the lineman. An SMS Alert system can also be integrated, where the system will alert with a message with the status of the measured distance values. These messages can be sent to the group of railway officers concerned for the specific area. By utilizing various advances in technology, our aim is to complete these modules and present the system unit to railway officials concerned with this project. ACKNOWLEDGEMENT Success of a project like this involving high technical expertise, patience and massive support of guides, is possible when team members work together. We take this opportunity to express our gratitude to those who have been instrumental in the successful completion of this project. We would like to show our appreciation to our external guide Mr. Dheeraj Kallakuri for his constant guidance and our internal guide Ms. Rakhi Kalantri for providing us with regular inputs about documentation and project timeline. A big thanks to our HOD Dr. Lata Ragha for giving us an opportunity to be a part of this project. REFERENCES [1] M. Jain. (2013). OHE-Mast. Rail Electrica. Available at: https://www.railelectrica.com/traction-distribution/ohe- mast/. [2] Cho & Y. Park. (2016). New monitoring technologies for overhead contact line at 400 km·h–1. Available at: https://www.sciencedirect.com/science/article/pii/S209580 9916311705. [3] Indian Railways. (1988). Appendix I principles for lay- out plans and sectioning diagrams for 25 kv ac traction. Available at: http://indianrailways.gov.in/railwayboard/uploads/codesma nual/ACTraction-II-P-II/AcTractionIIAppendix1.htm. [4] V.Meshram (2020). Object distance calculation using contour area method in Python - Opencv, The art of Electronics. Available at: http://art-of- electronics.blogspot.com/2020/02/object-distance- calculation- using.html.