1
00:00:01,730 --> 00:00:04,910
We mentioned finding some interest points, but extracting the ground.

2
00:00:05,510 --> 00:00:07,130
What exactly do we mean by that?

3
00:00:07,490 --> 00:00:09,590
What exactly do we mean by interest point?

4
00:00:10,770 --> 00:00:11,010
Here.

5
00:00:11,010 --> 00:00:14,340
We understand that once have extracted the mes occupancy.

6
00:00:14,940 --> 00:00:17,160
Not every a car can go.

7
00:00:17,160 --> 00:00:18,760
It needs to go to the goal.

8
00:00:19,380 --> 00:00:25,500
A lot of these regions would be redundant, meaning they could easily be avoided if we wanted an efficient

9
00:00:25,500 --> 00:00:26,070
solution.

10
00:00:27,120 --> 00:00:28,440
Let's look at an example.

11
00:00:29,370 --> 00:00:33,090
Suppose we have a pot that is straight from one point to another.

12
00:00:33,480 --> 00:00:39,480
Then the problem is, every day all the in-between information is just redundant, meaning it could

13
00:00:39,480 --> 00:00:43,950
have been easily be represented by just the two points and not in between points.

14
00:00:44,550 --> 00:00:46,980
Let's call these two as the interest points.

15
00:00:47,820 --> 00:00:50,070
So how do we formally define an interest point?

16
00:00:50,730 --> 00:00:55,680
An interest component can be any point where we have to make a call or a decision of sorts.

17
00:00:56,310 --> 00:01:00,360
By this definition, we have at max four interest points.

18
00:01:01,020 --> 00:01:06,570
These are dead in turns, three junction and a four junction.

19
00:01:08,020 --> 00:01:11,350
Let's identify a few of them in our Maze occupancy group.

20
00:01:12,280 --> 00:01:17,900
As you can see, we have a point in red that has been identified as a dead end.

21
00:01:18,580 --> 00:01:22,480
The reason is there is no other way to move apart from going back.

22
00:01:23,880 --> 00:01:25,650
Then we have our turn in green.

23
00:01:26,400 --> 00:01:30,840
Here, the robot will need to make a 90 degree turn to continue along its spot.

24
00:01:31,770 --> 00:01:37,740
It can be identified by the two doubts interest points provide up and left.

25
00:01:39,230 --> 00:01:42,620
Then in yellow we have a three junction here.

26
00:01:42,620 --> 00:01:47,690
The car or the robot would make three direction turns up left or right.

27
00:01:48,560 --> 00:01:51,650
And finally we have a full junction in orange.

28
00:01:52,560 --> 00:01:57,530
The area is wide enough where the car could move in all four direction turns.

29
00:01:58,820 --> 00:02:04,490
So these are the interest points that we need to identify while extracting the graph from our MES occupancy

30
00:02:04,490 --> 00:02:04,760
grade.
