Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ clone
Method
clone
imgproc/basicfilters/ImageFilter.h:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
};
25
26
ImageSource* clone() {
27
return nullptr;
28
}
29
30
virtual std::string name() const {return std::string(
"ImageFilter"
);};
31
Callers
1
hybridReconstruct
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected