kaze
kaze copied to clipboard
KAZE Features
I'm looking forward to implement your detector on my human detection project in Python
Hi, I am trying to compile and get the following error: > [ 66%] Linking CXX executable ../bin/kaze_match > Undefined symbols for architecture x86_64: > "cv::imwrite(cv::String const&, cv::_InputArray const&, std::__1::vector...
I am having a hard time trying to understand the Octaves and Sub-levels in the Non-Linear Scale space. For the SIFT- Octaves is a collection of same sized images and...
considering the memory and speed, i don't need so much keypoints, so how i can sort the keypoints to get the top N ?
Kaze throws an error when executing with AOS: ```./kaze_features real.jpg --use_fed 0 sylwesterbrzeczkowski@Sylwesters-MacBook-Pro OpenCV Error: Sizes of input arguments do not match (The operation is neither 'array op array' (where...
There's no point in declaring a variable and then assigning later if the two can be merged. `ttime` being reassigned for no reason was found with Cppcheck.