oclcv ~master (2025-11-11T23:43:45.2867646)
Dub
Repo
Median3D
oclcv
median
Undocumented in source.
final
class
Median3D {
this
(int height, int width, int kernelSize, CLContext ctx);
~this
();
CLBuffer
run
(CLBuffer d_src3d);
}
Constructors
this
this
(int height, int width, int kernelSize, CLContext ctx)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
run
CLBuffer
run
(CLBuffer d_src3d)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
oclcv
median
classes
Median2D
Median3D