#include <Pattern.h>
Public Member Functions | |
| CSubPattern (eTypeAdjust type) | |
| eTypeAdjust | GetTypeAdjust () |
| This method returns the type of settings that can be adjusted with this sub-pattern. | |
| BOOL | CalcCurrentSubPattern (BOOL reinit, unsigned int nb_calc_needed, TDeinterlaceInfo *pInfo) |
| This method analyzes the current overlay buffer. | |
| void | GetSumDeltaColor (BOOL YUV, int *pR_Y, int *pG_U, int *pB_V, int *pTotal) |
| void | Draw (TDeinterlaceInfo *pInfo) |
| This method draws in the video signal rectangles around each color bar of the sub-pattern. | |
Public Attributes | |
| vector< CColorBar * > | m_ColorBars |
| Color bars of the sub-pattern. | |
Protected Attributes | |
| eTypeAdjust | m_TypeAdjust |
| type of settings that can be adjusted with this sub-pattern | |
A test pattern is divided in several subsets, each subset allows to adjust one or several particular settings
|
||||||||||||||||||||||||
|
This methode returns the sum of absolute delta between reference color and calculated average color through all the color bars |
1.3.4