Podcast
Questions and Answers
What is the general topic being discussed?
What is the general topic being discussed?
- International Law
- Contract Law
- Criminal Law
- Land Law (correct)
What is the main focus of the 'Meaning of land' section?
What is the main focus of the 'Meaning of land' section?
- Historical documents
- Personal opinions
- Scientific research
- Academic literature (correct)
Which theorist focuses on 'urban land and politics of property'?
Which theorist focuses on 'urban land and politics of property'?
- Brenna Bhandar
- Nichola Blomley (correct)
- Margaret Davies
- Larissa Behrendt
Carol Azuma Dennis focuses on land law how it contrasts with what?
Carol Azuma Dennis focuses on land law how it contrasts with what?
Larissa Behrendt focuses on indigenous legal perspectives, especially the cultural significance of what?
Larissa Behrendt focuses on indigenous legal perspectives, especially the cultural significance of what?
Brenna Bhandar's work concerns what aspect of ownership?
Brenna Bhandar's work concerns what aspect of ownership?
What concept do Gray and Gray focus on in relation to land?
What concept do Gray and Gray focus on in relation to land?
What is Margaret Davies' area of focus regarding property?
What is Margaret Davies' area of focus regarding property?
Which case, according to the notes, 'overturned terra nullius'?
Which case, according to the notes, 'overturned terra nullius'?
In what year was the land case of Gray and Gray: Wik people v Queensland?
In what year was the land case of Gray and Gray: Wik people v Queensland?
According to Nichola Blomley, is property static?
According to Nichola Blomley, is property static?
According to the notes, the laws justification of interference in property rights often favor the dominant culture over who?
According to the notes, the laws justification of interference in property rights often favor the dominant culture over who?
The notes indicate that an interest in the environment is equal to interest in what?
The notes indicate that an interest in the environment is equal to interest in what?
According to the notes, public interest is disguised as what?
According to the notes, public interest is disguised as what?
What year did Carol Azuma Dennis publish the 'knowledge as interaction in reality' academic literature?
What year did Carol Azuma Dennis publish the 'knowledge as interaction in reality' academic literature?
What year did Nichola Blomley publish the 'urban land and politics of property' academic literature?
What year did Nichola Blomley publish the 'urban land and politics of property' academic literature?
What year did Brenna Bhandar publish the 'Racialized ownership' academic literature?
What year did Brenna Bhandar publish the 'Racialized ownership' academic literature?
What year did Margaret Davies publish the 'property meaning/historical theories' academic literature?
What year did Margaret Davies publish the 'property meaning/historical theories' academic literature?
In what year was the land case of Ktnaqa Nation v British Columbia?
In what year was the land case of Ktnaqa Nation v British Columbia?
In what year was the land case of Redmond v British Columbia?
In what year was the land case of Redmond v British Columbia?
Flashcards
Nichola Blomley's View on Property
Nichola Blomley's View on Property
Property is not static/robust. It is instead always being contested, altered, performative, and overall produced through "power".
Carol Azuma Dennis on Land Law
Carol Azuma Dennis on Land Law
Law doesn't just describe land law, it constructs it, in favor of the colonial logic, which usually have the hegemonic power.
Margaret Davies view on Land
Margaret Davies view on Land
Law not focused on land = property/stewardship, Land beyond = feminist colonial discourse.
Larissa Behrendt on Indigenous Legal Perspectives
Larissa Behrendt on Indigenous Legal Perspectives
Signup and view all the flashcards
Gray + Gray on Land
Gray + Gray on Land
Signup and view all the flashcards
What does Nicholas Blomley argue about property?
What does Nicholas Blomley argue about property?
Signup and view all the flashcards
What does Carol Azuma Dennis argue about law?
What does Carol Azuma Dennis argue about law?
Signup and view all the flashcards
First case study
First case study
Signup and view all the flashcards
Second case study
Second case study
Signup and view all the flashcards
Third case study
Third case study
Signup and view all the flashcards
Fourth case study
Fourth case study
Signup and view all the flashcards
Study Notes
Observation Model Introduction
- The observation model $p(y|x)$ gives the probability of a measurement $y$ given a true system state $x$.
- The specific observation model depends on the sensor type, such as a camera or LiDAR sensor.
Camera Observation Model
- Cameras measure the intensity of light reflected off objects.
- Light intensity depends on object material, illumination, and the relative pose of the camera and object.
- Cameras project the 3D world onto a 2D image plane using perspective projection.
- The perspective projection equations are:
- $u = f_x \frac{X}{Z} + c_x$
- $v = f_y \frac{Y}{Z} + c_y$
- $(X, Y, Z)$ is the 3D point
- $(u, v)$ is the 2D point
- $f_x$ and $f_y$ are focal lengths in the x and y directions
- $c_x$ and $c_y$ are principal point coordinates.
- Focal lengths and principal point coordinates are intrinsic camera parameters.
- Camera calibration estimates the intrinsic parameters.
- Perspective projection is a non-linear transformation, making the observation model non-linear.
LiDAR Observation Model
- LiDAR sensors measure the distance to objects using laser beams and measuring return time.
- Distance is calculated by $d = \frac{c \Delta t}{2}$, where $c$ is the speed of light and $\Delta t$ is the time for the laser beam to return.
- The LiDAR measures the horizontal angle ($\theta$) and the vertical angle ($\phi$) of the laser beam.
- 3D position is calculated as:
- $X = d \cos(\theta) \cos(\phi)$
- $Y = d \cos(\theta) \sin(\phi)$
- $Z = d \sin(\theta)$
- LiDAR sensors also measure angles, allowing for 3D position calculation.
- Typically, noise is modeled as a Gaussian distribution
- LiDAR is more accurate but also more expensive than camera observation models.
Vector Functions of a Real Variable Introduction
- A vector function of a real variable assigns a vector to each real number in an interval.
- Notation: $\vec{r}(t) = (x(t), y(t), z(t)) = x(t)\vec{i} + y(t)\vec{j} + z(t)\vec{k}$
- $x(t)$, $y(t)$, and $z(t)$ are real-valued component functions of $t$.
Limit of a Vector Function
- The limit of $\vec{r}(t)$ as $t$ approaches $t_0$ is the vector $\vec{L}$ composed of the limits of its component functions.
- $\lim_{t \to t_0} \vec{r}(t) = (\lim_{t \to t_0} x(t), \lim_{t \to t_0} y(t), \lim_{t \to t_0} z(t))$, provided component limits exist.
Continuity of a Vector Function
- $\vec{r}(t)$ is continuous at $t_0$ if and only if:
- $\vec{r}(t_0)$ exists
- $\lim_{t \to t_0} \vec{r}(t)$ exists
- $\lim_{t \to t_0} \vec{r}(t) = \vec{r}(t_0)$
- Each of its component functions must be continuous at $t_0$.
Derivative of a Vector Function
- The derivative is found by differentiating each component function.
- $\frac{d\vec{r}}{dt} = \lim_{\Delta t \to 0} \frac{\vec{r}(t + \Delta t) - \vec{r}(t)}{\Delta t} = (\frac{dx}{dt}, \frac{dy}{dt}, \frac{dz}{dt})$, provided component derivatives exist.
Geometric Interpretation of the Derivative
- The derivative of $\vec{r}(t)$ at $t_0$ is a tangent vector to the curve described by $\vec{r}(t)$ at $\vec{r}(t_0)$.
- The tangent line at $\vec{r}(t_0)$ passes through $\vec{r}(t_0)$ and is parallel to the tangent vector $\frac{d\vec{r}}{dt}(t_0)$.
Differentiation Rules
- For differentiable vector functions $\vec{r}(t)$ and $\vec{s}(t)$, and a differentiable scalar function $f(t)$:
- $\frac{d}{dt}(\vec{r}(t) + \vec{s}(t)) = \frac{d\vec{r}}{dt} + \frac{d\vec{s}}{dt}$
- $\frac{d}{dt}(f(t)\vec{r}(t)) = f'(t)\vec{r}(t) + f(t)\frac{d\vec{r}}{dt}$
- $\frac{d}{dt}(\vec{r}(t) \cdot \vec{s}(t)) = \frac{d\vec{r}}{dt} \cdot \vec{s}(t) + \vec{r}(t) \cdot \frac{d\vec{s}}{dt}$
- $\frac{d}{dt}(\vec{r}(t) \times \vec{s}(t)) = \frac{d\vec{r}}{dt} \times \vec{s}(t) + \vec{r}(t) \times \frac{d\vec{s}}{dt}$
- $\frac{d}{dt}(\vec{r}(f(t))) = \frac{d\vec{r}}{df} \cdot f'(t)$
Integrals of Vector Functions
- The integral is found by integrating each component function.
- $\int \vec{r}(t) dt = (\int x(t) dt, \int y(t) dt, \int z(t) dt)$
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.