GRIP icon indicating copy to clipboard operation
GRIP copied to clipboard

Any documentation on how to add new OpenCV functions?

Open gunasekaran7 opened this issue 7 years ago • 3 comments
trafficstars

I am planning to add other OpenCV functions like Feature detectors like ORB. Is there any documentation on things to look out for adding such features?

gunasekaran7 avatar Feb 19 '18 04:02 gunasekaran7

For very simple OpenCV function, you can have a look at the examples we have here: https://github.com/WPIRoboticsProjects/GRIP/blob/master/core/src/main/java/edu/wpi/grip/core/operations/CVOperations.java

For functions with more complicated behaviour, have a look at these examples: https://github.com/WPIRoboticsProjects/GRIP/tree/master/core/src/main/java/edu/wpi/grip/core/operations/composite

If you want a very long winded (1.5 hours) explanation of the GRIP infrastructure, I did this talk here to explain how all of GRIP works. https://www.youtube.com/watch?v=9V7T5YxzBz0

JLLeitschuh avatar Feb 20 '18 16:02 JLLeitschuh

@JLLeitschuh Thank you! I will work on it and get back to you.

gunasekaran7 avatar Feb 21 '18 02:02 gunasekaran7

Cheers! Please consider contributing any operations you add back to this repository.

JLLeitschuh avatar Feb 21 '18 16:02 JLLeitschuh