佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 1471|回复: 5

求助: How to apply EigenFace Algorithm in C# for Face Recognition Programme

[复制链接]
发表于 17-1-2014 10:47 PM | 显示全部楼层 |阅读模式
请问这里有没有高手专业于C# programming language? 我最近在赶着我的FYP,可是在于一些小部分面对了一些问题而无法完成它的coding。
问题如下:

May i know retrieve image from DB and afterwards show the image in picturebox? (both functions required to be complete in C#)

如果有任何高手知道如何解决请私信我,也欢迎freelancer给予帮助。

谢谢。
回复

使用道具 举报


ADVERTISEMENT

发表于 18-1-2014 10:32 PM | 显示全部楼层
回复

使用道具 举报

 楼主| 发表于 19-1-2014 10:51 PM | 显示全部楼层
gkheng2003 发表于 18-1-2014 10:32 PM
不是这?
http://www.codeproject.com/Articles/10861/Storing-and-Retrieving-Images-from-SQL-Server- ...

谢谢你的回复, 我刚刚看了,不是哦
我想要的是可以在real time perform 的。

还有,有没有什么方法在用webcam detect 时是可以 retrieve image 的呢?

感激不尽!
回复

使用道具 举报

发表于 20-1-2014 01:44 PM | 显示全部楼层
prisoneroflove 发表于 19-1-2014 10:51 PM
谢谢你的回复, 我刚刚看了,不是哦
我想要的是可以在real time perform 的。

real-time?
你不是已经存进DB了?
when capture, spawn 2 thread: 1 to DB, 1 to picture box loh

还有,有没有什么方法在用webcam detect 时是可以 retrieve image 的呢?
如果你用Logitech webcam, 会win32/COM:

http://classfiles.library.ucla.e ... 1/Docs/QCSDKW32.PDF
应该是这里?
  1. void OnStartStepCapture( void )
  2. {
  3. long lResult;
  4. WCHAR wFile[] = L“c:\\sample_stepcapture.avi”;
  5. BSTR bStrFile = ::SysAllocString(wFile);

  6. // Select the manual triggered recording mode:
  7. gpVideo->put_MovieRecordMode(STEPCAPTURE_MANUALTRIGGERED);

  8. // Specify the playback rate for this movie – 15 FPS:
  9. gpVideo->put_MoviePlaybackFPS( 15 );

  10. // Doesn’t make sense to record audio in this mode:
  11. gpVideo->put_MovieRecordAudio(FALSE);

  12. if ( FAILED(gpVideo->StartMovieRecording(bStrFile, NULL, &lResult )))
  13. {
  14. ::SysFreeString(bStrFile);
  15. return;
  16. }
  17. }

  18. void OnAddFrame( void )
  19. {
  20. gpVideo->StepCaptureAddFrame();
  21. }
复制代码
回复

使用道具 举报

 楼主| 发表于 20-1-2014 11:03 PM | 显示全部楼层
不是这个哦,我用的是MS SQL DB, 然后就是到这一步的conding我写不下去了。
很懊恼。 @@
回复

使用道具 举报

 楼主| 发表于 20-1-2014 11:45 PM | 显示全部楼层
http://www.youtube.com/watch?v=SepBx4KGtmE

这是我现在所参考的sample,请停留在1.50 的画面,我要做的是这个feature. 可是现在就是在这里卡着了。
回复

使用道具 举报

Follow Us
您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 7-9-2025 10:42 AM , Processed in 1.743122 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表