Ask Your Question

viohh's profile - activity

2019-11-07 16:01:43 -0600 received badge  Student (source)
2019-05-03 12:23:35 -0600 received badge  Famous Question (source)
2019-03-14 09:23:05 -0600 received badge  Enthusiast
2019-03-13 04:31:44 -0600 commented question decomposeHomographyMat isn't working

Understandable

2019-03-13 04:16:29 -0600 commented question decomposeHomographyMat isn't working

H = findHomography(features_prev, features_next, CV_LMEDS); I used this, I also tried ransac, but result was the same.

2019-03-13 04:15:53 -0600 commented question decomposeHomographyMat isn't working

H = findHomography(features_prev, features_next, CV_LMEDS); I used this, I also tried ransac, but result was the same.

2019-03-13 04:14:32 -0600 commented question decomposeHomographyMat isn't working

https://onlinegdb.com/BJA0tS8vE There is my code

2019-03-13 04:03:57 -0600 commented question decomposeHomographyMat isn't working

So this is a problem of Homography matrix?

2019-03-13 04:03:28 -0600 edited question decomposeHomographyMat isn't working

decomposeHomographyMat doesn't working I used findHomography, then: int solutions = decomposeHomographyMat (H, K, R, T,

2019-03-13 04:03:14 -0600 edited question decomposeHomographyMat isn't working

decomposeHomographyMat isn't working I used findHomography, then: int solutions = decomposeHomographyMat (H, K, R, T, N

2019-03-13 03:21:30 -0600 received badge  Notable Question (source)
2019-03-13 03:20:44 -0600 asked a question decomposeHomographyMat isn't working

decomposeHomographyMat isn't working I used findHomography, then: int solutions = decomposeHomographyMat (H, K, R, T, N

2019-01-22 16:35:03 -0600 received badge  Popular Question (source)
2018-11-17 10:07:31 -0600 commented question subtraction of point2f vectors

Interesting, thank you!

2018-11-17 09:53:01 -0600 commented question subtraction of point2f vectors

I don't get it. How the coordinates work? Aren't they just numbers of pixels of the photo?

2018-11-17 09:30:51 -0600 commented question subtraction of point2f vectors

But why aren't they whole numbers?

2018-11-17 09:04:11 -0600 edited question subtraction of point2f vectors

subtraction of point2f vectors I get features from goodFeaturesToTrack. Then I use Lucas-Kanade optiacal flow to get new

2018-11-17 09:03:00 -0600 edited question subtraction of point2f vectors

subtraction of point2f vectors I get features from goodFeaturesToTrack. Then I use Lucas-Kanade optiacal flow to get new

2018-11-17 09:01:48 -0600 received badge  Editor (source)
2018-11-17 09:01:48 -0600 edited question subtraction of point2f vectors

subtraction of point2f vectors I get features from goodFeaturesToTrack. Then I use Lucas-Kanade optiacal flow to get new

2018-11-17 09:00:57 -0600 asked a question subtraction of point2f vectors

subtraction of point2f vectors I get features from goodFeaturesToTrack. Then I use Lucas-Kanade optiacal flow to get new

2018-10-29 07:01:47 -0600 commented question How can I "Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'create'"?

I built opencv and opencv_contrib, but which cmake file I need?

2018-10-29 06:43:31 -0600 commented question How can I "Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'create'"?

Thank you, but where should I make it? In xfeatures2d?

2018-10-28 16:55:33 -0600 asked a question How can I "Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'create'"?

How can I "Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'create'"? I built opencv_contrib

2018-10-27 05:28:48 -0600 commented question Tried to compile tracker from tutorial and got error "‘Tracker’ was not declared in this scope Ptr<Tracker> tracker = TrackerKCF::create();"

Sorry, I was using "#include <opencv2 tracking.hpp="">" at first, but it couldn't find file, then I tried some oth

2018-10-27 05:13:15 -0600 commented question Tried to compile tracker from tutorial and got error "‘Tracker’ was not declared in this scope Ptr<Tracker> tracker = TrackerKCF::create();"

I have opencv contrib modules, but now I just can't include necessary hpp to the program.

2018-10-25 19:35:06 -0600 received badge  Organizer (source)
2018-10-25 19:25:20 -0600 commented question Tried to compile tracker from tutorial and got error "‘Tracker’ was not declared in this scope Ptr<Tracker> tracker = TrackerKCF::create();"

I have opencv 3.4.3 and installed all modules

2018-10-25 19:25:20 -0600 asked a question Tried to compile tracker from tutorial and got error "‘Tracker’ was not declared in this scope Ptr<Tracker> tracker = TrackerKCF::create();"

Tried to compile tracker from tutorial and got error "‘Tracker’ was not declared in this scope Ptr<tracker> tracke