CN104436609A - Golf playing assisting technology based on LBS - Google Patents

Golf playing assisting technology based on LBS Download PDF

Info

Publication number
CN104436609A
CN104436609A CN201310416294.1A CN201310416294A CN104436609A CN 104436609 A CN104436609 A CN 104436609A CN 201310416294 A CN201310416294 A CN 201310416294A CN 104436609 A CN104436609 A CN 104436609A
Authority
CN
China
Prior art keywords
lbs
ball
golf
people
playing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310416294.1A
Other languages
Chinese (zh)
Inventor
王汉超
田志伟
李玉忠
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SMARTLBS
Original Assignee
SMARTLBS
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SMARTLBS filed Critical SMARTLBS
Priority to CN201310416294.1A priority Critical patent/CN104436609A/en
Publication of CN104436609A publication Critical patent/CN104436609A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a golf playing assisting technology based on the LBS. The golf playing assisting technology comprises ball park information, GPS positioning, LBS calculation, satellite pictures and playing scoring. The LBS calculation is carried out on the satellite pictures after GPS positioning is carried out, so that the position of a player, the direction of a hole and the ball hitting distance in playing scoring each time are displayed accordingly.

Description

The auxiliary technology of playing ball of golf based on LBS
[0001] one, denomination of invention
The auxiliary technology of playing ball of golf based on LBS
Two, art
The present invention relates to golf to play ball, is exactly that golf is played ball in process based on LBS specifically
The calculating in the personnel that play ball of technology and the location of match play, Distance geometry direction.
Three, background technology
Golf is a kind of noble recreation carried out in Amenities, has become the motion that the most of elite in the world like.After 20th century of golf introducing China, up to now, golf course is family more than 500, and core customer's amount is 38.6 ten thousand people.
The present invention aims at running fix and the management service system that the crowd of playing golf provides positional information, is integrated with the technology of the multinomial different field such as GPS location, GIS technology, cloud memory technology, high-performance data storehouse, server cluster load balancing, Map Service.Use terminal and smart mobile phone carry out the location of the personnel that play ball and match play and calculate the distance of match play, so as efficiently and accurately be supplied to the detailed information of player, thus improve the efficiency of the person of playing golf and joyful sense.
Four, summary of the invention
1, goal of the invention
The distance that golf based on LBS assists the technology of playing ball to aim at the crowd of playing golf to be provided in the personnel in court and the position of match play and to calculate match play, so that efficiently and accurately be supplied to the detailed information of player, thus improve the efficiency of the person of playing golf and joyful sense.
2, technical solution
2-1 design block diagram of the present invention
(see figure 1)
2-2 in conjunction with above-mentioned design block diagram, design flow process
First we acquire required court data, comprising:
Court satellite photo
The latitude and longitude coordinates of match play
The latitude and longitude coordinates of service platform
Then, utilize the smart mobile phone that people carries with of playing ball, by the various sensors that the inside is relevant, as the hardware such as GPS, gyroscope, the data of the people that can obtain playing ball, mainly comprise:
To play ball the latitude and longitude coordinates of people present position
Play ball people towards angle
Based on above-mentioned data, by our calculating, can to play ball people with instruct:
Be in now which position on alley
Present from match play how far
This whichaway is played ball
Just now how far a bar was beaten
3. the instantiation of technical solution of the present invention
3-1 instantiation
The prior art shortcoming that 3-1-1 example 1 can overcome or the technical problem that will solve:
(see figure 2)
When the people that plays ball stand in play ball in court time, because the size length of each court, each alley, physical features are different, add the woods, the blocking of waters, many times he does not know match play is in which direction, how far also unclear from match play, and the suggestion that caddie at one's side provides is also definite not.
Now, the APP application if the mobile phone having installed us is played ball, based on backstage basic data and the on-the-spot real time data that got, the algorithm mentioned here by and calculating, just can tell the people that plays ball very accurately:
You are just standing in here
(see figure 3)
Match play just over there
Match play from you so away from
You are this direction now, just faces match play (mobile phone vibrations or voice can be reminded)
Just now that bar, you have beaten these codes
When playing ball, people recognizes these, will know and should select now which club, and should impact by whichaway, whether a bar was beaten put in place just now, offset by how many codes, etc.
The software architecture figure of 3-1-2 example 1 or modular functional block diagram:
(see figure 1).
3-1-3, in conjunction with above-mentioned accompanying drawing, describes the specific implementation of example 1 according to the flow direction of data flow:
(see figure 1).
Backstage basic data:
(see figure 4)
On-the-spot acquisition data:
(see figure 5)
Backstage basic data+scene obtains data → result data below:
(see figure 6)
Here is the computing formula obtaining above-mentioned three result datas:
● shown position computing formula:
X=plays ball people position longitude
Y=plays ball people's position latitude value
Corresponding picture is got according to xy
X1=picture lower left quarter vertex correspondence longitude
X2=picture upper right quarter vertex correspondence longitude
Y1=picture lower left quarter vertex correspondence latitude value
Y2=picture upper right quarter vertex correspondence latitude value
W=picture width pixel value
H=picture height pixel value
Draw pixel and the gps coordinate system ratio value factor
s1=fn(w/|x2-x1|)
s2=fn(h|y2-y1|)
Calculate the location of pixels on corresponding lower left quarter summit on picture, people position of playing ball
w1=(x-x1)*s1
h1=(y-y1)*s2
draw(w1,h1)
● orientation calculates and match play distance calculates
Batting people is by oneself institute in the face of direction handhold GPS equipment, and system gets batting by GPS
People in the face of direction and Due South to azimuth d1, and azimuth is drawn through user position in proper order
The dotted line straight line L1 put
According to customer location, from database lookup to the match play coordinate data of corresponding alley
Be initial strokes and dots solid line straight line with customer location and match play coordinate, and calculate straight line and just
South to azimuth d2
Work as d1<>d2, representing that user faces direction is not match play L2, L1 and L2 does not overlap
When user's adjustment direction, continue through GPS get batting people in the face of direction and Due South to
Azimuth d1, and adjust L1 and Due South to angle
Work as d1=d2, L1 and L2 overlaps, and shows user in the face of match play direction, vibrations device prompts
User.
System obtains batting people position latitude and longitude value by GPS
_Latidute1,Longitude1
According to customer location, from database lookup to the match play coordinate data of corresponding alley
_Longitude2,_Longitude2
Calculate distance
_radLat1=_Latidute1*Math.PI/180;
_radLat2=_Latidute2*Math.PI/180;
a=radLat1-radLat2;
b=_Longitude1*Math.PI/180-_Longitude2*Math.PI/180;
s=2*Math.asin(Math.sqrt(Math.pow(Math.sin(a/2),2)+Math.cos(radLat1)*Math.cos(radLat2)*Math.pow(Math.sin(b/2),2)));
S=s*6378137.0; // get earth major radius (unit: m) in WGS84 canonical reference ellipsoid
s=Math.round(s*10000)/10000;
S and user current location are to the distance of match play
● calculate hitting distance computing formula
System log (SYSLOG) batting people position latitude and longitude value
_Latidute1,Longitude1
And preserve.
When after user's batting, move to placement with user, user in real current location latitude and longitude value
_Longitude2,_Longitude2
Calculate distance
_radLat1=_Latidute1*Math.PI/180;
_radLat2=_Latidute2*Math.PI/180;
a=radLat1-radLat2;
b=_Longitude1*Math.PI/180-_Longitude2*Math.PI/180;
s=2*Math.asin(Math.sqrt(Math.pow(Math.sin(a/2),2)+Math.cos(radLat1)*Math.cos(radLat2)*Math.pow(Math.sin(b/2),2)));
S=s*6378137.0; // get earth major radius (unit: m) in WGS84 canonical reference ellipsoid
s=Math.round(s*10000)/10000;
When user arrives ball placement, s and hitting distance
The beneficial effect that 3-1-4 plays:
In the process played golf, the problem that the people that plays ball often runs into and demand, mainly comprise three kinds of situations below:
Match play is in which direction
Present have how many code distances from match play
Just now that bar I beaten there are how many codes
Under normal circumstances, the people that plays ball generally can ask caddie, but in view of the level of caddie self, with to court to know degree different, many times, the information that they provide to the people that plays ball is inaccurate.So concerning the people that plays ball, because can not reflect the level of playing ball that he is real to being unfamiliar with of court, this is that the people that much plays ball feels helpless thing.
Here the technology that mention, very ideally can solve these problems of the people that plays ball, and them can be allowed to be absorbed in and play ball, normally give play to the level of playing ball, enjoyed enjoyment of playing ball.
Five, accompanying drawing explanation
Fig. 1 is design block diagram of the present invention
Fig. 2 is the instance graph that the present invention applies
Fig. 3 is the instance graph that the present invention applies
Fig. 4 is the backstage basic data figure of application example of the present invention
Fig. 5 is that the scene of application example of the present invention obtains datagram
Fig. 6 is that the backstage basic data of application example of the present invention adds and on-the-spot obtains data and the result data figure that draws.

