code_device/hgdriver/ImageProcess/ImageApplyHeaders.h

37 lines
1.2 KiB
C
Raw Permalink Normal View History

2022-07-29 08:41:34 +00:00
#ifndef IMAGE_APPLY_HEADER_H
#define IMAGE_APPLY_HEADER_H
#include "ImageApply.h"
#include "ImageApplyAdjustColors.h"
#include "ImageApplyAutoContrast.h"
#include "ImageApplyAutoCrop.h"
//#include "ImageApplyBarCodeRecognition.h"
#include "ImageApplyBWBinaray.h"
#include "ImageApplyChannel.h"
#include "ImageApplyColorRecognition.h"
#include "ImageApplyConcatenation.h"
#include "ImageApplyCustomCrop.h"
#include "ImageApplyCustomGamma.h"
#include "ImageApplyCvtColor.h"
#include "ImageApplyDetachNoise.h"
#include "ImageApplyDiscardBlank.h"
#include "ImageApplyDispersion.h"
#include "ImageApplyDogEarDetection.h"
#include "ImageApplyFadeBackGroundColor.h"
#include "ImageApplyFilter.h"
#include "ImageApplyHSVCorrect.h"
#include "ImageApplyOutHole.h"
#include "ImageApplyRefuseInflow.h"
#include "ImageApplyResize.h"
#include "ImageApplyRotation.h"
#include "ImageApplySplit.h"
#include "ImageApplySizeDetection.h"
#include "ImageApplyTextureRemoval.h"
#include "ImageMulti.h"
#include "ImageMultiOutputRed.h"
#include "ImageApplySplit.h"
2022-12-28 01:56:54 +00:00
#include "CISTestImageProcess.h"
#include "ImageApplyColorCastCorrect.h"
2023-10-08 10:03:11 +00:00
#include "LineContinuityDetection.h"
2022-07-29 08:41:34 +00:00
#endif