查看: 1471|回复: 5
|
求助: How to apply EigenFace Algorithm in C# for Face Recognition Programme
[复制链接]
|
|
请问这里有没有高手专业于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给予帮助。
谢谢。
|
|
|
|
|
|
|
|
发表于 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
应该是这里?- void OnStartStepCapture( void )
- {
- long lResult;
- WCHAR wFile[] = L“c:\\sample_stepcapture.avi”;
- BSTR bStrFile = ::SysAllocString(wFile);
-
- // Select the manual triggered recording mode:
- gpVideo->put_MovieRecordMode(STEPCAPTURE_MANUALTRIGGERED);
-
- // Specify the playback rate for this movie – 15 FPS:
- gpVideo->put_MoviePlaybackFPS( 15 );
-
- // Doesn’t make sense to record audio in this mode:
- gpVideo->put_MovieRecordAudio(FALSE);
-
- if ( FAILED(gpVideo->StartMovieRecording(bStrFile, NULL, &lResult )))
- {
- ::SysFreeString(bStrFile);
- return;
- }
- }
-
- void OnAddFrame( void )
- {
- gpVideo->StepCaptureAddFrame();
- }
复制代码 |
|
|
|
|
|
|
|

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

楼主 |
发表于 20-1-2014 11:45 PM
|
显示全部楼层
|
|
|
|
|
|
| |
本周最热论坛帖子
|