Claims (4)

1., based on the auxiliary technology of playing ball of golf of LBS, comprise court information, GPS location, LBS calculating, satellite photo and play ball and score.It is characterized in that, described satellite photo shows the play ball position of people and the orientation of match play, and described playing ball has the hitting distance of each bar in scoring.
2. the auxiliary technology of playing ball of the golf based on LBS according to claim 1, is characterized in that, described satellite photo carries out LBS behind GPS location and calculates the position showing the people that plays ball.
3. the auxiliary technology of playing ball of the golf based on LBS according to claim 1, is characterized in that, described satellite photo carries out LBS behind GPS location and calculates the orientation of reminding match play.
4. the auxiliary technology of playing ball of the golf based on LBS according to claim 1, is characterized in that, described playing ball is scored after back warp GPS locates and carried out the hitting distance that LBS calculates each bar.
CN201310416294.1A 2013-09-13 2013-09-13 Golf playing assisting technology based on LBS Pending CN104436609A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310416294.1A CN104436609A (en) 2013-09-13 2013-09-13 Golf playing assisting technology based on LBS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310416294.1A CN104436609A (en) 2013-09-13 2013-09-13 Golf playing assisting technology based on LBS

Publications (1)

Publication Number Publication Date
CN104436609A true CN104436609A (en) 2015-03-25

