EdgeDetection.h
1 #pragma once 2 3 #include "BGRATextureView.h" 4 5 RECT DetectEdges(const BGRATextureView& texture, 6 const POINT centerPoint, 7 const bool perChannel, 8 const uint8_t tolerance);
1 #pragma once 2 3 #include "BGRATextureView.h" 4 5 RECT DetectEdges(const BGRATextureView& texture, 6 const POINT centerPoint, 7 const bool perChannel, 8 const uint8_t tolerance);