-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from luzpaz/typos
Fix misc. typos and whitespace
- Loading branch information
Showing
35 changed files
with
92 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Author: Chris Veigl, contact: [email protected] | ||
Co-Authors: | ||
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORELLATION, EVALUATOR) | ||
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORRELATION, EVALUATOR) | ||
Lester John (Module MATLAB-transfer) | ||
Credits: Jim Peters (digital filter works), Jeff Molofee (OpenGL-tutorial), John Roark (SkinDialog) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Author: Chris Veigl, contact: [email protected] | ||
Co-Authors: | ||
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORELLATION, EVALUATOR) | ||
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORRELATION, EVALUATOR) | ||
Lester John (Module MATLAB-transfer) | ||
Stephan Gerhard (QDS parser) | ||
Raymond Nguyen (Vector ports) | ||
|
@@ -227,7 +227,7 @@ LRESULT CALLBACK MainWndHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM l | |
case WM_COMMAND: | ||
wmId = LOWORD(wParam); | ||
wmEvent = HIWORD(wParam); | ||
// Menüauswahlen analysieren: | ||
// Men�auswahlen analysieren: | ||
switch( wmId ) | ||
{ | ||
|
||
|
@@ -288,7 +288,7 @@ LRESULT CALLBACK MainWndHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM l | |
else | ||
{ | ||
char * d_name,new_name[80]; | ||
write_logfile("configruation saved."); | ||
write_logfile("configuration saved."); | ||
|
||
d_name=configfilename; | ||
while (strstr(d_name,"\\")) d_name=strstr(d_name,"\\")+1; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Author: Chris Veigl, contact: [email protected] | ||
Co-Authors: | ||
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORELLATION, EVALUATOR) | ||
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORRELATION, EVALUATOR) | ||
Lester John (Module MATLAB-transfer) | ||
Stephan Gerhard (QDS parser) | ||
Franz Stobl ( NIA support ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
/* ----------------------------------------------------------------------------- | ||
|
||
BrainBay - OpenSource Biofeedback Software, contact: [email protected] | ||
|
||
MODULE: OB_CAM.CPP: contains functions for Webcam functions | ||
Author: Chris Veigl | ||
|
||
The Camera-Object can connect to an installed webcam an display the live- | ||
video in a window. A Face-Detection is performed and the Position of the Nose and | ||
the Chin are presented at the objects-output ports. | ||
video in a window. A Face-Detection is performed and the Position of the Nose | ||
and the Chin are presented at the objects-output ports. | ||
|
||
This Module uses the Intel OpenCV Library for Computer Vision, and source | ||
code from the sample-projects describingf the use of the HaarClassifier-Cascade | ||
and the Lukas Kanade Optical Flow Algorithm. | ||
see details about Intels OpenCV: http://opencv.org/ | ||
|
||
|
||
-----------------------------------------------------------------------------*/ | ||
// #define DEBUG_OUTPUT | ||
|
||
|
@@ -112,7 +112,7 @@ int initstatus = STATUS_IDLE; | |
|
||
#if _MSC_VER < 1900 | ||
|
||
////////////// C - global variables for facetracking, used from tread ////////////// | ||
////////////// C - global variables for facetracking, used from thread //////////// | ||
|
||
#define LK_NUM_POINTS 2 | ||
const char* cascade_name = "ComputerVision\\haarcascade_frontalface_alt.xml"; | ||
|
Oops, something went wrong.