Werner Palfinger

Results 17 comments of Werner Palfinger

Thanks for the quick response @wjakob. Could you please give an estimate of how long it will take? Weeks? Months?

No, its not included. And you are right: You should replace `xAxis` (and `VerticalGrid`) with your custom drawables and create them as in `makePlotAxes()`.

Thanks for the proposal. But this kind of extensions adds much more complexity to the library than I want to maintain. The intention was always to have a minimalistic but...

Thanks again, I hope you understand that I decided to keep it simple. Why not also adding font size, color, alignment, padding, latex,...? That's not where I want to go.

Hi c-w-94, I dont use cmake install a lot and I dont really understand your use case. Please give me a complete minimal example to reproduce the problem.

Thank you for reporting, sounds reasonable. I dont have time to look into it. Would you like to provide a fix?

I have no experience with the qt backend and never used it together with cv-plot. cv-plot's interactive viewer is based on `cv::setMouseCallback()` and the traditional `cv::imshow()`. The qt backend supports...

Maybe using `cv::WINDOW_GUI_NORMAL` works? Another way could be to use an additional modifier key (ctrl/shift/alt) for cv-plot. You could try to subclass (or replace) `CvPlot::Window`.

Yes, that would be nice. I have no experience with opencv fonts. Feel free to propose a fix if it is simple and always works with any opencv installation!

Hi microchips, sorry, I have no experience with vcpkg. Any expert who can give advice?