EffectFaceShowBackProjection
Viscom Software VideoCap ActiveX Control |
EffectFaceShowBackProjection Method
Description: |
Enable or disable shows the back projection image. Useful for finding threshold for black and gray. The threshold value for black and gray will affect the result of face detection. You must call EffectFaceShowBackProjection before call Start. After the back projection image, you may call EffectFaceThreshold with different threshold value to finding best threshold value. |
Usage: |
VideoCap1.EffectFaceShowBackProjection bShow |
Return Value: |
No Return value. |
Example: |
This Visual Basic example shows how to use face detection VideoCap1.EffectType =1 |