MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ push()

Builder & MayaFlux::Kinesis::Vision::VisionSequence::Builder::push ( VisionOp  op,
VisionParams  p = std::monostate {} 
)
inlineprivate

Definition at line 346 of file VisionOp.hpp.

346 {})
347 {
348 m_steps.push_back({ .op = op, .params = std::move(p) });
349 return *this;
350 }

Referenced by canny(), close(), connected_components(), dilate(), downsample_2x(), erode(), extract_peaks(), filter_separable(), find_contours(), gaussian_blur(), gray_to_rgba(), harris_response(), morph_gradient(), normalize(), normalize_range(), open(), rgba_to_gray(), rgba_to_hsv(), scharr(), snapshot(), sobel(), threshold(), threshold_adaptive(), threshold_otsu(), and track_keypoints().

+ Here is the caller graph for this function: