Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetGradMapsData
Method
SetGradMapsData
Filters/General/vtkSubPixelPositionEdgels.cxx:640–643 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
}
639
640
void vtkSubPixelPositionEdgels::SetGradMapsData(vtkStructuredPoints* gm)
641
{
642
this->SetInputData(1, gm);
643
}
644
645
vtkStructuredPoints* vtkSubPixelPositionEdgels::GetGradMaps()
646
{
Callers
2
Canny.py
File · 0.80
subPixelPositionMin.py
File · 0.80
Calls
1
SetInputData
Method · 0.45
Tested by
no test coverage detected