Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  • "Why does opencv not include a gui interface by default" - opencv is a computer-vision library, not a framework

  • "and it seems the syntaxes are different everywhere" - yes, that's the problem. as soon as you're using an usupported 3rd party wrapper, like emgu, opencvsharp, javaCV, noone here will understand your code, or can help you.

  • "Why does opencv not include a gui interface by default" - opencv is a computer-vision library, not a framework

  • "and it seems the syntaxes are different everywhere" - yes, that's the problem. as soon as you're using an usupported unsupported 3rd party wrapper, like emgu, opencvsharp, javaCV, noone here will understand your code, or can help you.

  • "The main purpose is going to be OCR text detection using a live video feed." - then, don't put the cart before the horse. first get the OCR right, then worry about gui, not the other way round.