Updated onderzoek-voorbeeld.md & motion-tracking-system-analysis.md
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
docs/documentation/assets/motion-path-example-path-error.png
Normal file
BIN
docs/documentation/assets/motion-path-example-path-error.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
docs/documentation/assets/motion-path-example-vertices.png
Normal file
BIN
docs/documentation/assets/motion-path-example-vertices.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 863 B |
@@ -12,7 +12,7 @@ and where they've placed the tracking devices.
|
||||
|
||||
A path can look like the following
|
||||
|
||||
<img height="128" src="../assets/motion-path-example-vertices.png" width="128"/>
|
||||
<img height="128" src="../assets/motion-path-example-vertices.png" width="128" alt="Path Point Example"/>
|
||||
|
||||
To be able to measure the position of our tracking device, we'll have to use sensors that allow us
|
||||
to retrieve useful information that can provide us with either position or velocity. The device will have
|
||||
@@ -45,4 +45,6 @@ Second, to convert our relative acceleration rotation to a useful position, we'l
|
||||
acceleration vector `A(x, y, z)` and rotation vector `R(x, y, z)` to an acceleration vector that is
|
||||
perpendicular to the normal vector of the earth. This is because the acceleration vector of the device
|
||||
is relative to its own axes, and not to the earth's normal vector.
|
||||
To convert this, we'll have to multiply the acceleration vector `A(x, y, z)` by the rotation matrix
|
||||
To convert this, we'll have to multiply the acceleration vector `A(x, y, z)` by the rotation matrix
|
||||
with negative angles, to rotate it back to be perpendicular with the normal of the earth.
|
||||
After
|
@@ -44,6 +44,13 @@ om deze toe te passen om te helpen met het eenzaamheidsprobleem bij ouderen.
|
||||
|
||||
### Op welke manier kunnen we kunstmatige intelligentie inzetten om eenzaamheid onder ouderen te bestrijden?
|
||||
|
||||
Zoals al eerder was vermeld worden robots al langer gebruikt bij het helpen van ouderen met huishoudelijke taken die voor hen te zwaar zijn.
|
||||
Daarom valt het idee ook te overwegen om robots in te zetten om ouderen te helpen met het bestrijden van eenzaamheid. Hiervoor kan er
|
||||
gebruik gemaakt worden van kunstmatige intelligentie. Kunstmatige intelligentie kan gebruikt worden om de robot te leren hoe het om moet gaan met
|
||||
de gebruiker, om zowel te horen wat de gebruiker zegt, inhoudelijke reacties te geven op de gebruiker of om de gebruiker te helpen met bepaalde taken als ernaar
|
||||
gevraagd wordt. Dit kan ervoor zorgen dat de ouderen zich minder eenzaam voelen, en dat ze zich meer op hun gemak voelen in hun eigen huis.
|
||||
|
||||
|
||||
### Hoe kunnen we ervoor zorgen dat dit gedaan kan worden zonder de privacy van ouderen te schenden?
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user