image-align icon indicating copy to clipboard operation
image-align copied to clipboard

Variants of the classic Lucas-Kanade image alignment algorithm

Results 5 image-align issues
Sort by recently updated
recently updated
newest added

**_error: call of overloaded ‘goodFeaturesToTrack(cv::Mat&, std::vector&, const int&, double, int, cv::Mat, int, int, double)’ is ambiguous_** 205 | cv::goodFeaturesToTrack(gray, points[1], MAX_FEATURES, 0.01, 10, cv::Mat(), 3, 0, 0.04); | ^ In...

Hello, Thank you for making your implementation available. The code is very well-written! In the Readme it is stated that the library supports 2D Affine Warp. Could you please provide...

hello,my environment is: (1)ubuntu 16.04 (2)gcc 5.4 (3)opencv3.4 when i input the command "make",the output is as follows: `In file included from /home/moonx/Documents/L-K/image-align/tests/warp.cpp:21:0: /home/moonx/Documents/L-K/image-align/tests/catch.hpp:875:17: error: ‘nullptr_t’ in namespace ‘std’ does...

I have dig your project some times. I can use your code by Cmake method and no building method both. But it give a bad result for me. Maybe this...

how to add homography warp type?