SlideShare a Scribd company logo
1 of 12
Wii Sensor Bar Positioning in 3D Space
Computational Geometry Course Project
Tomer Cagan and Yoav Francis, The Interdisciplinary Center, Herzelia
Abstract
Once introduced,the WiiMote andSensorBarbecame a verycommon formof user inputformany
applications,mainlyforentertainmentbutalsoformedical andotherfields.Mostcommonlythe
technologyisusedforcontrol in2d space (up/downandleft/right)relyingonthe WiiMote camera
trackingmechanismandofferlimitedsupportof “Z”axis(front/back) bymeansof accelerometer
measurement.Inourprojectwe wouldliketoexplore the possibilityof trackingthe sensorbarin3D
space witha setup that includes 2WiiMotes.
Introduction
The WiiMote was introducedduring2006 alongwiththe Wii systemfromNintendo.Inadditiontothe
commonbuttonsand sticksthe WiiMote providesmotionsensingwithtwomainmechanisms,an
accelerometerwhichwe will notdiscusshere andanoptical sensorwhichisthe maininterestof this
small research.
The optical sensorisa simple grayscale digital camera installedbehindanIRfilterwhichhasa builtin
chipfor trackingup to 4 IR lights.Alongwiththe WiiMote comesa SensorBarwhichis actually asimple
constructionthatincludesseveralIRlamps positionedaknownlengthapart thatcan be trackedby the
WiiMote.The actual camera is a 100Hz, 128x96 pixelscamerathattracks the lightsandinterpolate the
readingtogive a 1024x768 pixel resolution.
The WiiMote communicatesviaBluetoothinterface which,alongwithmanyavailablelibraries/APIs
makesita veryconvenient andpopularuserinputdevice.
Firstamongstthe applicationdevelopersforthe WiiMote trackingcapabilitiesisJohnnyChungLee from
Google whoresearchesHuman-ComputerInterface (HCI) [3]anddevelopedseveral interesting
applications, includingaWhite Board,FingerTracking,Surface IdentificationandHeadTracking.
While many of the applicationsare usingthe WiiMote asan inputdevice to operate acomputeror
control specificaspects/programs[7];otherworkswithWiiMote includeaphysicsteachingkitthatuses
the WiiMote and SensorBar [1];and a researchon rehabilitationusingWiiMotetotrack limbsandgive
feedback [8].
RelatedWork
As we’ve seeninthe previouschapter,whilethere are manyapplications withWiiMote and SensorBar
setup,mostof themonlydeal with2D space and may alsouse accelerometertogive notionof
back/frontmovement.
A “3D orientation”isdemonstratedinJohnnyChungLee’sproject forheadtracking[4] inwhichthe
SensorBar is fixedtothe user’sheadandtracked.Thisallowsrenderinga3D scene withorientation
relative tothe user’spositionandthusachievinga3 dimensional virtual space thatchangeswiththe
user’sperspective.
An applicationthataddressesareal 3D space usesbasictrigonometriccalculationstodeterminethe
distance of the SensorBar from the WiiMote [1].
The Wii Physicsprojectusesthe WiiMote toteachphysics.Inone of its applicationsthe WiiMote is
suspendedof aspringfacingthe SensorBar whichispositionstaticallybelow it(onthe floor).Inthis
setup,since the SensorBaris parallel tothe camerafieldof view (FOV)one candeduce acalculationfor
the distance of the WiiMote to the SensorBar [2]:
Figure 1: Basic setup for “Z” (Distance) measurement
The calculation isbased on the setup depicted above
Define: HFOV = 41°, VFOV = 31°
Angular field of view per pixel, Θ 𝐹𝑂𝑉 =
𝐻𝐹𝑂𝑉
1024
+
𝑉𝐹𝑂𝑉
768
2
Distancebetween two dots on the camera, 𝑟 = √(𝑥1 − 𝑥2)2 + (𝑦1 − 𝑦2 )2
Total angle subtended by the two LEDs and WiiMote, 2𝛼 = 𝑟Θ 𝐹𝑂𝑉 =
(
𝐻𝐹𝑂𝑉
1024
+
𝑉𝐹𝑂𝑉
768
)√( 𝑥1−𝑥2
)2+( 𝑦1−𝑦2
)2
2
→
𝛼 =
𝑟Θ 𝐹𝑂𝑉
2
=
(
𝐻𝐹𝑂𝑉
1024
+
𝑉𝐹𝑂𝑉
768
) √( 𝑥1 − 𝑥2
)2 + ( 𝑦1 − 𝑦2
)2
4
Givend (actual distance betweenthe LEDs= size of SensorBar, 𝑧 =
𝑑
2 tan( 𝛼)
→
𝑧 =
𝑑
2 tan
(
(
𝐻𝐹𝑂𝑉
1024
+
𝑉𝐹𝑂𝑉
768
)√( 𝑥1 − 𝑥2)2
+ ( 𝑦1
− 𝑦2
)
2
4
)
For a givenSensorBar (orothersimilarlightsource),the distance betweenthe twoextreme light(din
calculationabove) isknownandthusone can findthe distance zbetweenthe WiiMote andSensorBar.
Thisapproach islimitedtothe situationwhere the SensorBarisparallel tothe camera’sfieldof view. As
we will see in the nextchapter, aproblemariseswhenthe SensorBarisnot parallel tothe camera’sfield
of viewinwhichcase,dis nota knownquantity.
Our Project
In thischapterwe presentourproject.We firstintroduce the difficultyfacingwithonlyone remoteand
thenpresentthe calculationsandthe actual work we didin buildingasmall demo.
The problem
As we sawabove, witha predeterminedorientation(parallel) of the Sensor Barrelative tothe WiiMote
camera one can calculate the distance betweenthe two.The calculation isbasedonknowingthe
camera fieldof viewandthe actual size/distance betweenthe Sensor BarIR lamps.
The problemariseswhenthe orientationof the Sensor Barisnot fixedasin the above calculation, in
whichcase usingone WiiMote will notsuffice.Inthe followingimageswe cansee some casesinwhich
the SensorBar is notorientedinparallel tothe camera’sfieldof view.
Top View Camera POV
R1
R1
Figure 2: Sensor Bar in Diagonal Orientation
Figure 3: Sensor Bar in Reverse Diagonal Orientation
In Figure2: Sensor Bar in Diagonal Orientation the SensorBar issome distance awayfromthe WiiMote
and ispositionedatsome angle relative tothe cameraFOV, thusit hassome reading{{x1,y1},{x2,y2}}.In
Figure 3: Sensor Bar inReverse Diagonal Orientation we see the Sensorbaris the same distance from
the camera but at a reverse orientation;still,since the WiiMotemerelytracksthe lightsonthe sensor
bar the same reading,{{x1,y1},{x2,y2}} isobserved –itcannot inferthe rotation. The same case occurs in
Figure 4: Sensor Bar Further Away as well. Here the Sensorbar isactuallyfurtherawayand witha
differentangle relative tothe WiiMote camerabutstill the same reading,{{x1,y1},{x2,y2}},isobserved.
In anyof the setupsdepictedinthe figuresaboveone cannotuse the knowledge of the distance (d)
betweenthe SensorBar’slightsasitdoesnotlay parallel tothe camera’sFOV.Thus,thisvoidsthe
calculationasit waspresentedin [2].
In our projectwe wantedtosee howa setupthat includestwoWiiMotescanbe usedtoovercome this
problemandwhetheritcangive an accurate 3D space mapping.
Basic Setup
For the projectwe decidedtostart witha basicsetupas depictedinthe followingdiagram:
As we can see,the tworemoteslayperpendiculartoone anotherandeachimpose a side ora wall of a 3
dimensional cube.The SensorBarismovedwithinthisspace create bythe WiiMote camerasFOV.The
R1
R2
R1
R2
w2
w1
R1
Figure 4: Sensor Bar Further Away
Figure 5: Basic Setup
readingof each WiiMote correspondstothe positioninspace of the SensorBar.Note that thisreadingit
insome arbitrary space imposedbythe FOV.We will discussthe meaninglater.
Development Phases
In the followingsubsectionswe will slowlyexplore the setupand come upwiththe requiredcalculations
Pointin 3
The firstphase was merelyasimple “test”of seeingapointinthe locationof the SensorBar by
combiningreadingsfromthe twoWiiMotes.
In Figure 6 we can see the three axesx,y and z (green,blue andred) imposedbythe 2 WiiMotesFOVs.
Each readinggivesanx and y coordinatesthatshouldbe interpretedasareadingonone of the axes.
The actual readingsfromremote r1 and r2 (cyanand magenta,respectively) are ongivenandinterpreted
as the x,y(w1) and y,z(w2) plainsrespectively.Thus,if we have areading{x1,y1} and{x2,y2} fromthe two
WiiMotesrespectivelytheyare interpretedinthe 3Dcoordinatesas{x,y,z}x=x1,y = y1,z = x2.Note
that arbitrarilywe selectedtouse y1 as the y-coordinate reading.y2 couldhave be usedinsteadoran
average of both.
R1
R2
w2
w1
x
z
World x axis
World y axis
World z axis
WiiMote center lines
R1 FOV Axis Projection
R1 FOV Axis Projection
Legend
Figure 6: Axes and Interpreting Readings
As we can see inthe above picture (ref),the readingfromeachWiiMote isthe darksquare on the
correspondingwall.The blackbox inthe centeristhe positionof the SensorBar(averagingall the
separated{x,y} readingsandinterpretingasabove.
SensorBarinarbitrary3D
Once we had a basic setupandreadingwe wentonto show the actual SensorBar withinour(arbitrary)
3D Space.Giventwosetsof up to 4 {x,y} measurementscorrespondingtothe 4 lightsa WiiMote can
track we neededtodrawthe positionandorientationof the SensorBarwithinourspace.
Pitch
Calculatingthe pitchisnotpossible –the WiiMote will see the lightsourcesinthe exactsame waywhen
changingthe pitch(up tothe pointthatit won’tsee themat all).Having2 WiiMotesdoesn’thelpinthis
case.
Roll
Calculatingroll isstraightforwardandactuallycan be achievedbyjustone WiiMote.The roll of the
sensorbar isthe angle betweenthe vectorof the SensorBar andthe “floor”imposedbythe remote
FOV.
Yaw
To calculate yawone must have readingfromtwoWiiMotes.Once youhave readingsof at least2 lights
from2 WiiMotes,the 2 setsof readinggive adeltaalongthe worldx and z axes:
Figure 7: Point in 3D Demo
From these quantitiesandthe relationbetweenthenwe candeduce thatthe angle relative tothe
world, α,isthe inverse tangentof dx1 anddx2.
Havingthe roll and yaw,alongwiththe positionwe cannow draw the actual positionandorientationof
the SensorBar withinthe virtual space imposedbythe FOV of the WiiMotes.
R1
R2
w2
w1
x
z
α
dx1
dx2
dx1 dx2
Figure 9: Sensor Bar in Arbitrary 3D Space Demo
Figure 8: Relations for Finding Yaw
In Figure9: Sensor Bar in Arbitrary 3D Space Demo above we can see a screenshotfromthe demo
showingthe SensorBarpositionandorientation.Notethe Role andYaw valuesdisplaycorrespondingto
the orientationof the SensorBar
SensorBarin3D Space
So far we onlydealtwithanarbitrarypositionandwiththe orientationof the SensorBar.Ina sense we
were workingina 3D space that isa cube of 1024 x 768 x 1024 pixels.The actual dimensionof apixel is
not knownanddependsonhowfar the SensorBar isfrom eachWiiMote – the closeritis,the smalleris
the physical interpretationof apixel movement.
In orderto give a pixel actual physical interpretationwe have todeterminehow farawayeach WiiMote
is.Thena movementof some pixelsinthe virtual worldactuallycorrespondstoadistance inthe real
world(andvise-versa)
Havingcalculatedthe actual orientationof the SensorBar,we can get back to the calculationsdescribed
in[2] and listedabove.Havingthe 2WiiMotesreadingwe cansee the relationsbetweenthemandwe
can alsoknowthe actual distance betweenthe lightthateachone of WiiMotescan observe.
It isimportantto note the inverse relationbetweenthe 2FOV.Thus, to calculate the di exposedtoeach
of the remotes(R1 andR2) we have to use a differenttrigonometricfunction.
ProjectedDistance onWiiMote 1: 𝑑1 = 𝑑 sin 𝛼
ProjectedDistance onWiiMote 2: 𝑑2 = 𝑑 cos 𝛼
Havingthis actual distance we cango back and plugthe distance back intothe equationabove andget
the distancesz1 and z2 fromR1 and R2 respectively.
HFOV
R1
R2
HFOV
α
90-α
d1
d2
CalculationAccuracy
The Followingisasimple reading-to-realworld comparison,incentimeters.Z1isthe distance fromthe
firstWiiMote,Z2 – the distance fromsecondWiiMote.
Z1 – Real Z1 – Reading Z1 – Diff% Z2 – Real Z2- Reading Z2 – Dif%
37cm 50cm 35% 42cm 53cm 26%
22cm 30cm 36% 22cm 30cm 36%
50cm 66cm 32% 40cm 62cm 47%
60cm 72cm 20% 60cm 73cm 21%
As we can see, we getan average offsetinthe calculation of around30% - whichis ratherpoor – thisis
probablydue tolightningissuesinterference,frequentandun-smoothchangesinthe reading,andthe
usage of a rathersimple,notbrightenough, SensorBar.
The Demo Program
As part of our projectwe createda simple demoprogramthatdemonstratesthe differentphasesand
relatedgoal.Followingisabrief discussionof the code we librariesusedandthe code we wrote.
DevelopmentEnvironment
The mechanismof workingwiththe WiiMote Bluetoothprotocolsandexplanationsof whatandhowit
workscan be foundin [9].There are manyimplementationsof the WiiMote API.These librariesgive a
simple yetcompletemechanismtocommunicate withthe WiiMote andreadsensorandbutton
informationfromit.
For convenienceandease of developmentwe selectedtouse WiimoteLib[5],amanagedcode library,
whichseemstobe complete andeasyto use.Inadditiontothe availabilityof the librarywe have found
several resourcesthathelpwithstartingWii development.Foremost of these are the resourcesfoundin
[6].
Due to the nature of the demos – a continuingupdating of arenderedscene, we selectedto use XNA as
our developmentplatform.XNA isamanagedcode wrapperaroundDirectX,mostlyusedasa game
developmentframeworkthatsupports3Dand 2D andprovidessimple mechanismsforgame
developmentthatlentitself easilytoourpurpose. Inadditionwe used [11] to getup to speedwith
developing3Dscenes.
DevelopmentProject
We createda simple multi-screenXNA projecttodemonstrate the above phases.Thissectionliststhe
importantcomponents
 IWiiMotesService.csandWiiMotesServiceImpl.csspecifyaninterface andimplementationof
such functionsthatare requiredforinteractingwiththe WiiMotes.
 WsbpDemo.cs(andProgram.cs) –entrypointto the demo
 Demosfolder–includesthe actual democode foreach of the demos.
 ScreenManagerfolder–screenmanagementfacilities.DevelopedbyMicrosoft
 Screensfolder–miscellaneousmenuscreensandassets
The projectisavailable forgeneral use athttp://code.google.com/p/wsbp/
Future Work
In our projectwe onlydemonstratedwhatcanbe done withasetupof 2 WiiMotesand a lightsource
similartoSensorBar. The demoswe createdare relativelycrude butwe believethat they capture the
essence of the workthat can be done witha similarsetup.
The foremostissue thatneedstobe addressedisthe stabilityof the reading.Thatcanbe solvedby
smoothingthe readingusinganappropriate digitalfilter.Itisstill remaintoresolvethe bestfitting filter
(a simple runningaverage?more complexdigital filter(DSP)?).
In addition toselectingafilter,the strategyof applying itshouldbe determined –the WiiMote tracksup
to fourlightsandreport theminsome order.Movingthe SensorBar around show/hidethe lights;
furtherawayonly2 lightsare perceived.Thisimpliesthatthe inputtothe filtershouldbe carefully
determined.
In thisprojectwe onlyexplore the use of the IRcamerawithits trackingcapabilities.Since the Sensor
Bar is the actuallybeingmovedwiththe coveredspace.Itispossibletomountsome IRlightonan
additional WiiMote andthenone canhave inputsfromadditional builtinsensors.Insucha setupone
can use these additional inputsformore accurate trackingand manipulationsof the data.
Once the above modificationsare implementeditisstill tobe seenwhatactual applicationscanbe
developedusingthissetup.We believethiscanbe takenintwo directions –manipulate aphysical
objectinthe real worldbase on accurate movementandorientationtracking(andotherinputs) within
the virtual space (e.g.flya drone ina room accordingto movementof aWiiMote inthe imposedVR
space) and mappingphysical worldtoVRsuchas gamesthat take intoaccount the volume of a room or
the physical movementof a trackedobjectrelative tosome virtual object(augmentedreality).
Conclusion
In thisprojectwe demonstratedthe abilitytoprovide a3 dimensional human-computerinterface
input/interactionmechanismusingsimple setupcomprisedof 2 fixedWiiMote andamovinglight
source.Thiscan be furtherimprovedbyaddingadditional sensorstothe movinglightsource togive a
rich inputmechanismwithvirtual orreal 3D space.While the workwe diddoesnotgive a robust
implementation,withrelativelysimple techniquesitcanbe aggregatedtocreate an accurate and
responsive 3Dinputsetupwithrelativelylow cast(atabout$21 perWiiMote).Itisto be seenwhat
applicationcouldbe createdforsucha setuputilizingthe techniquediscussedhere.
Bibliography
[1] WiiPhysics,PhysicswithaWiiMote, http://wiiphysics.site88.net/
[2] WiiPhysics,DistanceMeasurementwiththe WiiMote,
http://wiiphysics.site88.net/physics.html
[3] JohnnyChungLee, Wii Projects, http://johnnylee.net/projects/wii/
[4] JohnnyChungLee, HeadTrackingfor DesktopVRDisplaysusingthe WiiRemote,
http://www.youtube.com/watch?v=Jd3-eiid-Uw
[5] WiimoteLib,ManagedLibraryforNintendo’sWiiMote, http://wiimotelib.codeplex.com/
[6] Wii@ESU,http://brannigan.emporia.edu/projects/WII/
[7] Wii@ESU Projectspage, http://brannigan.emporia.edu/projects/WII/wiiprojects/index.htm
[8] Bert Bongers,StuartSmith,Interactive RehabilitationthroughActive Multimodal Feedbackand
Guidance,Universityof Technology,Sydney,
http://bertbon.home.xs4all.nl/downloads/Interactive%20Rehabilitation%20print.pdf
[9] Wii Brew, http://wiibrew.org/wiki/Wiimote
[10] XNA development, http://msdn.microsoft.com/en-us/centrum-xna.aspx
[11] RiemerXNA tutorials, http://www.riemers.net/

More Related Content

What's hot

In tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodes
In tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodesIn tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodes
In tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodesMeyli Valin Fernández
 
miccai-poster-Bahram-Marami
miccai-poster-Bahram-Maramimiccai-poster-Bahram-Marami
miccai-poster-Bahram-MaramiBahram Marami
 
EENG512FinalPresentation_DanielKuntz
EENG512FinalPresentation_DanielKuntzEENG512FinalPresentation_DanielKuntz
EENG512FinalPresentation_DanielKuntzDaniel K
 
Presentatie Willem En Kevin
Presentatie Willem En KevinPresentatie Willem En Kevin
Presentatie Willem En Kevingueste26e85
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Rendering Techniques in Rise of the Tomb Raider
Rendering Techniques in Rise of the Tomb RaiderRendering Techniques in Rise of the Tomb Raider
Rendering Techniques in Rise of the Tomb RaiderEidos-Montréal
 
Keynote at Tracking Workshop during ISMAR 2014
Keynote at Tracking Workshop during ISMAR 2014Keynote at Tracking Workshop during ISMAR 2014
Keynote at Tracking Workshop during ISMAR 2014Darius Burschka
 
Rendering Techniques in Deus Ex: Mankind Divided
Rendering Techniques in Deus Ex: Mankind DividedRendering Techniques in Deus Ex: Mankind Divided
Rendering Techniques in Deus Ex: Mankind DividedEidos-Montréal
 
Two Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction AlgorithmsTwo Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction Algorithmsmastersrihari
 
The flow of baseline estimation using a single omnidirectional camera
The flow of baseline estimation using a single omnidirectional cameraThe flow of baseline estimation using a single omnidirectional camera
The flow of baseline estimation using a single omnidirectional cameraTELKOMNIKA JOURNAL
 
Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...
Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...
Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...CSCJournals
 
Computer Graphics MCQ's
Computer Graphics MCQ'sComputer Graphics MCQ's
Computer Graphics MCQ'sRana Sarfraz
 
Automatic Classification Satellite images for weather Monitoring
Automatic Classification Satellite images for weather MonitoringAutomatic Classification Satellite images for weather Monitoring
Automatic Classification Satellite images for weather Monitoringguest7782414
 
A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...
A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...
A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...IDES Editor
 
Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...IOSR Journals
 
An improved Spread Spectrum Watermarking technique to withstand Geometric Def...
An improved Spread Spectrum Watermarking technique to withstand Geometric Def...An improved Spread Spectrum Watermarking technique to withstand Geometric Def...
An improved Spread Spectrum Watermarking technique to withstand Geometric Def...IDES Editor
 

What's hot (20)

In tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodes
In tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodesIn tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodes
In tech multiple-wavelength_holographic_interferometry_with_tunable_laser_diodes
 
miccai-poster-Bahram-Marami
miccai-poster-Bahram-Maramimiccai-poster-Bahram-Marami
miccai-poster-Bahram-Marami
 
Graphics
GraphicsGraphics
Graphics
 
EENG512FinalPresentation_DanielKuntz
EENG512FinalPresentation_DanielKuntzEENG512FinalPresentation_DanielKuntz
EENG512FinalPresentation_DanielKuntz
 
Presentatie Willem En Kevin
Presentatie Willem En KevinPresentatie Willem En Kevin
Presentatie Willem En Kevin
 
Lecture1
Lecture1Lecture1
Lecture1
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Rendering Techniques in Rise of the Tomb Raider
Rendering Techniques in Rise of the Tomb RaiderRendering Techniques in Rise of the Tomb Raider
Rendering Techniques in Rise of the Tomb Raider
 
Keynote at Tracking Workshop during ISMAR 2014
Keynote at Tracking Workshop during ISMAR 2014Keynote at Tracking Workshop during ISMAR 2014
Keynote at Tracking Workshop during ISMAR 2014
 
Rendering Techniques in Deus Ex: Mankind Divided
Rendering Techniques in Deus Ex: Mankind DividedRendering Techniques in Deus Ex: Mankind Divided
Rendering Techniques in Deus Ex: Mankind Divided
 
Two Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction AlgorithmsTwo Dimensional Image Reconstruction Algorithms
Two Dimensional Image Reconstruction Algorithms
 
The flow of baseline estimation using a single omnidirectional camera
The flow of baseline estimation using a single omnidirectional cameraThe flow of baseline estimation using a single omnidirectional camera
The flow of baseline estimation using a single omnidirectional camera
 
Final
FinalFinal
Final
 
Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...
Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...
Stereo Correspondence Algorithms for Robotic Applications Under Ideal And Non...
 
Computer Graphics MCQ's
Computer Graphics MCQ'sComputer Graphics MCQ's
Computer Graphics MCQ's
 
Automatic Classification Satellite images for weather Monitoring
Automatic Classification Satellite images for weather MonitoringAutomatic Classification Satellite images for weather Monitoring
Automatic Classification Satellite images for weather Monitoring
 
A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...
A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...
A Noncausal Linear Prediction Based Switching Median Filter for the Removal o...
 
Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...Removal of Gaussian noise on the image edges using the Prewitt operator and t...
Removal of Gaussian noise on the image edges using the Prewitt operator and t...
 
An improved Spread Spectrum Watermarking technique to withstand Geometric Def...
An improved Spread Spectrum Watermarking technique to withstand Geometric Def...An improved Spread Spectrum Watermarking technique to withstand Geometric Def...
An improved Spread Spectrum Watermarking technique to withstand Geometric Def...
 
Segmentation Techniques -I
Segmentation Techniques -ISegmentation Techniques -I
Segmentation Techniques -I
 

Similar to Wii Sensor Bar Positioning in 3D Space

fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field
fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field
fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field Fatima Hachem
 
Introduction to Virtual Reality
Introduction to Virtual RealityIntroduction to Virtual Reality
Introduction to Virtual RealityKAVITHADEVICS
 
Virtual Reality 3D home applications
Virtual Reality 3D home applicationsVirtual Reality 3D home applications
Virtual Reality 3D home applicationsslebrun
 
Goal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D cameraGoal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D camerajournalBEEI
 
Class[4][19th jun] [three js-camera&light]
Class[4][19th jun] [three js-camera&light]Class[4][19th jun] [three js-camera&light]
Class[4][19th jun] [three js-camera&light]Saajid Akram
 
Kinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming GuideKinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming GuideKatsuhito Okada
 
Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4IAEME Publication
 
10.1109@ecs.2015.7124874
10.1109@ecs.2015.712487410.1109@ecs.2015.7124874
10.1109@ecs.2015.7124874Ganesh Raja
 
Fun with JavaScript and sensors - AmsterdamJS April 2015
Fun with JavaScript and sensors - AmsterdamJS April 2015Fun with JavaScript and sensors - AmsterdamJS April 2015
Fun with JavaScript and sensors - AmsterdamJS April 2015Jan Jongboom
 
Generation and weighting of 3D point correspondences for improved registratio...
Generation and weighting of 3D point correspondences for improved registratio...Generation and weighting of 3D point correspondences for improved registratio...
Generation and weighting of 3D point correspondences for improved registratio...Kourosh Khoshelham
 
Kinect v1+Processing workshot fabcafe_taipei
Kinect v1+Processing workshot fabcafe_taipeiKinect v1+Processing workshot fabcafe_taipei
Kinect v1+Processing workshot fabcafe_taipeiMao Wu
 
Hand Gesture Controls for Digital TV using Mobile ARM Platform
Hand Gesture Controls for Digital TV using Mobile ARM PlatformHand Gesture Controls for Digital TV using Mobile ARM Platform
Hand Gesture Controls for Digital TV using Mobile ARM Platformijsrd.com
 
Literature Survey on Interest Points based Watermarking
Literature Survey on Interest Points based WatermarkingLiterature Survey on Interest Points based Watermarking
Literature Survey on Interest Points based WatermarkingPriyatham Bollimpalli
 
Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...
Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...
Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...Ping Hsu
 
Build Your Own 3D Scanner: 3D Scanning with Swept-Planes
Build Your Own 3D Scanner: 3D Scanning with Swept-PlanesBuild Your Own 3D Scanner: 3D Scanning with Swept-Planes
Build Your Own 3D Scanner: 3D Scanning with Swept-PlanesDouglas Lanman
 
3-d interpretation from single 2-d image III
3-d interpretation from single 2-d image III3-d interpretation from single 2-d image III
3-d interpretation from single 2-d image IIIYu Huang
 
Electronz_Chapter_6.pptx
Electronz_Chapter_6.pptxElectronz_Chapter_6.pptx
Electronz_Chapter_6.pptxMokete5
 
TAO Fayan_X-Ray and MIP volume rendering
TAO Fayan_X-Ray and MIP volume renderingTAO Fayan_X-Ray and MIP volume rendering
TAO Fayan_X-Ray and MIP volume renderingFayan TAO
 

Similar to Wii Sensor Bar Positioning in 3D Space (20)

fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field
fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field
fatima_hachem_Locating_the_Wii_remote_in_a_3_Dimensional_Field
 
Introduction to Virtual Reality
Introduction to Virtual RealityIntroduction to Virtual Reality
Introduction to Virtual Reality
 
D04432528
D04432528D04432528
D04432528
 
Virtual Reality 3D home applications
Virtual Reality 3D home applicationsVirtual Reality 3D home applications
Virtual Reality 3D home applications
 
Goal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D cameraGoal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D camera
 
Class[4][19th jun] [three js-camera&light]
Class[4][19th jun] [three js-camera&light]Class[4][19th jun] [three js-camera&light]
Class[4][19th jun] [three js-camera&light]
 
Kinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming GuideKinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming Guide
 
Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4
 
10.1109@ecs.2015.7124874
10.1109@ecs.2015.712487410.1109@ecs.2015.7124874
10.1109@ecs.2015.7124874
 
Fun with JavaScript and sensors - AmsterdamJS April 2015
Fun with JavaScript and sensors - AmsterdamJS April 2015Fun with JavaScript and sensors - AmsterdamJS April 2015
Fun with JavaScript and sensors - AmsterdamJS April 2015
 
Generation and weighting of 3D point correspondences for improved registratio...
Generation and weighting of 3D point correspondences for improved registratio...Generation and weighting of 3D point correspondences for improved registratio...
Generation and weighting of 3D point correspondences for improved registratio...
 
Kinect v1+Processing workshot fabcafe_taipei
Kinect v1+Processing workshot fabcafe_taipeiKinect v1+Processing workshot fabcafe_taipei
Kinect v1+Processing workshot fabcafe_taipei
 
Hand Gesture Controls for Digital TV using Mobile ARM Platform
Hand Gesture Controls for Digital TV using Mobile ARM PlatformHand Gesture Controls for Digital TV using Mobile ARM Platform
Hand Gesture Controls for Digital TV using Mobile ARM Platform
 
Literature Survey on Interest Points based Watermarking
Literature Survey on Interest Points based WatermarkingLiterature Survey on Interest Points based Watermarking
Literature Survey on Interest Points based Watermarking
 
Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...
Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...
Fast and High-Precision 3D Tracking and Position Measurement with MEMS Microm...
 
Build Your Own 3D Scanner: 3D Scanning with Swept-Planes
Build Your Own 3D Scanner: 3D Scanning with Swept-PlanesBuild Your Own 3D Scanner: 3D Scanning with Swept-Planes
Build Your Own 3D Scanner: 3D Scanning with Swept-Planes
 
Sensor Robotics.ppt
Sensor Robotics.pptSensor Robotics.ppt
Sensor Robotics.ppt
 
3-d interpretation from single 2-d image III
3-d interpretation from single 2-d image III3-d interpretation from single 2-d image III
3-d interpretation from single 2-d image III
 
Electronz_Chapter_6.pptx
Electronz_Chapter_6.pptxElectronz_Chapter_6.pptx
Electronz_Chapter_6.pptx
 
TAO Fayan_X-Ray and MIP volume rendering
TAO Fayan_X-Ray and MIP volume renderingTAO Fayan_X-Ray and MIP volume rendering
TAO Fayan_X-Ray and MIP volume rendering
 

More from Yoav Francis

Marxism in the internet age and social networks
Marxism in the internet age and social networksMarxism in the internet age and social networks
Marxism in the internet age and social networksYoav Francis
 
1953 and all that. A tale of two sciences (Kitcher, 1984)
1953 and all that. A tale of two sciences (Kitcher, 1984)1953 and all that. A tale of two sciences (Kitcher, 1984)
1953 and all that. A tale of two sciences (Kitcher, 1984)Yoav Francis
 
States of Mind: can they be communicated and compared?
States of Mind: can they be communicated and compared?States of Mind: can they be communicated and compared?
States of Mind: can they be communicated and compared?Yoav Francis
 
Carnivores: Inspection under Philosophy of Action
Carnivores: Inspection under Philosophy of ActionCarnivores: Inspection under Philosophy of Action
Carnivores: Inspection under Philosophy of ActionYoav Francis
 
From Hierarchical to a One-Level view of Consciousness: Overview and Comparison
From Hierarchical to a One-Level view of Consciousness: Overview and ComparisonFrom Hierarchical to a One-Level view of Consciousness: Overview and Comparison
From Hierarchical to a One-Level view of Consciousness: Overview and ComparisonYoav Francis
 
Theories of Consciousness - Overview and Discussion
Theories of Consciousness - Overview and DiscussionTheories of Consciousness - Overview and Discussion
Theories of Consciousness - Overview and DiscussionYoav Francis
 
McTaggart's Argument on the Unreality of Time - Overview and Discussion
McTaggart's Argument on the Unreality of Time - Overview and DiscussionMcTaggart's Argument on the Unreality of Time - Overview and Discussion
McTaggart's Argument on the Unreality of Time - Overview and DiscussionYoav Francis
 
Epicurean Physics: on the Existence of Minimal Units
Epicurean Physics: on the Existence of Minimal UnitsEpicurean Physics: on the Existence of Minimal Units
Epicurean Physics: on the Existence of Minimal UnitsYoav Francis
 
Isaiah Berlin: Positive and Negative Freedom
Isaiah Berlin: Positive and Negative FreedomIsaiah Berlin: Positive and Negative Freedom
Isaiah Berlin: Positive and Negative FreedomYoav Francis
 
"A Single Man": Choosing Life in a Nietzschean Context
"A Single Man": Choosing Life in a Nietzschean Context"A Single Man": Choosing Life in a Nietzschean Context
"A Single Man": Choosing Life in a Nietzschean ContextYoav Francis
 
General Solution for Josephus Problem
General Solution for Josephus ProblemGeneral Solution for Josephus Problem
General Solution for Josephus ProblemYoav Francis
 
Durkheim, Weber and Comte: Comparative Analysis and Analysis
Durkheim, Weber and Comte: Comparative Analysis and AnalysisDurkheim, Weber and Comte: Comparative Analysis and Analysis
Durkheim, Weber and Comte: Comparative Analysis and AnalysisYoav Francis
 
NLP Literature Survey with focus on Computerized Deception Detection
NLP Literature Survey with focus on Computerized Deception DetectionNLP Literature Survey with focus on Computerized Deception Detection
NLP Literature Survey with focus on Computerized Deception DetectionYoav Francis
 
Fisheye State Routing (FSR) - Protocol Overview
Fisheye State Routing (FSR) - Protocol OverviewFisheye State Routing (FSR) - Protocol Overview
Fisheye State Routing (FSR) - Protocol OverviewYoav Francis
 
CAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and PracticesCAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and PracticesYoav Francis
 
Cloud Caching Proxy+ - Scalable Cloud-Based Proxy Server
Cloud Caching Proxy+ - Scalable Cloud-Based Proxy ServerCloud Caching Proxy+ - Scalable Cloud-Based Proxy Server
Cloud Caching Proxy+ - Scalable Cloud-Based Proxy ServerYoav Francis
 
Floodlight OpenFlow DDoS
Floodlight OpenFlow DDoSFloodlight OpenFlow DDoS
Floodlight OpenFlow DDoSYoav Francis
 

More from Yoav Francis (17)

Marxism in the internet age and social networks
Marxism in the internet age and social networksMarxism in the internet age and social networks
Marxism in the internet age and social networks
 
1953 and all that. A tale of two sciences (Kitcher, 1984)
1953 and all that. A tale of two sciences (Kitcher, 1984)1953 and all that. A tale of two sciences (Kitcher, 1984)
1953 and all that. A tale of two sciences (Kitcher, 1984)
 
States of Mind: can they be communicated and compared?
States of Mind: can they be communicated and compared?States of Mind: can they be communicated and compared?
States of Mind: can they be communicated and compared?
 
Carnivores: Inspection under Philosophy of Action
Carnivores: Inspection under Philosophy of ActionCarnivores: Inspection under Philosophy of Action
Carnivores: Inspection under Philosophy of Action
 
From Hierarchical to a One-Level view of Consciousness: Overview and Comparison
From Hierarchical to a One-Level view of Consciousness: Overview and ComparisonFrom Hierarchical to a One-Level view of Consciousness: Overview and Comparison
From Hierarchical to a One-Level view of Consciousness: Overview and Comparison
 
Theories of Consciousness - Overview and Discussion
Theories of Consciousness - Overview and DiscussionTheories of Consciousness - Overview and Discussion
Theories of Consciousness - Overview and Discussion
 
McTaggart's Argument on the Unreality of Time - Overview and Discussion
McTaggart's Argument on the Unreality of Time - Overview and DiscussionMcTaggart's Argument on the Unreality of Time - Overview and Discussion
McTaggart's Argument on the Unreality of Time - Overview and Discussion
 
Epicurean Physics: on the Existence of Minimal Units
Epicurean Physics: on the Existence of Minimal UnitsEpicurean Physics: on the Existence of Minimal Units
Epicurean Physics: on the Existence of Minimal Units
 
Isaiah Berlin: Positive and Negative Freedom
Isaiah Berlin: Positive and Negative FreedomIsaiah Berlin: Positive and Negative Freedom
Isaiah Berlin: Positive and Negative Freedom
 
"A Single Man": Choosing Life in a Nietzschean Context
"A Single Man": Choosing Life in a Nietzschean Context"A Single Man": Choosing Life in a Nietzschean Context
"A Single Man": Choosing Life in a Nietzschean Context
 
General Solution for Josephus Problem
General Solution for Josephus ProblemGeneral Solution for Josephus Problem
General Solution for Josephus Problem
 
Durkheim, Weber and Comte: Comparative Analysis and Analysis
Durkheim, Weber and Comte: Comparative Analysis and AnalysisDurkheim, Weber and Comte: Comparative Analysis and Analysis
Durkheim, Weber and Comte: Comparative Analysis and Analysis
 
NLP Literature Survey with focus on Computerized Deception Detection
NLP Literature Survey with focus on Computerized Deception DetectionNLP Literature Survey with focus on Computerized Deception Detection
NLP Literature Survey with focus on Computerized Deception Detection
 
Fisheye State Routing (FSR) - Protocol Overview
Fisheye State Routing (FSR) - Protocol OverviewFisheye State Routing (FSR) - Protocol Overview
Fisheye State Routing (FSR) - Protocol Overview
 
CAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and PracticesCAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and Practices
 
Cloud Caching Proxy+ - Scalable Cloud-Based Proxy Server
Cloud Caching Proxy+ - Scalable Cloud-Based Proxy ServerCloud Caching Proxy+ - Scalable Cloud-Based Proxy Server
Cloud Caching Proxy+ - Scalable Cloud-Based Proxy Server
 
Floodlight OpenFlow DDoS
Floodlight OpenFlow DDoSFloodlight OpenFlow DDoS
Floodlight OpenFlow DDoS
 

Recently uploaded

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Wii Sensor Bar Positioning in 3D Space

  • 1. Wii Sensor Bar Positioning in 3D Space Computational Geometry Course Project Tomer Cagan and Yoav Francis, The Interdisciplinary Center, Herzelia Abstract Once introduced,the WiiMote andSensorBarbecame a verycommon formof user inputformany applications,mainlyforentertainmentbutalsoformedical andotherfields.Mostcommonlythe technologyisusedforcontrol in2d space (up/downandleft/right)relyingonthe WiiMote camera trackingmechanismandofferlimitedsupportof “Z”axis(front/back) bymeansof accelerometer measurement.Inourprojectwe wouldliketoexplore the possibilityof trackingthe sensorbarin3D space witha setup that includes 2WiiMotes. Introduction The WiiMote was introducedduring2006 alongwiththe Wii systemfromNintendo.Inadditiontothe commonbuttonsand sticksthe WiiMote providesmotionsensingwithtwomainmechanisms,an accelerometerwhichwe will notdiscusshere andanoptical sensorwhichisthe maininterestof this small research. The optical sensorisa simple grayscale digital camera installedbehindanIRfilterwhichhasa builtin chipfor trackingup to 4 IR lights.Alongwiththe WiiMote comesa SensorBarwhichis actually asimple constructionthatincludesseveralIRlamps positionedaknownlengthapart thatcan be trackedby the WiiMote.The actual camera is a 100Hz, 128x96 pixelscamerathattracks the lightsandinterpolate the readingtogive a 1024x768 pixel resolution. The WiiMote communicatesviaBluetoothinterface which,alongwithmanyavailablelibraries/APIs makesita veryconvenient andpopularuserinputdevice. Firstamongstthe applicationdevelopersforthe WiiMote trackingcapabilitiesisJohnnyChungLee from Google whoresearchesHuman-ComputerInterface (HCI) [3]anddevelopedseveral interesting applications, includingaWhite Board,FingerTracking,Surface IdentificationandHeadTracking. While many of the applicationsare usingthe WiiMote asan inputdevice to operate acomputeror control specificaspects/programs[7];otherworkswithWiiMote includeaphysicsteachingkitthatuses the WiiMote and SensorBar [1];and a researchon rehabilitationusingWiiMotetotrack limbsandgive feedback [8].
  • 2. RelatedWork As we’ve seeninthe previouschapter,whilethere are manyapplications withWiiMote and SensorBar setup,mostof themonlydeal with2D space and may alsouse accelerometertogive notionof back/frontmovement. A “3D orientation”isdemonstratedinJohnnyChungLee’sproject forheadtracking[4] inwhichthe SensorBar is fixedtothe user’sheadandtracked.Thisallowsrenderinga3D scene withorientation relative tothe user’spositionandthusachievinga3 dimensional virtual space thatchangeswiththe user’sperspective. An applicationthataddressesareal 3D space usesbasictrigonometriccalculationstodeterminethe distance of the SensorBar from the WiiMote [1]. The Wii Physicsprojectusesthe WiiMote toteachphysics.Inone of its applicationsthe WiiMote is suspendedof aspringfacingthe SensorBar whichispositionstaticallybelow it(onthe floor).Inthis setup,since the SensorBaris parallel tothe camerafieldof view (FOV)one candeduce acalculationfor the distance of the WiiMote to the SensorBar [2]: Figure 1: Basic setup for “Z” (Distance) measurement The calculation isbased on the setup depicted above Define: HFOV = 41°, VFOV = 31° Angular field of view per pixel, Θ 𝐹𝑂𝑉 = 𝐻𝐹𝑂𝑉 1024 + 𝑉𝐹𝑂𝑉 768 2 Distancebetween two dots on the camera, 𝑟 = √(𝑥1 − 𝑥2)2 + (𝑦1 − 𝑦2 )2 Total angle subtended by the two LEDs and WiiMote, 2𝛼 = 𝑟Θ 𝐹𝑂𝑉 = ( 𝐻𝐹𝑂𝑉 1024 + 𝑉𝐹𝑂𝑉 768 )√( 𝑥1−𝑥2 )2+( 𝑦1−𝑦2 )2 2 → 𝛼 = 𝑟Θ 𝐹𝑂𝑉 2 = ( 𝐻𝐹𝑂𝑉 1024 + 𝑉𝐹𝑂𝑉 768 ) √( 𝑥1 − 𝑥2 )2 + ( 𝑦1 − 𝑦2 )2 4
  • 3. Givend (actual distance betweenthe LEDs= size of SensorBar, 𝑧 = 𝑑 2 tan( 𝛼) → 𝑧 = 𝑑 2 tan ( ( 𝐻𝐹𝑂𝑉 1024 + 𝑉𝐹𝑂𝑉 768 )√( 𝑥1 − 𝑥2)2 + ( 𝑦1 − 𝑦2 ) 2 4 ) For a givenSensorBar (orothersimilarlightsource),the distance betweenthe twoextreme light(din calculationabove) isknownandthusone can findthe distance zbetweenthe WiiMote andSensorBar. Thisapproach islimitedtothe situationwhere the SensorBarisparallel tothe camera’sfieldof view. As we will see in the nextchapter, aproblemariseswhenthe SensorBarisnot parallel tothe camera’sfield of viewinwhichcase,dis nota knownquantity. Our Project In thischapterwe presentourproject.We firstintroduce the difficultyfacingwithonlyone remoteand thenpresentthe calculationsandthe actual work we didin buildingasmall demo. The problem As we sawabove, witha predeterminedorientation(parallel) of the Sensor Barrelative tothe WiiMote camera one can calculate the distance betweenthe two.The calculation isbasedonknowingthe camera fieldof viewandthe actual size/distance betweenthe Sensor BarIR lamps. The problemariseswhenthe orientationof the Sensor Barisnot fixedasin the above calculation, in whichcase usingone WiiMote will notsuffice.Inthe followingimageswe cansee some casesinwhich the SensorBar is notorientedinparallel tothe camera’sfieldof view. Top View Camera POV R1 R1 Figure 2: Sensor Bar in Diagonal Orientation Figure 3: Sensor Bar in Reverse Diagonal Orientation
  • 4. In Figure2: Sensor Bar in Diagonal Orientation the SensorBar issome distance awayfromthe WiiMote and ispositionedatsome angle relative tothe cameraFOV, thusit hassome reading{{x1,y1},{x2,y2}}.In Figure 3: Sensor Bar inReverse Diagonal Orientation we see the Sensorbaris the same distance from the camera but at a reverse orientation;still,since the WiiMotemerelytracksthe lightsonthe sensor bar the same reading,{{x1,y1},{x2,y2}} isobserved –itcannot inferthe rotation. The same case occurs in Figure 4: Sensor Bar Further Away as well. Here the Sensorbar isactuallyfurtherawayand witha differentangle relative tothe WiiMote camerabutstill the same reading,{{x1,y1},{x2,y2}},isobserved. In anyof the setupsdepictedinthe figuresaboveone cannotuse the knowledge of the distance (d) betweenthe SensorBar’slightsasitdoesnotlay parallel tothe camera’sFOV.Thus,thisvoidsthe calculationasit waspresentedin [2]. In our projectwe wantedtosee howa setupthat includestwoWiiMotescanbe usedtoovercome this problemandwhetheritcangive an accurate 3D space mapping. Basic Setup For the projectwe decidedtostart witha basicsetupas depictedinthe followingdiagram: As we can see,the tworemoteslayperpendiculartoone anotherandeachimpose a side ora wall of a 3 dimensional cube.The SensorBarismovedwithinthisspace create bythe WiiMote camerasFOV.The R1 R2 R1 R2 w2 w1 R1 Figure 4: Sensor Bar Further Away Figure 5: Basic Setup
  • 5. readingof each WiiMote correspondstothe positioninspace of the SensorBar.Note that thisreadingit insome arbitrary space imposedbythe FOV.We will discussthe meaninglater. Development Phases In the followingsubsectionswe will slowlyexplore the setupand come upwiththe requiredcalculations Pointin 3 The firstphase was merelyasimple “test”of seeingapointinthe locationof the SensorBar by combiningreadingsfromthe twoWiiMotes. In Figure 6 we can see the three axesx,y and z (green,blue andred) imposedbythe 2 WiiMotesFOVs. Each readinggivesanx and y coordinatesthatshouldbe interpretedasareadingonone of the axes. The actual readingsfromremote r1 and r2 (cyanand magenta,respectively) are ongivenandinterpreted as the x,y(w1) and y,z(w2) plainsrespectively.Thus,if we have areading{x1,y1} and{x2,y2} fromthe two WiiMotesrespectivelytheyare interpretedinthe 3Dcoordinatesas{x,y,z}x=x1,y = y1,z = x2.Note that arbitrarilywe selectedtouse y1 as the y-coordinate reading.y2 couldhave be usedinsteadoran average of both. R1 R2 w2 w1 x z World x axis World y axis World z axis WiiMote center lines R1 FOV Axis Projection R1 FOV Axis Projection Legend Figure 6: Axes and Interpreting Readings
  • 6. As we can see inthe above picture (ref),the readingfromeachWiiMote isthe darksquare on the correspondingwall.The blackbox inthe centeristhe positionof the SensorBar(averagingall the separated{x,y} readingsandinterpretingasabove. SensorBarinarbitrary3D Once we had a basic setupandreadingwe wentonto show the actual SensorBar withinour(arbitrary) 3D Space.Giventwosetsof up to 4 {x,y} measurementscorrespondingtothe 4 lightsa WiiMote can track we neededtodrawthe positionandorientationof the SensorBarwithinourspace. Pitch Calculatingthe pitchisnotpossible –the WiiMote will see the lightsourcesinthe exactsame waywhen changingthe pitch(up tothe pointthatit won’tsee themat all).Having2 WiiMotesdoesn’thelpinthis case. Roll Calculatingroll isstraightforwardandactuallycan be achievedbyjustone WiiMote.The roll of the sensorbar isthe angle betweenthe vectorof the SensorBar andthe “floor”imposedbythe remote FOV. Yaw To calculate yawone must have readingfromtwoWiiMotes.Once youhave readingsof at least2 lights from2 WiiMotes,the 2 setsof readinggive adeltaalongthe worldx and z axes: Figure 7: Point in 3D Demo
  • 7. From these quantitiesandthe relationbetweenthenwe candeduce thatthe angle relative tothe world, α,isthe inverse tangentof dx1 anddx2. Havingthe roll and yaw,alongwiththe positionwe cannow draw the actual positionandorientationof the SensorBar withinthe virtual space imposedbythe FOV of the WiiMotes. R1 R2 w2 w1 x z α dx1 dx2 dx1 dx2 Figure 9: Sensor Bar in Arbitrary 3D Space Demo Figure 8: Relations for Finding Yaw
  • 8. In Figure9: Sensor Bar in Arbitrary 3D Space Demo above we can see a screenshotfromthe demo showingthe SensorBarpositionandorientation.Notethe Role andYaw valuesdisplaycorrespondingto the orientationof the SensorBar SensorBarin3D Space So far we onlydealtwithanarbitrarypositionandwiththe orientationof the SensorBar.Ina sense we were workingina 3D space that isa cube of 1024 x 768 x 1024 pixels.The actual dimensionof apixel is not knownanddependsonhowfar the SensorBar isfrom eachWiiMote – the closeritis,the smalleris the physical interpretationof apixel movement. In orderto give a pixel actual physical interpretationwe have todeterminehow farawayeach WiiMote is.Thena movementof some pixelsinthe virtual worldactuallycorrespondstoadistance inthe real world(andvise-versa) Havingcalculatedthe actual orientationof the SensorBar,we can get back to the calculationsdescribed in[2] and listedabove.Havingthe 2WiiMotesreadingwe cansee the relationsbetweenthemandwe can alsoknowthe actual distance betweenthe lightthateachone of WiiMotescan observe. It isimportantto note the inverse relationbetweenthe 2FOV.Thus, to calculate the di exposedtoeach of the remotes(R1 andR2) we have to use a differenttrigonometricfunction. ProjectedDistance onWiiMote 1: 𝑑1 = 𝑑 sin 𝛼 ProjectedDistance onWiiMote 2: 𝑑2 = 𝑑 cos 𝛼 Havingthis actual distance we cango back and plugthe distance back intothe equationabove andget the distancesz1 and z2 fromR1 and R2 respectively. HFOV R1 R2 HFOV α 90-α d1 d2
  • 9. CalculationAccuracy The Followingisasimple reading-to-realworld comparison,incentimeters.Z1isthe distance fromthe firstWiiMote,Z2 – the distance fromsecondWiiMote. Z1 – Real Z1 – Reading Z1 – Diff% Z2 – Real Z2- Reading Z2 – Dif% 37cm 50cm 35% 42cm 53cm 26% 22cm 30cm 36% 22cm 30cm 36% 50cm 66cm 32% 40cm 62cm 47% 60cm 72cm 20% 60cm 73cm 21%
  • 10. As we can see, we getan average offsetinthe calculation of around30% - whichis ratherpoor – thisis probablydue tolightningissuesinterference,frequentandun-smoothchangesinthe reading,andthe usage of a rathersimple,notbrightenough, SensorBar. The Demo Program As part of our projectwe createda simple demoprogramthatdemonstratesthe differentphasesand relatedgoal.Followingisabrief discussionof the code we librariesusedandthe code we wrote. DevelopmentEnvironment The mechanismof workingwiththe WiiMote Bluetoothprotocolsandexplanationsof whatandhowit workscan be foundin [9].There are manyimplementationsof the WiiMote API.These librariesgive a simple yetcompletemechanismtocommunicate withthe WiiMote andreadsensorandbutton informationfromit. For convenienceandease of developmentwe selectedtouse WiimoteLib[5],amanagedcode library, whichseemstobe complete andeasyto use.Inadditiontothe availabilityof the librarywe have found several resourcesthathelpwithstartingWii development.Foremost of these are the resourcesfoundin [6]. Due to the nature of the demos – a continuingupdating of arenderedscene, we selectedto use XNA as our developmentplatform.XNA isamanagedcode wrapperaroundDirectX,mostlyusedasa game developmentframeworkthatsupports3Dand 2D andprovidessimple mechanismsforgame developmentthatlentitself easilytoourpurpose. Inadditionwe used [11] to getup to speedwith developing3Dscenes. DevelopmentProject We createda simple multi-screenXNA projecttodemonstrate the above phases.Thissectionliststhe importantcomponents  IWiiMotesService.csandWiiMotesServiceImpl.csspecifyaninterface andimplementationof such functionsthatare requiredforinteractingwiththe WiiMotes.  WsbpDemo.cs(andProgram.cs) –entrypointto the demo  Demosfolder–includesthe actual democode foreach of the demos.  ScreenManagerfolder–screenmanagementfacilities.DevelopedbyMicrosoft  Screensfolder–miscellaneousmenuscreensandassets The projectisavailable forgeneral use athttp://code.google.com/p/wsbp/ Future Work In our projectwe onlydemonstratedwhatcanbe done withasetupof 2 WiiMotesand a lightsource similartoSensorBar. The demoswe createdare relativelycrude butwe believethat they capture the essence of the workthat can be done witha similarsetup.
  • 11. The foremostissue thatneedstobe addressedisthe stabilityof the reading.Thatcanbe solvedby smoothingthe readingusinganappropriate digitalfilter.Itisstill remaintoresolvethe bestfitting filter (a simple runningaverage?more complexdigital filter(DSP)?). In addition toselectingafilter,the strategyof applying itshouldbe determined –the WiiMote tracksup to fourlightsandreport theminsome order.Movingthe SensorBar around show/hidethe lights; furtherawayonly2 lightsare perceived.Thisimpliesthatthe inputtothe filtershouldbe carefully determined. In thisprojectwe onlyexplore the use of the IRcamerawithits trackingcapabilities.Since the Sensor Bar is the actuallybeingmovedwiththe coveredspace.Itispossibletomountsome IRlightonan additional WiiMote andthenone canhave inputsfromadditional builtinsensors.Insucha setupone can use these additional inputsformore accurate trackingand manipulationsof the data. Once the above modificationsare implementeditisstill tobe seenwhatactual applicationscanbe developedusingthissetup.We believethiscanbe takenintwo directions –manipulate aphysical objectinthe real worldbase on accurate movementandorientationtracking(andotherinputs) within the virtual space (e.g.flya drone ina room accordingto movementof aWiiMote inthe imposedVR space) and mappingphysical worldtoVRsuchas gamesthat take intoaccount the volume of a room or the physical movementof a trackedobjectrelative tosome virtual object(augmentedreality). Conclusion In thisprojectwe demonstratedthe abilitytoprovide a3 dimensional human-computerinterface input/interactionmechanismusingsimple setupcomprisedof 2 fixedWiiMote andamovinglight source.Thiscan be furtherimprovedbyaddingadditional sensorstothe movinglightsource togive a rich inputmechanismwithvirtual orreal 3D space.While the workwe diddoesnotgive a robust implementation,withrelativelysimple techniquesitcanbe aggregatedtocreate an accurate and responsive 3Dinputsetupwithrelativelylow cast(atabout$21 perWiiMote).Itisto be seenwhat applicationcouldbe createdforsucha setuputilizingthe techniquediscussedhere. Bibliography [1] WiiPhysics,PhysicswithaWiiMote, http://wiiphysics.site88.net/ [2] WiiPhysics,DistanceMeasurementwiththe WiiMote, http://wiiphysics.site88.net/physics.html [3] JohnnyChungLee, Wii Projects, http://johnnylee.net/projects/wii/ [4] JohnnyChungLee, HeadTrackingfor DesktopVRDisplaysusingthe WiiRemote, http://www.youtube.com/watch?v=Jd3-eiid-Uw [5] WiimoteLib,ManagedLibraryforNintendo’sWiiMote, http://wiimotelib.codeplex.com/ [6] Wii@ESU,http://brannigan.emporia.edu/projects/WII/ [7] Wii@ESU Projectspage, http://brannigan.emporia.edu/projects/WII/wiiprojects/index.htm
  • 12. [8] Bert Bongers,StuartSmith,Interactive RehabilitationthroughActive Multimodal Feedbackand Guidance,Universityof Technology,Sydney, http://bertbon.home.xs4all.nl/downloads/Interactive%20Rehabilitation%20print.pdf [9] Wii Brew, http://wiibrew.org/wiki/Wiimote [10] XNA development, http://msdn.microsoft.com/en-us/centrum-xna.aspx [11] RiemerXNA tutorials, http://www.riemers.net/