dll file not supporting

1 回表示 (過去 30 日間)
kash
kash 2013 年 2 月 18 日
コメント済み: teta martins 2018 年 6 月 11 日
I got source code for face detection
in this the dll file is not supporting for windows 7,while same code runs for windows xp
in windoes 7 i get error as
output function and others are not defined for facefind(x)
please assist

回答 (1 件)

Image Analyst
Image Analyst 2013 年 2 月 18 日
Please copy the exact error message, because that does not look like any error message I've seen. Actually it sort of looks like the common error "Output argument "myOutput" (and maybe others) not assigned during call to yourFunction()" but since this is not what you said, we'll wait for the exact error so we don't waste effort suggesting a solution to a problem you don't have, even though we all know how to fix the error I mentioned.
Another possibility is that the DLL is a 32 bit DLL and you're trying to run it from 64 bit MATLAB. That won't work (in my experience) but you can run it from 32 bit MATLAB. You can have both 32 bit and 64 bit MATLABs installed on the same 64 bit computer.
  2 件のコメント
kash
kash 2013 年 2 月 19 日
Error is
Error in ==> facefind at 3 function [output,count,m,svec]=facefind(x,minf,maxf,dx,dy,sens);
??? Output argument "output" (and maybe others) not assigned during call to "D:\PROJECT\facer\facefind.m>facefind".
Error in ==> sample10 at 46 [output,count,m,svec]=facefind(x);%full scan
teta martins
teta martins 2018 年 6 月 11 日
have you found a solution for that? if so, please give a heads up. I am in need of this, as well. thanks!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by