Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/opencv/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image processing 使用OpenCV 2.4.1时出错_Image Processing_Opencv_Object Recognition - Fatal编程技术网

Image processing 使用OpenCV 2.4.1时出错

Image processing 使用OpenCV 2.4.1时出错,image-processing,opencv,object-recognition,Image Processing,Opencv,Object Recognition,我有用于opencv的delphi-7包装 我在执行某些OpenCV方法时出现以下错误: cvPyrDown - error: External exception E06D7363. main thread ($1e24): 7c812afb +000052 kernel32.dll RaiseException 008af8ec +00004c MSVCR90D.dll

我有用于opencv的delphi-7包装

我在执行某些OpenCV方法时出现以下错误:

cvPyrDown - error: External exception E06D7363.
    main thread ($1e24):
    7c812afb +000052 kernel32.dll                               RaiseException
    008af8ec +00004c MSVCR90D.dll                               _CxxThrowException
    1022d1bd +226673 opencv_core241d.dll                        ?    error@cv@@YAXABVException@1@@Z
    00ae084b +1aba11 opencv_imgproc241d.dll                     cvPyrDown
    0049a3f6 +00013e TestProject.exe        OpenCV_Test  93 +23 FindSquares

cvSetImageCOI: error: External exception E06D7363.
    main thread ($192c):
    7c812afb +000052 kernel32.dll                            RaiseException
    008af8ec +00004c MSVCR90D.dll                            _CxxThrowException
    1022d1bd +226673 opencv_core241d.dll                     ?error@cv@@YAXABVException@1@@Z
    1006572c +06235a opencv_core241d.dll                     cvSetImageCOI
    0049a410 +000160 TestProject.exe     OpenCV_Test  99 +29 FindSquares

这有什么问题或可能有什么问题?

已解决。目标映像中的映像通道数存在问题