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 344 of file VisionOp.hpp.

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

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: