-
Updated openTransform to not overwrite Templates with matrix data
-
If stream receives a templatelist with multiple templates, display them in sequence (currently kind of a hack). If this behavior is undesirable, it can be avoided by using distribute.
-
Fix a bug in FPSSynch, also rename it FPSLimit because it only reduces the max frame rate of an algorithm, it doesn't do frame dropping or anything.
-
Otherwise we need to set up exports for whatever is being used by the br plugin.
-
Look for OpenCV bin dir relative to the lib directory
-
In windows, instead of using OpenCV_DIR, look for the opencv binaries relative to OpenCV_LIB_DIR, this works with the pre-built opencv distribution for windows.
-
Add /MP to visual studio flags
-
DisplayVideo just shows the frames of a video sequentially, PerFrameDetection does face/eye detection on every frame and displays the results, AgeGenderDemo uses AgeRegressor and GenderClassifier for age/gender detection, and displays the results. These algorithms expect a gallery with the name of one (or more) video sources video sources can be the location of a video (including the address of an ip camera), or the index of a webcam.
-
Stasm