Rano | Ranadeep
Rano | Ranadeep
The way I understood, you want an `IntoIterator` implementation for `&Range`, so that `for &i in &a_range::from(1).up_to(5) {}` compiles. But isn't it unnecessary since `Range` does not really store any...
I meant unnecessary as in there is nothing to be consumed stored in Range. Even Rust's `std::ops::Range` does not have `.iter()` implemented. Can you give one example why you would...
Friends, I am too busy with my studies. So I can not promise a tutorial. Also, the algorithm is not very robust last time I worked on it. So it...
It calibrated wrong centers for the images. Thanks for reporting the issue. I will look into it.
This issue is fixed. But there are other issues in the stitching engine. I may need to rewrite some parts. So I have not pushed the fix yet. I will...
@omek77 I have pushed a new update. Let me know if that resolves your issue.
you were supposed to pass the JSON file containing matched points. use the HTML page to generate that file.
can you share the calib_data.json and a.jpg with me?
I see it didn't calibrate properly. can you share your matched point file too?
Sorry. Didn't see that. Thank you. Anyway, I looked into the points, I see the points are not correctly chosen. I will upload a video illustrating how to choose the...