oclcv ~master (2025-11-11T23:43:45.2867646)
Dub
Repo
Resize3
oclcv
resize
Undocumented in source.
final
class
Resize3 (
string
method
) {
this
(int srcHeight, int srcWidth, int dstWidth, int dstHeight, CLContext ctx);
~this
();
bool
initialize
(CLContext ctx);
CLBuffer
run
(CLBuffer d_src_3);
void
_resize
();
}
Constructors
this
this
(int srcHeight, int srcWidth, int dstWidth, int dstHeight, CLContext ctx)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
_resize
void
_resize
()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
bool
initialize
(CLContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
run
CLBuffer
run
(CLBuffer d_src_3)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
oclcv
resize
classes
Resize3