Hello. I am looking into more advanced vision processing methods and the one I really want to learn and figure out is OpenCV. The problem I am running into is that 99% of the documentation I have found regarding it is either C++ or python which I am not too familiar with so translating the code is difficult for me.
With that said, what would be some good examples/documents/videos… etc, regarding the usage of Java based OpenCV or something applicable that will teach me enough to start implementing vision systems with it ( Whether that be for FRC or just in general )?
I found that GRIP appears to be a good starting place since it auto-generates the actual processing code. However I wish to not be completely reliant on the software and have a proper understanding of what it is doing in order to make changes or make new systems. Plus it still requires setting up the cameras, receiving values, outputting the video feed on some GUI which I am completely lost on, so there is a lot to learn to even implement the most basic of GRIP.
I understand that question based threads on here should have specific questions being asked, but I am at the stage where I know so little on the subject that I cannot form a specific question, so all I can come up with is broad and vague information to get me on the right track.
Thank you for your time,