MCPcopy Create free account
hub / github.com/biometrics/openbr / clone

Method clone

openbr/openbr_plugin.cpp:1620–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618}
1619
1620Transform *Transform::clone() const
1621{
1622 Transform *clone = Factory<Transform>::make("."+description(false));
1623 return clone;
1624}
1625
1626static void _project(const Transform *transform, const Template *src, Template *dst)
1627{

Callers 15

jquery.jsFile · 0.45
ImgShapeToRoiFrameFunction · 0.45
RoiShapeToImgFrameFunction · 0.45
ConformShapeToModFunction · 0.45
ConvertShapeFunction · 0.45
JitterPointsAt00Function · 0.45
AlignShapeFunction · 0.45
FlipImgFunction · 0.45
TraceShapeFunction · 0.45
SuggestShape_Method · 0.45

Calls 1

makeFunction · 0.85

Tested by

no test coverage detected