/// Conjugate the second argument of cvMulSpectrums
/// </summary>
CV_DXT_MUL_CONJ=8
CV_DXT_MUL_CONJ=8
}
/// <summary>
@ -1672,15 +1672,19 @@ namespace Emgu.CV.CvEnum
/// <summary>
/// Use adaptive thresholding to convert the image to black-n-white, rather than a fixed threshold level (computed from the average image brightness)
/// </summary>
ADAPTIVE_THRESH=1,
ADAPTIVE_THRESH=1,
/// <summary>
/// Normalize the image using cvNormalizeHist before applying fixed or adaptive thresholding.
/// </summary>
NORMALIZE_IMAGE=2,
NORMALIZE_IMAGE=2,
/// <summary>
/// Use additional criteria (like contour area, perimeter, square-like shape) to filter out false quads that are extracted at the contour retrieval stage
/// </summary>
FILTER_QUADS=4
FILTER_QUADS=4,
/// <summary>
/// If it is on, then this check is performed before the main algorithm and if a chessboard is not found, the function returns 0 instead of wasting 0.3-1s on doing the full search.