├── .gitattributes ├── .gitignore ├── OpenCVForUnreal ├── Binaries │ └── Win64 │ │ ├── UnrealEditor-HiKVision.dll │ │ ├── UnrealEditor-HiKVision.pdb │ │ ├── UnrealEditor-OpenCVForUnreal.dll │ │ ├── UnrealEditor-OpenCVForUnreal.pdb │ │ └── UnrealEditor.modules ├── Config │ ├── DNN_Config.ini.txt │ ├── WaterCurtainDoor.json │ ├── coco.names │ ├── deploy.prototxt │ ├── haarcascade_eye.xml │ └── haarcascade_frontalface_default.xml ├── Intermediate │ └── Build │ │ └── Win64 │ │ ├── UE4 │ │ ├── Development │ │ │ └── HiKVision │ │ │ │ ├── Definitions.HiKVision.h │ │ │ │ ├── Definitions.HiKVision.h.old │ │ │ │ ├── HiKVision.cpp.obj │ │ │ │ ├── HiKVision.cpp.obj.response │ │ │ │ ├── HiKVision.cpp.txt │ │ │ │ ├── LiveCodingInfo.json │ │ │ │ ├── Module.HiKVision.cpp │ │ │ │ ├── Module.HiKVision.cpp.obj │ │ │ │ ├── Module.HiKVision.cpp.obj.response │ │ │ │ ├── Module.HiKVision.cpp.obj.response.old │ │ │ │ ├── Module.HiKVision.cpp.old │ │ │ │ ├── Module.HiKVision.cpp.txt │ │ │ │ ├── Module.HiKVision.gen.cpp │ │ │ │ ├── Module.HiKVision.gen.cpp.obj │ │ │ │ ├── Module.HiKVision.gen.cpp.obj.response │ │ │ │ ├── Module.HiKVision.gen.cpp.obj.response.old │ │ │ │ ├── Module.HiKVision.gen.cpp.old │ │ │ │ └── Module.HiKVision.gen.cpp.txt │ │ ├── Inc │ │ │ └── HiKVision │ │ │ │ ├── HiKVision.init.gen.cpp │ │ │ │ ├── HiKVisionActor.gen.cpp │ │ │ │ ├── HiKVisionActor.generated.h │ │ │ │ ├── HiKVisionClasses.h │ │ │ │ └── Timestamp │ │ └── Shipping │ │ │ └── HiKVision │ │ │ ├── Definitions.HiKVision.h │ │ │ ├── Definitions.HiKVision.h.old │ │ │ ├── Module.HiKVision.cpp │ │ │ ├── Module.HiKVision.cpp.obj │ │ │ ├── Module.HiKVision.cpp.obj.response │ │ │ ├── Module.HiKVision.cpp.obj.response.old │ │ │ ├── Module.HiKVision.cpp.old │ │ │ ├── Module.HiKVision.cpp.txt │ │ │ ├── Module.HiKVision.gen.cpp │ │ │ ├── Module.HiKVision.gen.cpp.obj │ │ │ ├── Module.HiKVision.gen.cpp.obj.response │ │ │ ├── Module.HiKVision.gen.cpp.obj.response.old │ │ │ ├── Module.HiKVision.gen.cpp.old │ │ │ └── Module.HiKVision.gen.cpp.txt │ │ ├── UE4Editor │ │ ├── Development │ │ │ └── HiKVision │ │ │ │ ├── Default.rc2.res │ │ │ │ ├── Definitions.HiKVision.h │ │ │ │ ├── Definitions.HiKVision.h.old │ │ │ │ ├── LiveCodingInfo.json │ │ │ │ ├── Module.HiKVision.cpp │ │ │ │ ├── Module.HiKVision.cpp.obj │ │ │ │ ├── Module.HiKVision.cpp.obj.response │ │ │ │ ├── Module.HiKVision.cpp.obj.response.old │ │ │ │ ├── Module.HiKVision.cpp.old │ │ │ │ ├── Module.HiKVision.cpp.txt │ │ │ │ ├── Module.HiKVision.gen.cpp │ │ │ │ ├── Module.HiKVision.gen.cpp.obj │ │ │ │ ├── Module.HiKVision.gen.cpp.obj.response │ │ │ │ ├── Module.HiKVision.gen.cpp.obj.response.old │ │ │ │ ├── Module.HiKVision.gen.cpp.old │ │ │ │ ├── Module.HiKVision.gen.cpp.txt │ │ │ │ ├── UE4Editor-HiKVision-0001.dll.response │ │ │ │ ├── UE4Editor-HiKVision-0001.exp │ │ │ │ ├── UE4Editor-HiKVision-0001.lib.response │ │ │ │ ├── UE4Editor-HiKVision-0001.suppressed.exp │ │ │ │ ├── UE4Editor-HiKVision-0001.suppressed.lib │ │ │ │ ├── UE4Editor-HiKVision.dll.response │ │ │ │ ├── UE4Editor-HiKVision.dll.response.old │ │ │ │ ├── UE4Editor-HiKVision.exp │ │ │ │ ├── UE4Editor-HiKVision.lib │ │ │ │ ├── UE4Editor-HiKVision.lib.response │ │ │ │ ├── UE4Editor-HiKVision.lib.response.old │ │ │ │ ├── UE4Editor-HiKVision.suppressed.exp │ │ │ │ └── UE4Editor-HiKVision.suppressed.lib │ │ └── Inc │ │ │ └── HiKVision │ │ │ ├── HiKVision.init.gen.cpp │ │ │ ├── HiKVisionActor.gen.cpp │ │ │ ├── HiKVisionActor.generated.h │ │ │ ├── HiKVisionClasses.h │ │ │ └── Timestamp │ │ ├── UnrealEditor │ │ ├── Development │ │ │ └── HiKVision │ │ │ │ ├── Default.rc2.res │ │ │ │ ├── Default.rc2.res.response │ │ │ │ ├── Default.rc2.res.response.old │ │ │ │ ├── Definitions.HiKVision.h │ │ │ │ ├── Definitions.HiKVision.h.old │ │ │ │ ├── LiveCodingInfo.json │ │ │ │ ├── Module.HiKVision.cpp │ │ │ │ ├── Module.HiKVision.cpp.json │ │ │ │ ├── Module.HiKVision.cpp.obj │ │ │ │ ├── Module.HiKVision.cpp.obj.response │ │ │ │ ├── Module.HiKVision.cpp.obj.response.old │ │ │ │ ├── Module.HiKVision.cpp.old │ │ │ │ ├── Module.HiKVision.gen.cpp │ │ │ │ ├── Module.HiKVision.gen.cpp.json │ │ │ │ ├── Module.HiKVision.gen.cpp.obj │ │ │ │ ├── Module.HiKVision.gen.cpp.obj.response │ │ │ │ ├── Module.HiKVision.gen.cpp.obj.response.old │ │ │ │ ├── Module.HiKVision.gen.cpp.old │ │ │ │ ├── UnrealEditor-HiKVision.dll.response │ │ │ │ ├── UnrealEditor-HiKVision.dll.response.old │ │ │ │ ├── UnrealEditor-HiKVision.exp │ │ │ │ ├── UnrealEditor-HiKVision.lib │ │ │ │ ├── UnrealEditor-HiKVision.lib.response │ │ │ │ ├── UnrealEditor-HiKVision.lib.response.old │ │ │ │ ├── UnrealEditor-HiKVision.suppressed.exp │ │ │ │ └── UnrealEditor-HiKVision.suppressed.lib │ │ └── Inc │ │ │ ├── HiKVision │ │ │ ├── HiKVision.init.gen.cpp │ │ │ ├── HiKVisionActor.gen.cpp │ │ │ ├── HiKVisionActor.generated.h │ │ │ ├── HiKVisionClasses.h │ │ │ └── Timestamp │ │ │ └── OpenCVForUnreal │ │ │ └── UHT │ │ │ ├── OpenCVForUnreal.init.gen.cpp │ │ │ ├── OpenCVForUnrealActor.gen.cpp │ │ │ ├── OpenCVForUnrealActor.generated.h │ │ │ ├── OpenCVForUnrealClasses.h │ │ │ └── Timestamp │ │ └── x64 │ │ └── UnrealEditor │ │ └── Development │ │ └── OpenCVForUnreal │ │ ├── Default.rc2.res │ │ ├── Default.rc2.res.response │ │ ├── Definitions.OpenCVForUnreal.h │ │ ├── LiveCodingInfo.json │ │ ├── Module.OpenCVForUnreal.cpp │ │ ├── Module.OpenCVForUnreal.cpp.dep.json │ │ ├── Module.OpenCVForUnreal.cpp.obj │ │ ├── Module.OpenCVForUnreal.cpp.obj.response │ │ ├── UnrealEditor-OpenCVForUnreal.dll.response │ │ ├── UnrealEditor-OpenCVForUnreal.exp │ │ ├── UnrealEditor-OpenCVForUnreal.lib │ │ ├── UnrealEditor-OpenCVForUnreal.lib.response │ │ ├── UnrealEditor-OpenCVForUnreal.suppressed.exp │ │ └── UnrealEditor-OpenCVForUnreal.suppressed.lib ├── OpenCVForUnreal.uplugin ├── Resources │ └── Icon128.png └── Source │ └── OpenCVForUnreal │ ├── OpenCVForUnreal.Build.cs │ ├── Private │ ├── OpenCVForUnreal.cpp │ └── OpenCVForUnrealActor.cpp │ └── Public │ ├── OpenCVForUnreal.h │ ├── OpenCVForUnrealActor.h │ ├── OpenCVForUnrealLibrary.h │ ├── OpenCVLibrary.h │ └── StandFile.h └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/.gitignore -------------------------------------------------------------------------------- /OpenCVForUnreal/Binaries/Win64/UnrealEditor-HiKVision.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Binaries/Win64/UnrealEditor-HiKVision.dll -------------------------------------------------------------------------------- /OpenCVForUnreal/Binaries/Win64/UnrealEditor-HiKVision.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Binaries/Win64/UnrealEditor-HiKVision.pdb -------------------------------------------------------------------------------- /OpenCVForUnreal/Binaries/Win64/UnrealEditor-OpenCVForUnreal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Binaries/Win64/UnrealEditor-OpenCVForUnreal.dll -------------------------------------------------------------------------------- /OpenCVForUnreal/Binaries/Win64/UnrealEditor-OpenCVForUnreal.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Binaries/Win64/UnrealEditor-OpenCVForUnreal.pdb -------------------------------------------------------------------------------- /OpenCVForUnreal/Binaries/Win64/UnrealEditor.modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Binaries/Win64/UnrealEditor.modules -------------------------------------------------------------------------------- /OpenCVForUnreal/Config/DNN_Config.ini.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OpenCVForUnreal/Config/WaterCurtainDoor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Config/WaterCurtainDoor.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Config/coco.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Config/coco.names -------------------------------------------------------------------------------- /OpenCVForUnreal/Config/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Config/deploy.prototxt -------------------------------------------------------------------------------- /OpenCVForUnreal/Config/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Config/haarcascade_eye.xml -------------------------------------------------------------------------------- /OpenCVForUnreal/Config/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Config/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Definitions.HiKVision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Definitions.HiKVision.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Definitions.HiKVision.h.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Definitions.HiKVision.h.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/HiKVision.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/HiKVision.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/HiKVision.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/HiKVision.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/HiKVision.cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/HiKVision.cpp.txt -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/LiveCodingInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/LiveCodingInfo.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.cpp.txt -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Development/HiKVision/Module.HiKVision.gen.cpp.txt -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVision.init.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVision.init.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVisionActor.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVisionActor.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVisionActor.generated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVisionActor.generated.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVisionClasses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/HiKVisionClasses.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/Timestamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Inc/HiKVision/Timestamp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Definitions.HiKVision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Definitions.HiKVision.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Definitions.HiKVision.h.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Definitions.HiKVision.h.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.cpp.txt -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4/Shipping/HiKVision/Module.HiKVision.gen.cpp.txt -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Default.rc2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Default.rc2.res -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Definitions.HiKVision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Definitions.HiKVision.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Definitions.HiKVision.h.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Definitions.HiKVision.h.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/LiveCodingInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/LiveCodingInfo.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.cpp.txt -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/Module.HiKVision.gen.cpp.txt -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.dll.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.dll.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.lib.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.lib.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.suppressed.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.suppressed.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.suppressed.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision-0001.suppressed.lib -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.dll.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.dll.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.dll.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.dll.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.lib -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.lib.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.lib.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.lib.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.lib.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.suppressed.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.suppressed.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.suppressed.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Development/HiKVision/UE4Editor-HiKVision.suppressed.lib -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVision.init.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVision.init.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVisionActor.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVisionActor.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVisionActor.generated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVisionActor.generated.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVisionClasses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/HiKVisionClasses.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/Timestamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UE4Editor/Inc/HiKVision/Timestamp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Default.rc2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Default.rc2.res -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Default.rc2.res.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Default.rc2.res.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Default.rc2.res.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Default.rc2.res.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Definitions.HiKVision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Definitions.HiKVision.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Definitions.HiKVision.h.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Definitions.HiKVision.h.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/LiveCodingInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/LiveCodingInfo.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.obj.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/Module.HiKVision.gen.cpp.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.dll.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.dll.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.dll.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.dll.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.lib -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.lib.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.lib.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.lib.response.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.lib.response.old -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.suppressed.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.suppressed.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.suppressed.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Development/HiKVision/UnrealEditor-HiKVision.suppressed.lib -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVision.init.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVision.init.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVisionActor.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVisionActor.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVisionActor.generated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVisionActor.generated.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVisionClasses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/HiKVisionClasses.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/Timestamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/HiKVision/Timestamp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnreal.init.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnreal.init.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnrealActor.gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnrealActor.gen.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnrealActor.generated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnrealActor.generated.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnrealClasses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/OpenCVForUnrealClasses.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/Timestamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/UnrealEditor/Inc/OpenCVForUnreal/UHT/Timestamp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Default.rc2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Default.rc2.res -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Default.rc2.res.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Default.rc2.res.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Definitions.OpenCVForUnreal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Definitions.OpenCVForUnreal.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/LiveCodingInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/LiveCodingInfo.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp.dep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp.dep.json -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp.obj -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp.obj.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/Module.OpenCVForUnreal.cpp.obj.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.dll.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.dll.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.lib -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.lib.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.lib.response -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.suppressed.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.suppressed.exp -------------------------------------------------------------------------------- /OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.suppressed.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Intermediate/Build/Win64/x64/UnrealEditor/Development/OpenCVForUnreal/UnrealEditor-OpenCVForUnreal.suppressed.lib -------------------------------------------------------------------------------- /OpenCVForUnreal/OpenCVForUnreal.uplugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/OpenCVForUnreal.uplugin -------------------------------------------------------------------------------- /OpenCVForUnreal/Resources/Icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Resources/Icon128.png -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/OpenCVForUnreal.Build.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/OpenCVForUnreal.Build.cs -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/Private/OpenCVForUnreal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/Private/OpenCVForUnreal.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/Private/OpenCVForUnrealActor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/Private/OpenCVForUnrealActor.cpp -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVForUnreal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVForUnreal.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVForUnrealActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVForUnrealActor.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVForUnrealLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVForUnrealLibrary.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/Public/OpenCVLibrary.h -------------------------------------------------------------------------------- /OpenCVForUnreal/Source/OpenCVForUnreal/Public/StandFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/OpenCVForUnreal/Source/OpenCVForUnreal/Public/StandFile.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VegetableWithChicken/OpenCVForUnreal/HEAD/README.md --------------------------------------------------------------------------------