A desktop java repo for goofing around with OpenCV
Click on the "gutter" in IntelliJ (between the line numbers and the editor) to create a 'break point' (a place to stop). Then, instead of running the app, debug the app (Shift-F9). That should let you step through your code line by line and look at what's happening.