大家好,我现在想使用opencv做图像处理的工作,我参考资料交叉编译了有关opencv的,然后又编译了opencv下的实例,交叉编译后放到mini2440上运行时,出现这样的错误:OpenCV ERROR: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ )
in function cvNamedWindow, window.cpp(71)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
called from cvUnregisterType, cxpersistence.cpp(4933)
Terminating the application...
我知道这些错误是由于没有移植gtk的问题,但是我又想现在的板子中本来就有qt,我想能不能在opencv中把qt作为它的Gui不知道行不行,还是直接使用包含gtk+的linux内核?我希望大家给我指点下,谢谢大家了。