MCPcopy Create free account
hub / github.com/Xilinx/xfopencv / BlockData

Method BlockData

examples/hog/ObjDet_reference.hpp:386–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 struct BlockData
385 {
386 BlockData() : histOfs(0), imgOffset() {}
387 int histOfs;
388 Point imgOffset;
389 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected