mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
commit
3a6de705de
@ -201,7 +201,7 @@ static void nonmax_suppression(corner_t *corners, int num_corners, array_t *keyp
|
||||
}
|
||||
}
|
||||
|
||||
static int fast9_corner_score(const byte* p, int bstart)
|
||||
static int fast9_corner_score(const uint8_t *p, int bstart)
|
||||
{
|
||||
int bmin = bstart;
|
||||
int bmax = 255;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user