Family

ID=52883831

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310416294.1A Pending CN104436609A (en) 2013-09-13 2013-09-13 Golf playing assisting technology based on LBS

Country Status (1)

Country Link
CN (1) CN104436609A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105844548A (en) * 2016-03-31 2016-08-10 经研八信息科技(北京)有限公司 APP golf hole fairway yardage intelligent display method and system
CN106680849A (en) * 2016-12-09 2017-05-17 重庆长安汽车股份有限公司 Method for implementing golf information service by aid of vehicle information service system
CN107440236A (en) * 2016-05-30 2017-12-08 深圳觅悦文化科技有限公司 A kind of measuring method that foot type data are obtained by mobile phone photograph

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1658216A (en) * 2004-02-20 2005-08-24 高扬辉 Electronic auxiliary system for golf course
CN2822705Y (en) * 2005-05-23 2006-10-04 高波航电股份有限公司 Assistance apparatus for golf driving time
CN101318068A (en) * 2008-06-23 2008-12-10 柯文生 Method for establishing performance data base of golf ball player with global positioning system
CN101378812A (en) * 2006-02-09 2009-03-04 路波史蒂芬公司 Rangefinding devices and methods for golfing
US20120077627A1 (en) * 2008-06-04 2012-03-29 Callaway Golf Company Golf gps

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1658216A (en) * 2004-02-20 2005-08-24 高扬辉 Electronic auxiliary system for golf course
CN2822705Y (en) * 2005-05-23 2006-10-04 高波航电股份有限公司 Assistance apparatus for golf driving time
CN101378812A (en) * 2006-02-09 2009-03-04 路波史蒂芬公司 Rangefinding devices and methods for golfing
US20120077627A1 (en) * 2008-06-04 2012-03-29 Callaway Golf Company Golf gps
CN101318068A (en) * 2008-06-23 2008-12-10 柯文生 Method for establishing performance data base of golf ball player with global positioning system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105844548A (en) * 2016-03-31 2016-08-10 经研八信息科技(北京)有限公司 APP golf hole fairway yardage intelligent display method and system
CN107440236A (en) * 2016-05-30 2017-12-08 深圳觅悦文化科技有限公司 A kind of measuring method that foot type data are obtained by mobile phone photograph
CN106680849A (en) * 2016-12-09 2017-05-17 重庆长安汽车股份有限公司 Method for implementing golf information service by aid of vehicle information service system
CN106680849B (en) * 2016-12-09 2020-05-08 重庆长安汽车股份有限公司 Method for implementing golf information service using vehicle information service system

Similar Documents

Publication Publication Date Title
US20110191023A1 (en) 3-d golf course navigation device and image acquisition method
US9344842B2 (en) System and method for viewing golf using virtual reality
US8715087B2 (en) Video game including user determined location information
CN103591951B (en) A kind of indoor navigation system and method
US9528844B2 (en) System and apparatus for processing information, image display apparatus, control method and computer program
CN105373224A (en) Hybrid implementation game system based on pervasive computing, and method thereof
WO2007027357A3 (en) Method and system for location based game services for wireless devices
US8600662B2 (en) Method and system for plotting a user&#39;s position on a display
US20020161461A1 (en) Computer aided game apparatus
WO2011063034A1 (en) Systems and methods for augmented reality
WO2010004387A3 (en) Methods of using position / attitude information to enhance a vehicle guidance system
CN104436609A (en) Golf playing assisting technology based on LBS
CN107194970A (en) Autonomous device, autonomous method and program recorded medium
KR20110088844A (en) Measurement method for golf distance considering vertical drop
CN105407989A (en) System and method for golf game
CN106023207A (en) City component collecting method based on double panoramas of mobile measuring system
EP0966690B1 (en) Robust golf navigation system
KR20150077607A (en) Dinosaur Heritage Experience Service System Using Augmented Reality and Method therefor
CN203169998U (en) Platform for athletics of robots
EP2131206A1 (en) Method to establish a score database for golf players by means of a global positioning system
CN112463823A (en) Method for calculating distance from golf code point to hole cup and related product
KR101659089B1 (en) Augmented reality apparatus using position information
US20210008430A1 (en) Trajectory assistance systems and methods thereof
Min et al. Interactive registration for augmented reality gis
KR20110032760A (en) Portable terminal for golf using gps and method of using the same

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150325