pislam icon indicating copy to clipboard operation
pislam copied to clipboard

Real-time feature extraction on the Raspberry Pi 3

Results 7 pislam issues
Sort by recently updated
recently updated
newest added

Hi again! I am trying to take the pislam descriptors and convert them into the cv::Mat based descriptors that are used in the ORB SLAM code. So basically this, `std::vector...

Hi, I'm trying to use Pislam with an image pyramid that is a array/Vector of Mat's, instead of how it's currently working with one big collage of the images in...

Hi, I don't really understand the example given on the README: pislam::fastDetect(width, height, &img[y], &out[y], 20); pislam::fastScoreHarris(width, height, &img[y], 1

Hi, I'm using your brief descriptor implementation, migrating from opencv. I'm getting quite lower number of matches. Are the descriptor bits supposed to be comparable to those return by opencv?...

It's line 140 and 144 in file `pislam/include/Fast.h`: ``` asm("vceq.u8 %q0, %q0, #0" : [val] "+w" (testLo)); sm("vceq.u8 %q0, %q0, #0" : [val] "+w" (testHi)); ``` What's the meaning of`"+w"`...

There is an issue with the coordinates of feature points detected on the arm64 platform.Construct an image, all pixels are 0, except the middle pixel which has a value of...