Struct opencv::core::Algorithm

source ·
pub struct Algorithm { /* private fields */ }
Expand description

This is a base class for all more or less complex algorithms in OpenCV

especially for classes of algorithms, for which there can be multiple implementations. The examples are stereo correspondence (for which there are algorithms like block matching, semi-global block matching, graph-cut etc.), background subtraction (which can be done using mixture-of-gaussians models, codebook-based algorithm etc.), optical flow (block matching, Lucas-Kanade, Horn-Schunck etc.).

Here is example of SimpleBlobDetector use in your application via Algorithm interface: Algorithm

Implementations§

Trait Implementations§

source§

impl AlgorithmTrait for Algorithm

source§

fn as_raw_mut_Algorithm(&mut self) -> *mut c_void

source§

fn clear(&mut self) -> Result<()>

Clears the algorithm state
source§

fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()>

Reads algorithm parameters from a file storage
source§

impl AlgorithmTraitConst for Algorithm

source§

fn as_raw_Algorithm(&self) -> *const c_void

source§

fn write(&self, fs: &mut impl FileStorageTrait) -> Result<()>

Stores algorithm parameters in a file storage
source§

fn write_1(&self, fs: &mut impl FileStorageTrait, name: &str) -> Result<()>

Stores algorithm parameters in a file storage Read more
source§

fn write_with_name(&self, fs: &Ptr<FileStorage>, name: &str) -> Result<()>

@deprecated Read more
source§

fn write_with_name_def(&self, fs: &Ptr<FileStorage>) -> Result<()>

👎Deprecated:

§Note

Deprecated: ## Note This alternative version of AlgorithmTraitConst::write_with_name function uses the following default values for its arguments: Read more
source§

fn empty(&self) -> Result<bool>

Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
source§

fn save(&self, filename: &str) -> Result<()>

Saves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage& fs).
source§

fn get_default_name(&self) -> Result<String>

Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string.
source§

impl Boxed for Algorithm

source§

unsafe fn from_raw(ptr: <Algorithm as OpenCVFromExtern>::ExternReceive) -> Self

Wrap the specified raw pointer Read more
source§

fn into_raw(self) -> <Algorithm as OpenCVTypeExternContainer>::ExternSendMut

Return the underlying raw pointer while consuming this wrapper. Read more
source§

fn as_raw(&self) -> <Algorithm as OpenCVTypeExternContainer>::ExternSend

Return the underlying raw pointer. Read more
source§

fn as_raw_mut( &mut self ) -> <Algorithm as OpenCVTypeExternContainer>::ExternSendMut

Return the underlying mutable raw pointer Read more
source§

impl Debug for Algorithm

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Drop for Algorithm

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl From<AKAZE> for Algorithm

source§

fn from(s: AKAZE) -> Self

Converts to this type from the input type.
source§

impl From<ANN_MLP> for Algorithm

source§

fn from(s: ANN_MLP) -> Self

Converts to this type from the input type.
source§

impl From<AbsLayer> for Algorithm

source§

fn from(s: AbsLayer) -> Self

Converts to this type from the input type.
source§

impl From<AccumLayer> for Algorithm

source§

fn from(s: AccumLayer) -> Self

Converts to this type from the input type.
source§

impl From<AcosLayer> for Algorithm

source§

fn from(s: AcosLayer) -> Self

Converts to this type from the input type.
source§

impl From<AcoshLayer> for Algorithm

source§

fn from(s: AcoshLayer) -> Self

Converts to this type from the input type.
source§

impl From<ActivationLayer> for Algorithm

source§

fn from(s: ActivationLayer) -> Self

Converts to this type from the input type.
source§

impl From<ActivationLayerInt8> for Algorithm

source§

fn from(s: ActivationLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<AdaptiveManifoldFilter> for Algorithm

source§

fn from(s: AdaptiveManifoldFilter) -> Self

Converts to this type from the input type.
source§

impl From<AffineFeature> for Algorithm

source§

fn from(s: AffineFeature) -> Self

Converts to this type from the input type.
source§

impl From<AffineFeature2D> for Algorithm

source§

fn from(s: AffineFeature2D) -> Self

Converts to this type from the input type.
source§

impl From<AffineTransformer> for Algorithm

source§

fn from(s: AffineTransformer) -> Self

Converts to this type from the input type.
source§

impl From<AgastFeatureDetector> for Algorithm

source§

fn from(s: AgastFeatureDetector) -> Self

Converts to this type from the input type.
source§

impl From<AlignExposures> for Algorithm

source§

fn from(s: AlignExposures) -> Self

Converts to this type from the input type.
source§

impl From<AlignMTB> for Algorithm

source§

fn from(s: AlignMTB) -> Self

Converts to this type from the input type.
source§

impl From<ArgLayer> for Algorithm

source§

fn from(s: ArgLayer) -> Self

Converts to this type from the input type.
source§

impl From<ArucoDetector> for Algorithm

source§

fn from(s: ArucoDetector) -> Self

Converts to this type from the input type.
source§

impl From<AsinLayer> for Algorithm

source§

fn from(s: AsinLayer) -> Self

Converts to this type from the input type.
source§

impl From<AsinhLayer> for Algorithm

source§

fn from(s: AsinhLayer) -> Self

Converts to this type from the input type.
source§

impl From<AtanLayer> for Algorithm

source§

fn from(s: AtanLayer) -> Self

Converts to this type from the input type.
source§

impl From<AtanhLayer> for Algorithm

source§

fn from(s: AtanhLayer) -> Self

Converts to this type from the input type.
source§

impl From<AttentionLayer> for Algorithm

source§

fn from(s: AttentionLayer) -> Self

Converts to this type from the input type.
source§

impl From<AverageHash> for Algorithm

source§

fn from(s: AverageHash) -> Self

Converts to this type from the input type.
source§

impl From<BEBLID> for Algorithm

source§

fn from(s: BEBLID) -> Self

Converts to this type from the input type.
source§

impl From<BFMatcher> for Algorithm

source§

fn from(s: BFMatcher) -> Self

Converts to this type from the input type.
source§

impl From<BIF> for Algorithm

source§

fn from(s: BIF) -> Self

Converts to this type from the input type.
source§

impl From<BNLLLayer> for Algorithm

source§

fn from(s: BNLLLayer) -> Self

Converts to this type from the input type.
source§

impl From<BRISK> for Algorithm

source§

fn from(s: BRISK) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractor> for Algorithm

source§

fn from(s: BackgroundSubtractor) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractorCNT> for Algorithm

source§

fn from(s: BackgroundSubtractorCNT) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractorGMG> for Algorithm

source§

fn from(s: BackgroundSubtractorGMG) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractorGSOC> for Algorithm

source§

fn from(s: BackgroundSubtractorGSOC) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractorKNN> for Algorithm

source§

fn from(s: BackgroundSubtractorKNN) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractorLSBP> for Algorithm

source§

fn from(s: BackgroundSubtractorLSBP) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractorMOG> for Algorithm

source§

fn from(s: BackgroundSubtractorMOG) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundSubtractorMOG2> for Algorithm

source§

fn from(s: BackgroundSubtractorMOG2) -> Self

Converts to this type from the input type.
source§

impl From<BaseCascadeClassifier> for Algorithm

source§

fn from(s: BaseCascadeClassifier) -> Self

Converts to this type from the input type.
source§

impl From<BaseConvolutionLayer> for Algorithm

source§

fn from(s: BaseConvolutionLayer) -> Self

Converts to this type from the input type.
source§

impl From<BasicFaceRecognizer> for Algorithm

source§

fn from(s: BasicFaceRecognizer) -> Self

Converts to this type from the input type.
source§

impl From<BatchNormLayer> for Algorithm

source§

fn from(s: BatchNormLayer) -> Self

Converts to this type from the input type.
source§

impl From<BatchNormLayerInt8> for Algorithm

source§

fn from(s: BatchNormLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<BinaryDescriptor> for Algorithm

source§

fn from(s: BinaryDescriptor) -> Self

Converts to this type from the input type.
source§

impl From<BinaryDescriptorMatcher> for Algorithm

source§

fn from(s: BinaryDescriptorMatcher) -> Self

Converts to this type from the input type.
source§

impl From<BlankLayer> for Algorithm

source§

fn from(s: BlankLayer) -> Self

Converts to this type from the input type.
source§

impl From<BlockMeanHash> for Algorithm

source§

fn from(s: BlockMeanHash) -> Self

Converts to this type from the input type.
source§

impl From<Boost> for Algorithm

source§

fn from(s: Boost) -> Self

Converts to this type from the input type.
source§

impl From<BoostDesc> for Algorithm

source§

fn from(s: BoostDesc) -> Self

Converts to this type from the input type.
source§

impl From<BriefDescriptorExtractor> for Algorithm

source§

fn from(s: BriefDescriptorExtractor) -> Self

Converts to this type from the input type.
source§

impl From<CLAHE> for Algorithm

source§

fn from(s: CLAHE) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_BackgroundSubtractorMOG> for Algorithm

source§

fn from(s: CUDA_BackgroundSubtractorMOG) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_BackgroundSubtractorMOG2> for Algorithm

source§

fn from(s: CUDA_BackgroundSubtractorMOG2) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_BroxOpticalFlow> for Algorithm

source§

fn from(s: CUDA_BroxOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_CLAHE> for Algorithm

source§

fn from(s: CUDA_CLAHE) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_CannyEdgeDetector> for Algorithm

source§

fn from(s: CUDA_CannyEdgeDetector) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_CascadeClassifier> for Algorithm

source§

fn from(s: CUDA_CascadeClassifier) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_CornernessCriteria> for Algorithm

source§

fn from(s: CUDA_CornernessCriteria) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_CornersDetector> for Algorithm

source§

fn from(s: CUDA_CornersDetector) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_DenseOpticalFlow> for Algorithm

source§

fn from(s: CUDA_DenseOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_DensePyrLKOpticalFlow> for Algorithm

source§

fn from(s: CUDA_DensePyrLKOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_DescriptorMatcher> for Algorithm

source§

fn from(s: CUDA_DescriptorMatcher) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_DisparityBilateralFilter> for Algorithm

source§

fn from(s: CUDA_DisparityBilateralFilter) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_FarnebackOpticalFlow> for Algorithm

source§

fn from(s: CUDA_FarnebackOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_FastFeatureDetector> for Algorithm

source§

fn from(s: CUDA_FastFeatureDetector) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_Feature2DAsync> for Algorithm

source§

fn from(s: CUDA_Feature2DAsync) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_HOG> for Algorithm

source§

fn from(s: CUDA_HOG) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_HoughCirclesDetector> for Algorithm

source§

fn from(s: CUDA_HoughCirclesDetector) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_HoughLinesDetector> for Algorithm

source§

fn from(s: CUDA_HoughLinesDetector) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_HoughSegmentDetector> for Algorithm

source§

fn from(s: CUDA_HoughSegmentDetector) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_NvidiaHWOpticalFlow> for Algorithm

source§

fn from(s: CUDA_NvidiaHWOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_NvidiaOpticalFlow_1_0> for Algorithm

source§

fn from(s: CUDA_NvidiaOpticalFlow_1_0) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_NvidiaOpticalFlow_2_0> for Algorithm

source§

fn from(s: CUDA_NvidiaOpticalFlow_2_0) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_ORB> for Algorithm

source§

fn from(s: CUDA_ORB) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_OpticalFlowDual_TVL1> for Algorithm

source§

fn from(s: CUDA_OpticalFlowDual_TVL1) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_SparseOpticalFlow> for Algorithm

source§

fn from(s: CUDA_SparseOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_SparsePyrLKOpticalFlow> for Algorithm

source§

fn from(s: CUDA_SparsePyrLKOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_StereoBM> for Algorithm

source§

fn from(s: CUDA_StereoBM) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_StereoBeliefPropagation> for Algorithm

source§

fn from(s: CUDA_StereoBeliefPropagation) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_StereoConstantSpaceBP> for Algorithm

source§

fn from(s: CUDA_StereoConstantSpaceBP) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_StereoSGM> for Algorithm

source§

fn from(s: CUDA_StereoSGM) -> Self

Converts to this type from the input type.
source§

impl From<CUDA_TemplateMatching> for Algorithm

source§

fn from(s: CUDA_TemplateMatching) -> Self

Converts to this type from the input type.
source§

impl From<CalibrateCRF> for Algorithm

source§

fn from(s: CalibrateCRF) -> Self

Converts to this type from the input type.
source§

impl From<CalibrateDebevec> for Algorithm

source§

fn from(s: CalibrateDebevec) -> Self

Converts to this type from the input type.
source§

impl From<CalibrateRobertson> for Algorithm

source§

fn from(s: CalibrateRobertson) -> Self

Converts to this type from the input type.
source§

impl From<CeilLayer> for Algorithm

source§

fn from(s: CeilLayer) -> Self

Converts to this type from the input type.
source§

impl From<CeluLayer> for Algorithm

source§

fn from(s: CeluLayer) -> Self

Converts to this type from the input type.
source§

impl From<ChannelsPReLULayer> for Algorithm

source§

fn from(s: ChannelsPReLULayer) -> Self

Converts to this type from the input type.
source§

impl From<CharucoDetector> for Algorithm

source§

fn from(s: CharucoDetector) -> Self

Converts to this type from the input type.
source§

impl From<ChiHistogramCostExtractor> for Algorithm

source§

fn from(s: ChiHistogramCostExtractor) -> Self

Converts to this type from the input type.
source§

impl From<ColorMomentHash> for Algorithm

source§

fn from(s: ColorMomentHash) -> Self

Converts to this type from the input type.
source§

impl From<CompareLayer> for Algorithm

source§

fn from(s: CompareLayer) -> Self

Converts to this type from the input type.
source§

impl From<ConcatLayer> for Algorithm

source§

fn from(s: ConcatLayer) -> Self

Converts to this type from the input type.
source§

impl From<ConjGradSolver> for Algorithm

source§

fn from(s: ConjGradSolver) -> Self

Converts to this type from the input type.
source§

impl From<ConstLayer> for Algorithm

source§

fn from(s: ConstLayer) -> Self

Converts to this type from the input type.
source§

impl From<ContourFitting> for Algorithm

source§

fn from(s: ContourFitting) -> Self

Converts to this type from the input type.
source§

impl From<Convolution> for Algorithm

source§

fn from(s: Convolution) -> Self

Converts to this type from the input type.
source§

impl From<ConvolutionLayer> for Algorithm

source§

fn from(s: ConvolutionLayer) -> Self

Converts to this type from the input type.
source§

impl From<ConvolutionLayerInt8> for Algorithm

source§

fn from(s: ConvolutionLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<CorrelationLayer> for Algorithm

source§

fn from(s: CorrelationLayer) -> Self

Converts to this type from the input type.
source§

impl From<CosLayer> for Algorithm

source§

fn from(s: CosLayer) -> Self

Converts to this type from the input type.
source§

impl From<CoshLayer> for Algorithm

source§

fn from(s: CoshLayer) -> Self

Converts to this type from the input type.
source§

impl From<CropAndResizeLayer> for Algorithm

source§

fn from(s: CropAndResizeLayer) -> Self

Converts to this type from the input type.
source§

impl From<CropLayer> for Algorithm

source§

fn from(s: CropLayer) -> Self

Converts to this type from the input type.
source§

impl From<CumSumLayer> for Algorithm

source§

fn from(s: CumSumLayer) -> Self

Converts to this type from the input type.
source§

impl From<CustomPattern> for Algorithm

source§

fn from(s: CustomPattern) -> Self

Converts to this type from the input type.
source§

impl From<DAISY> for Algorithm

source§

fn from(s: DAISY) -> Self

Converts to this type from the input type.
source§

impl From<DFT> for Algorithm

source§

fn from(s: DFT) -> Self

Converts to this type from the input type.
source§

impl From<DISOpticalFlow> for Algorithm

source§

fn from(s: DISOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<DTFilter> for Algorithm

source§

fn from(s: DTFilter) -> Self

Converts to this type from the input type.
source§

impl From<DTrees> for Algorithm

source§

fn from(s: DTrees) -> Self

Converts to this type from the input type.
source§

impl From<DataAugmentationLayer> for Algorithm

source§

fn from(s: DataAugmentationLayer) -> Self

Converts to this type from the input type.
source§

impl From<DeconvolutionLayer> for Algorithm

source§

fn from(s: DeconvolutionLayer) -> Self

Converts to this type from the input type.
source§

impl From<DenseOpticalFlow> for Algorithm

source§

fn from(s: DenseOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<DenseRLOFOpticalFlow> for Algorithm

source§

fn from(s: DenseRLOFOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<DepthCleaner> for Algorithm

source§

fn from(s: DepthCleaner) -> Self

Converts to this type from the input type.
source§

impl From<DequantizeLayer> for Algorithm

source§

fn from(s: DequantizeLayer) -> Self

Converts to this type from the input type.
source§

impl From<DescriptorMatcher> for Algorithm

source§

fn from(s: DescriptorMatcher) -> Self

Converts to this type from the input type.
source§

impl From<DetectionOutputLayer> for Algorithm

source§

fn from(s: DetectionOutputLayer) -> Self

Converts to this type from the input type.
source§

impl From<DisparityFilter> for Algorithm

source§

fn from(s: DisparityFilter) -> Self

Converts to this type from the input type.
source§

impl From<DisparityWLSFilter> for Algorithm

source§

fn from(s: DisparityWLSFilter) -> Self

Converts to this type from the input type.
source§

impl From<DownhillSolver> for Algorithm

source§

fn from(s: DownhillSolver) -> Self

Converts to this type from the input type.
source§

impl From<DualTVL1OpticalFlow> for Algorithm

source§

fn from(s: DualTVL1OpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<ELULayer> for Algorithm

source§

fn from(s: ELULayer) -> Self

Converts to this type from the input type.
source§

impl From<EM> for Algorithm

source§

fn from(s: EM) -> Self

Converts to this type from the input type.
source§

impl From<EMDHistogramCostExtractor> for Algorithm

source§

fn from(s: EMDHistogramCostExtractor) -> Self

Converts to this type from the input type.
source§

impl From<EMDL1HistogramCostExtractor> for Algorithm

source§

fn from(s: EMDL1HistogramCostExtractor) -> Self

Converts to this type from the input type.
source§

impl From<ERFilter> for Algorithm

source§

fn from(s: ERFilter) -> Self

Converts to this type from the input type.
source§

impl From<EdgeAwareInterpolator> for Algorithm

source§

fn from(s: EdgeAwareInterpolator) -> Self

Converts to this type from the input type.
source§

impl From<EdgeBoxes> for Algorithm

source§

fn from(s: EdgeBoxes) -> Self

Converts to this type from the input type.
source§

impl From<EdgeDrawing> for Algorithm

source§

fn from(s: EdgeDrawing) -> Self

Converts to this type from the input type.
source§

impl From<EigenFaceRecognizer> for Algorithm

source§

fn from(s: EigenFaceRecognizer) -> Self

Converts to this type from the input type.
source§

impl From<EinsumLayer> for Algorithm

source§

fn from(s: EinsumLayer) -> Self

Converts to this type from the input type.
source§

impl From<EltwiseLayer> for Algorithm

source§

fn from(s: EltwiseLayer) -> Self

Converts to this type from the input type.
source§

impl From<EltwiseLayerInt8> for Algorithm

source§

fn from(s: EltwiseLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<ErfLayer> for Algorithm

source§

fn from(s: ErfLayer) -> Self

Converts to this type from the input type.
source§

impl From<ExpLayer> for Algorithm

source§

fn from(s: ExpLayer) -> Self

Converts to this type from the input type.
source§

impl From<ExpandLayer> for Algorithm

source§

fn from(s: ExpandLayer) -> Self

Converts to this type from the input type.
source§

impl From<FREAK> for Algorithm

source§

fn from(s: FREAK) -> Self

Converts to this type from the input type.
source§

impl From<FaceRecognizer> for Algorithm

source§

fn from(s: FaceRecognizer) -> Self

Converts to this type from the input type.
source§

impl From<Facemark> for Algorithm

source§

fn from(s: Facemark) -> Self

Converts to this type from the input type.
source§

impl From<FacemarkAAM> for Algorithm

source§

fn from(s: FacemarkAAM) -> Self

Converts to this type from the input type.
source§

impl From<FacemarkKazemi> for Algorithm

source§

fn from(s: FacemarkKazemi) -> Self

Converts to this type from the input type.
source§

impl From<FacemarkLBF> for Algorithm

source§

fn from(s: FacemarkLBF) -> Self

Converts to this type from the input type.
source§

impl From<FacemarkTrain> for Algorithm

source§

fn from(s: FacemarkTrain) -> Self

Converts to this type from the input type.
source§

impl From<FarnebackOpticalFlow> for Algorithm

source§

fn from(s: FarnebackOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<FastBilateralSolverFilter> for Algorithm

source§

fn from(s: FastBilateralSolverFilter) -> Self

Converts to this type from the input type.
source§

impl From<FastFeatureDetector> for Algorithm

source§

fn from(s: FastFeatureDetector) -> Self

Converts to this type from the input type.
source§

impl From<FastGlobalSmootherFilter> for Algorithm

source§

fn from(s: FastGlobalSmootherFilter) -> Self

Converts to this type from the input type.
source§

impl From<FastICPOdometry> for Algorithm

source§

fn from(s: FastICPOdometry) -> Self

Converts to this type from the input type.
source§

impl From<FastLineDetector> for Algorithm

source§

fn from(s: FastLineDetector) -> Self

Converts to this type from the input type.
source§

impl From<Feature2D> for Algorithm

source§

fn from(s: Feature2D) -> Self

Converts to this type from the input type.
source§

impl From<Filter> for Algorithm

source§

fn from(s: Filter) -> Self

Converts to this type from the input type.
source§

impl From<FisherFaceRecognizer> for Algorithm

source§

fn from(s: FisherFaceRecognizer) -> Self

Converts to this type from the input type.
source§

impl From<FlannBasedMatcher> for Algorithm

source§

fn from(s: FlannBasedMatcher) -> Self

Converts to this type from the input type.
source§

impl From<FlattenLayer> for Algorithm

source§

fn from(s: FlattenLayer) -> Self

Converts to this type from the input type.
source§

impl From<FloorLayer> for Algorithm

source§

fn from(s: FloorLayer) -> Self

Converts to this type from the input type.
source§

impl From<FlowWarpLayer> for Algorithm

source§

fn from(s: FlowWarpLayer) -> Self

Converts to this type from the input type.
source§

impl From<FreeType2> for Algorithm

source§

fn from(s: FreeType2) -> Self

Converts to this type from the input type.
source§

impl From<GFTTDetector> for Algorithm

source§

fn from(s: GFTTDetector) -> Self

Converts to this type from the input type.
source§

impl From<GPCTree> for Algorithm

source§

fn from(s: GPCTree) -> Self

Converts to this type from the input type.
source§

impl From<GRULayer> for Algorithm

source§

fn from(s: GRULayer) -> Self

Converts to this type from the input type.
source§

impl From<GatherElementsLayer> for Algorithm

source§

fn from(s: GatherElementsLayer) -> Self

Converts to this type from the input type.
source§

impl From<GatherLayer> for Algorithm

source§

fn from(s: GatherLayer) -> Self

Converts to this type from the input type.
source§

impl From<GeluApproximationLayer> for Algorithm

source§

fn from(s: GeluApproximationLayer) -> Self

Converts to this type from the input type.
source§

impl From<GeluLayer> for Algorithm

source§

fn from(s: GeluLayer) -> Self

Converts to this type from the input type.
source§

impl From<GemmLayer> for Algorithm

source§

fn from(s: GemmLayer) -> Self

Converts to this type from the input type.
source§

impl From<GeneralizedHough> for Algorithm

source§

fn from(s: GeneralizedHough) -> Self

Converts to this type from the input type.
source§

impl From<GeneralizedHoughBallard> for Algorithm

source§

fn from(s: GeneralizedHoughBallard) -> Self

Converts to this type from the input type.
source§

impl From<GeneralizedHoughGuil> for Algorithm

source§

fn from(s: GeneralizedHoughGuil) -> Self

Converts to this type from the input type.
source§

impl From<GraphSegmentation> for Algorithm

source§

fn from(s: GraphSegmentation) -> Self

Converts to this type from the input type.
source§

impl From<GrayCodePattern> for Algorithm

source§

fn from(s: GrayCodePattern) -> Self

Converts to this type from the input type.
source§

impl From<GrayworldWB> for Algorithm

source§

fn from(s: GrayworldWB) -> Self

Converts to this type from the input type.
source§

impl From<GuidedFilter> for Algorithm

source§

fn from(s: GuidedFilter) -> Self

Converts to this type from the input type.
source§

impl From<HardSigmoidLayer> for Algorithm

source§

fn from(s: HardSigmoidLayer) -> Self

Converts to this type from the input type.
source§

impl From<HardSwishLayer> for Algorithm

source§

fn from(s: HardSwishLayer) -> Self

Converts to this type from the input type.
source§

impl From<HarrisLaplaceFeatureDetector> for Algorithm

source§

fn from(s: HarrisLaplaceFeatureDetector) -> Self

Converts to this type from the input type.
source§

impl From<HausdorffDistanceExtractor> for Algorithm

source§

fn from(s: HausdorffDistanceExtractor) -> Self

Converts to this type from the input type.
source§

impl From<HfsSegment> for Algorithm

source§

fn from(s: HfsSegment) -> Self

Converts to this type from the input type.
source§

impl From<HistogramCostExtractor> for Algorithm

source§

fn from(s: HistogramCostExtractor) -> Self

Converts to this type from the input type.
source§

impl From<HistogramPhaseUnwrapping> for Algorithm

source§

fn from(s: HistogramPhaseUnwrapping) -> Self

Converts to this type from the input type.
source§

impl From<ICPOdometry> for Algorithm

source§

fn from(s: ICPOdometry) -> Self

Converts to this type from the input type.
source§

impl From<ImgHashBase> for Algorithm

source§

fn from(s: ImgHashBase) -> Self

Converts to this type from the input type.
source§

impl From<InnerProductLayer> for Algorithm

source§

fn from(s: InnerProductLayer) -> Self

Converts to this type from the input type.
source§

impl From<InnerProductLayerInt8> for Algorithm

source§

fn from(s: InnerProductLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<InstanceNormLayer> for Algorithm

source§

fn from(s: InstanceNormLayer) -> Self

Converts to this type from the input type.
source§

impl From<InterpLayer> for Algorithm

source§

fn from(s: InterpLayer) -> Self

Converts to this type from the input type.
source§

impl From<KAZE> for Algorithm

source§

fn from(s: KAZE) -> Self

Converts to this type from the input type.
source§

impl From<KNearest> for Algorithm

source§

fn from(s: KNearest) -> Self

Converts to this type from the input type.
source§

impl From<LATCH> for Algorithm

source§

fn from(s: LATCH) -> Self

Converts to this type from the input type.
source§

impl From<LBPHFaceRecognizer> for Algorithm

source§

fn from(s: LBPHFaceRecognizer) -> Self

Converts to this type from the input type.
source§

impl From<LMSolver> for Algorithm

source§

fn from(s: LMSolver) -> Self

Converts to this type from the input type.
source§

impl From<LRNLayer> for Algorithm

source§

fn from(s: LRNLayer) -> Self

Converts to this type from the input type.
source§

impl From<LSDDetector> for Algorithm

source§

fn from(s: LSDDetector) -> Self

Converts to this type from the input type.
source§

impl From<LSTMLayer> for Algorithm

source§

fn from(s: LSTMLayer) -> Self

Converts to this type from the input type.
source§

impl From<LUCID> for Algorithm

source§

fn from(s: LUCID) -> Self

Converts to this type from the input type.
source§

impl From<Layer> for Algorithm

source§

fn from(s: Layer) -> Self

Converts to this type from the input type.
source§

impl From<LayerNormLayer> for Algorithm

source§

fn from(s: LayerNormLayer) -> Self

Converts to this type from the input type.
source§

impl From<LearningBasedWB> for Algorithm

source§

fn from(s: LearningBasedWB) -> Self

Converts to this type from the input type.
source§

impl From<LineSegmentDetector> for Algorithm

source§

fn from(s: LineSegmentDetector) -> Self

Converts to this type from the input type.
source§

impl From<LogLayer> for Algorithm

source§

fn from(s: LogLayer) -> Self

Converts to this type from the input type.
source§

impl From<LogisticRegression> for Algorithm

source§

fn from(s: LogisticRegression) -> Self

Converts to this type from the input type.
source§

impl From<LookUpTable> for Algorithm

source§

fn from(s: LookUpTable) -> Self

Converts to this type from the input type.
source§

impl From<MACE> for Algorithm

source§

fn from(s: MACE) -> Self

Converts to this type from the input type.
source§

impl From<MCC_CCheckerDetector> for Algorithm

source§

fn from(s: MCC_CCheckerDetector) -> Self

Converts to this type from the input type.
source§

impl From<MSDDetector> for Algorithm

source§

fn from(s: MSDDetector) -> Self

Converts to this type from the input type.
source§

impl From<MSER> for Algorithm

source§

fn from(s: MSER) -> Self

Converts to this type from the input type.
source§

impl From<MVNLayer> for Algorithm

source§

fn from(s: MVNLayer) -> Self

Converts to this type from the input type.
source§

impl From<MarrHildrethHash> for Algorithm

source§

fn from(s: MarrHildrethHash) -> Self

Converts to this type from the input type.
source§

impl From<MatMulLayer> for Algorithm

source§

fn from(s: MatMulLayer) -> Self

Converts to this type from the input type.
source§

impl From<MaxUnpoolLayer> for Algorithm

source§

fn from(s: MaxUnpoolLayer) -> Self

Converts to this type from the input type.
source§

impl From<MergeDebevec> for Algorithm

source§

fn from(s: MergeDebevec) -> Self

Converts to this type from the input type.
source§

impl From<MergeExposures> for Algorithm

source§

fn from(s: MergeExposures) -> Self

Converts to this type from the input type.
source§

impl From<MergeMertens> for Algorithm

source§

fn from(s: MergeMertens) -> Self

Converts to this type from the input type.
source§

impl From<MergeRobertson> for Algorithm

source§

fn from(s: MergeRobertson) -> Self

Converts to this type from the input type.
source§

impl From<MinProblemSolver> for Algorithm

source§

fn from(s: MinProblemSolver) -> Self

Converts to this type from the input type.
source§

impl From<MishLayer> for Algorithm

source§

fn from(s: MishLayer) -> Self

Converts to this type from the input type.
source§

impl From<MotionSaliency> for Algorithm

source§

fn from(s: MotionSaliency) -> Self

Converts to this type from the input type.
source§

impl From<MotionSaliencyBinWangApr2014> for Algorithm

source§

fn from(s: MotionSaliencyBinWangApr2014) -> Self

Converts to this type from the input type.
source§

impl From<NaryEltwiseLayer> for Algorithm

source§

fn from(s: NaryEltwiseLayer) -> Self

Converts to this type from the input type.
source§

impl From<NormHistogramCostExtractor> for Algorithm

source§

fn from(s: NormHistogramCostExtractor) -> Self

Converts to this type from the input type.
source§

impl From<NormalBayesClassifier> for Algorithm

source§

fn from(s: NormalBayesClassifier) -> Self

Converts to this type from the input type.
source§

impl From<NormalizeBBoxLayer> for Algorithm

source§

fn from(s: NormalizeBBoxLayer) -> Self

Converts to this type from the input type.
source§

impl From<NotLayer> for Algorithm

source§

fn from(s: NotLayer) -> Self

Converts to this type from the input type.
source§

impl From<ORB> for Algorithm

source§

fn from(s: ORB) -> Self

Converts to this type from the input type.
source§

impl From<Objectness> for Algorithm

source§

fn from(s: Objectness) -> Self

Converts to this type from the input type.
source§

impl From<ObjectnessBING> for Algorithm

source§

fn from(s: ObjectnessBING) -> Self

Converts to this type from the input type.
source§

impl From<Odometry> for Algorithm

source§

fn from(s: Odometry) -> Self

Converts to this type from the input type.
source§

impl From<OpticalFlowPCAFlow> for Algorithm

source§

fn from(s: OpticalFlowPCAFlow) -> Self

Converts to this type from the input type.
source§

impl From<PCTSignatures> for Algorithm

source§

fn from(s: PCTSignatures) -> Self

Converts to this type from the input type.
source§

impl From<PCTSignaturesSQFD> for Algorithm

source§

fn from(s: PCTSignaturesSQFD) -> Self

Converts to this type from the input type.
source§

impl From<PHash> for Algorithm

source§

fn from(s: PHash) -> Self

Converts to this type from the input type.
source§

impl From<PaddingLayer> for Algorithm

source§

fn from(s: PaddingLayer) -> Self

Converts to this type from the input type.
source§

impl From<PermuteLayer> for Algorithm

source§

fn from(s: PermuteLayer) -> Self

Converts to this type from the input type.
source§

impl From<PhaseUnwrapping> for Algorithm

source§

fn from(s: PhaseUnwrapping) -> Self

Converts to this type from the input type.
source§

impl From<Plot2d> for Algorithm

source§

fn from(s: Plot2d) -> Self

Converts to this type from the input type.
source§

impl From<PoolingLayer> for Algorithm

source§

fn from(s: PoolingLayer) -> Self

Converts to this type from the input type.
source§

impl From<PoolingLayerInt8> for Algorithm

source§

fn from(s: PoolingLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<PowerLayer> for Algorithm

source§

fn from(s: PowerLayer) -> Self

Converts to this type from the input type.
source§

impl From<PriorBoxLayer> for Algorithm

source§

fn from(s: PriorBoxLayer) -> Self

Converts to this type from the input type.
source§

impl From<ProposalLayer> for Algorithm

source§

fn from(s: ProposalLayer) -> Self

Converts to this type from the input type.
source§

impl From<QualityBRISQUE> for Algorithm

source§

fn from(s: QualityBRISQUE) -> Self

Converts to this type from the input type.
source§

impl From<QualityBase> for Algorithm

source§

fn from(s: QualityBase) -> Self

Converts to this type from the input type.
source§

impl From<QualityGMSD> for Algorithm

source§

fn from(s: QualityGMSD) -> Self

Converts to this type from the input type.
source§

impl From<QualityMSE> for Algorithm

source§

fn from(s: QualityMSE) -> Self

Converts to this type from the input type.
source§

impl From<QualityPSNR> for Algorithm

source§

fn from(s: QualityPSNR) -> Self

Converts to this type from the input type.
source§

impl From<QualitySSIM> for Algorithm

source§

fn from(s: QualitySSIM) -> Self

Converts to this type from the input type.
source§

impl From<QuantizeLayer> for Algorithm

source§

fn from(s: QuantizeLayer) -> Self

Converts to this type from the input type.
source§

impl From<RFFeatureGetter> for Algorithm

source§

fn from(s: RFFeatureGetter) -> Self

Converts to this type from the input type.
source§

impl From<RICInterpolator> for Algorithm

source§

fn from(s: RICInterpolator) -> Self

Converts to this type from the input type.
source§

impl From<RNNLayer> for Algorithm

source§

fn from(s: RNNLayer) -> Self

Converts to this type from the input type.
source§

impl From<RTrees> for Algorithm

source§

fn from(s: RTrees) -> Self

Converts to this type from the input type.
source§

impl From<RadialVarianceHash> for Algorithm

source§

fn from(s: RadialVarianceHash) -> Self

Converts to this type from the input type.
source§

impl From<Rapid_GOSTracker> for Algorithm

source§

fn from(s: Rapid_GOSTracker) -> Self

Converts to this type from the input type.
source§

impl From<Rapid_OLSTracker> for Algorithm

source§

fn from(s: Rapid_OLSTracker) -> Self

Converts to this type from the input type.
source§

impl From<Rapid_Rapid> for Algorithm

source§

fn from(s: Rapid_Rapid) -> Self

Converts to this type from the input type.
source§

impl From<Rapid_Tracker> for Algorithm

source§

fn from(s: Rapid_Tracker) -> Self

Converts to this type from the input type.
source§

impl From<ReLU6Layer> for Algorithm

source§

fn from(s: ReLU6Layer) -> Self

Converts to this type from the input type.
source§

impl From<ReLULayer> for Algorithm

source§

fn from(s: ReLULayer) -> Self

Converts to this type from the input type.
source§

impl From<ReciprocalLayer> for Algorithm

source§

fn from(s: ReciprocalLayer) -> Self

Converts to this type from the input type.
source§

impl From<ReduceLayer> for Algorithm

source§

fn from(s: ReduceLayer) -> Self

Converts to this type from the input type.
source§

impl From<RegionLayer> for Algorithm

source§

fn from(s: RegionLayer) -> Self

Converts to this type from the input type.
source§

impl From<ReorgLayer> for Algorithm

source§

fn from(s: ReorgLayer) -> Self

Converts to this type from the input type.
source§

impl From<RequantizeLayer> for Algorithm

source§

fn from(s: RequantizeLayer) -> Self

Converts to this type from the input type.
source§

impl From<ReshapeLayer> for Algorithm

source§

fn from(s: ReshapeLayer) -> Self

Converts to this type from the input type.
source§

impl From<ResizeLayer> for Algorithm

source§

fn from(s: ResizeLayer) -> Self

Converts to this type from the input type.
source§

impl From<Retina> for Algorithm

source§

fn from(s: Retina) -> Self

Converts to this type from the input type.
source§

impl From<RetinaFastToneMapping> for Algorithm

source§

fn from(s: RetinaFastToneMapping) -> Self

Converts to this type from the input type.
source§

impl From<RgbdICPOdometry> for Algorithm

source§

fn from(s: RgbdICPOdometry) -> Self

Converts to this type from the input type.
source§

impl From<RgbdNormals> for Algorithm

source§

fn from(s: RgbdNormals) -> Self

Converts to this type from the input type.
source§

impl From<RgbdOdometry> for Algorithm

source§

fn from(s: RgbdOdometry) -> Self

Converts to this type from the input type.
source§

impl From<RgbdPlane> for Algorithm

source§

fn from(s: RgbdPlane) -> Self

Converts to this type from the input type.
source§

impl From<RidgeDetectionFilter> for Algorithm

source§

fn from(s: RidgeDetectionFilter) -> Self

Converts to this type from the input type.
source§

impl From<RoundLayer> for Algorithm

source§

fn from(s: RoundLayer) -> Self

Converts to this type from the input type.
source§

impl From<SIFT> for Algorithm

source§

fn from(s: SIFT) -> Self

Converts to this type from the input type.
source§

impl From<SURF> for Algorithm

source§

fn from(s: SURF) -> Self

Converts to this type from the input type.
source§

impl From<SVM> for Algorithm

source§

fn from(s: SVM) -> Self

Converts to this type from the input type.
source§

impl From<SVMSGD> for Algorithm

source§

fn from(s: SVMSGD) -> Self

Converts to this type from the input type.
source§

impl From<SVM_Kernel> for Algorithm

source§

fn from(s: SVM_Kernel) -> Self

Converts to this type from the input type.
source§

impl From<Saliency> for Algorithm

source§

fn from(s: Saliency) -> Self

Converts to this type from the input type.
source§

impl From<ScaleLayer> for Algorithm

source§

fn from(s: ScaleLayer) -> Self

Converts to this type from the input type.
source§

impl From<ScaleLayerInt8> for Algorithm

source§

fn from(s: ScaleLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<ScanSegment> for Algorithm

source§

fn from(s: ScanSegment) -> Self

Converts to this type from the input type.
source§

impl From<ScatterLayer> for Algorithm

source§

fn from(s: ScatterLayer) -> Self

Converts to this type from the input type.
source§

impl From<ScatterNDLayer> for Algorithm

source§

fn from(s: ScatterNDLayer) -> Self

Converts to this type from the input type.
source§

impl From<SelectiveSearchSegmentation> for Algorithm

source§

fn from(s: SelectiveSearchSegmentation) -> Self

Converts to this type from the input type.
source§

impl From<SelectiveSearchSegmentationStrategy> for Algorithm

source§

fn from(s: SelectiveSearchSegmentationStrategy) -> Self

Converts to this type from the input type.
source§

impl From<SelectiveSearchSegmentationStrategyColor> for Algorithm

source§

fn from(s: SelectiveSearchSegmentationStrategyColor) -> Self

Converts to this type from the input type.
source§

impl From<SelectiveSearchSegmentationStrategyFill> for Algorithm

source§

fn from(s: SelectiveSearchSegmentationStrategyFill) -> Self

Converts to this type from the input type.
source§

impl From<SelectiveSearchSegmentationStrategyMultiple> for Algorithm

source§

fn from(s: SelectiveSearchSegmentationStrategyMultiple) -> Self

Converts to this type from the input type.
source§

impl From<SelectiveSearchSegmentationStrategySize> for Algorithm

source§

fn from(s: SelectiveSearchSegmentationStrategySize) -> Self

Converts to this type from the input type.
source§

impl From<SelectiveSearchSegmentationStrategyTexture> for Algorithm

source§

fn from(s: SelectiveSearchSegmentationStrategyTexture) -> Self

Converts to this type from the input type.
source§

impl From<SeluLayer> for Algorithm

source§

fn from(s: SeluLayer) -> Self

Converts to this type from the input type.
source§

impl From<ShapeContextDistanceExtractor> for Algorithm

source§

fn from(s: ShapeContextDistanceExtractor) -> Self

Converts to this type from the input type.
source§

impl From<ShapeDistanceExtractor> for Algorithm

source§

fn from(s: ShapeDistanceExtractor) -> Self

Converts to this type from the input type.
source§

impl From<ShapeTransformer> for Algorithm

source§

fn from(s: ShapeTransformer) -> Self

Converts to this type from the input type.
source§

impl From<ShiftLayer> for Algorithm

source§

fn from(s: ShiftLayer) -> Self

Converts to this type from the input type.
source§

impl From<ShiftLayerInt8> for Algorithm

source§

fn from(s: ShiftLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<ShrinkLayer> for Algorithm

source§

fn from(s: ShrinkLayer) -> Self

Converts to this type from the input type.
source§

impl From<ShuffleChannelLayer> for Algorithm

source§

fn from(s: ShuffleChannelLayer) -> Self

Converts to this type from the input type.
source§

impl From<SigmoidLayer> for Algorithm

source§

fn from(s: SigmoidLayer) -> Self

Converts to this type from the input type.
source§

impl From<SignLayer> for Algorithm

source§

fn from(s: SignLayer) -> Self

Converts to this type from the input type.
source§

impl From<SimpleBlobDetector> for Algorithm

source§

fn from(s: SimpleBlobDetector) -> Self

Converts to this type from the input type.
source§

impl From<SimpleWB> for Algorithm

source§

fn from(s: SimpleWB) -> Self

Converts to this type from the input type.
source§

impl From<SinLayer> for Algorithm

source§

fn from(s: SinLayer) -> Self

Converts to this type from the input type.
source§

impl From<SinhLayer> for Algorithm

source§

fn from(s: SinhLayer) -> Self

Converts to this type from the input type.
source§

impl From<SinusoidalPattern> for Algorithm

source§

fn from(s: SinusoidalPattern) -> Self

Converts to this type from the input type.
source§

impl From<SliceLayer> for Algorithm

source§

fn from(s: SliceLayer) -> Self

Converts to this type from the input type.
source§

impl From<SoftmaxLayer> for Algorithm

source§

fn from(s: SoftmaxLayer) -> Self

Converts to this type from the input type.
source§

impl From<SoftmaxLayerInt8> for Algorithm

source§

fn from(s: SoftmaxLayerInt8) -> Self

Converts to this type from the input type.
source§

impl From<SoftplusLayer> for Algorithm

source§

fn from(s: SoftplusLayer) -> Self

Converts to this type from the input type.
source§

impl From<SoftsignLayer> for Algorithm

source§

fn from(s: SoftsignLayer) -> Self

Converts to this type from the input type.
source§

impl From<SparseMatchInterpolator> for Algorithm

source§

fn from(s: SparseMatchInterpolator) -> Self

Converts to this type from the input type.
source§

impl From<SparseOpticalFlow> for Algorithm

source§

fn from(s: SparseOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<SparsePyrLKOpticalFlow> for Algorithm

source§

fn from(s: SparsePyrLKOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<SparseRLOFOpticalFlow> for Algorithm

source§

fn from(s: SparseRLOFOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<SplitLayer> for Algorithm

source§

fn from(s: SplitLayer) -> Self

Converts to this type from the input type.
source§

impl From<SqrtLayer> for Algorithm

source§

fn from(s: SqrtLayer) -> Self

Converts to this type from the input type.
source§

impl From<StarDetector> for Algorithm

source§

fn from(s: StarDetector) -> Self

Converts to this type from the input type.
source§

impl From<StatModel> for Algorithm

source§

fn from(s: StatModel) -> Self

Converts to this type from the input type.
source§

impl From<StaticSaliency> for Algorithm

source§

fn from(s: StaticSaliency) -> Self

Converts to this type from the input type.
source§

impl From<StaticSaliencyFineGrained> for Algorithm

source§

fn from(s: StaticSaliencyFineGrained) -> Self

Converts to this type from the input type.
source§

impl From<StaticSaliencySpectralResidual> for Algorithm

source§

fn from(s: StaticSaliencySpectralResidual) -> Self

Converts to this type from the input type.
source§

impl From<StereoBM> for Algorithm

source§

fn from(s: StereoBM) -> Self

Converts to this type from the input type.
source§

impl From<StereoMatcher> for Algorithm

source§

fn from(s: StereoMatcher) -> Self

Converts to this type from the input type.
source§

impl From<StereoSGBM> for Algorithm

source§

fn from(s: StereoSGBM) -> Self

Converts to this type from the input type.
source§

impl From<StructuredEdgeDetection> for Algorithm

source§

fn from(s: StructuredEdgeDetection) -> Self

Converts to this type from the input type.
source§

impl From<StructuredLightPattern> for Algorithm

source§

fn from(s: StructuredLightPattern) -> Self

Converts to this type from the input type.
source§

impl From<SuperRes_BroxOpticalFlow> for Algorithm

source§

fn from(s: SuperRes_BroxOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<SuperRes_DenseOpticalFlowExt> for Algorithm

source§

fn from(s: SuperRes_DenseOpticalFlowExt) -> Self

Converts to this type from the input type.
source§

impl From<SuperRes_DualTVL1OpticalFlow> for Algorithm

source§

fn from(s: SuperRes_DualTVL1OpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<SuperRes_FarnebackOpticalFlow> for Algorithm

source§

fn from(s: SuperRes_FarnebackOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<SuperRes_PyrLKOpticalFlow> for Algorithm

source§

fn from(s: SuperRes_PyrLKOpticalFlow) -> Self

Converts to this type from the input type.
source§

impl From<SuperRes_SuperResolution> for Algorithm

source§

fn from(s: SuperRes_SuperResolution) -> Self

Converts to this type from the input type.
source§

impl From<SuperpixelLSC> for Algorithm

source§

fn from(s: SuperpixelLSC) -> Self

Converts to this type from the input type.
source§

impl From<SuperpixelSEEDS> for Algorithm

source§

fn from(s: SuperpixelSEEDS) -> Self

Converts to this type from the input type.
source§

impl From<SuperpixelSLIC> for Algorithm

source§

fn from(s: SuperpixelSLIC) -> Self

Converts to this type from the input type.
source§

impl From<SwishLayer> for Algorithm

source§

fn from(s: SwishLayer) -> Self

Converts to this type from the input type.
source§

impl From<SyntheticSequenceGenerator> for Algorithm

source§

fn from(s: SyntheticSequenceGenerator) -> Self

Converts to this type from the input type.
source§

impl From<TBMR> for Algorithm

source§

fn from(s: TBMR) -> Self

Converts to this type from the input type.
source§

impl From<TEBLID> for Algorithm

source§

fn from(s: TEBLID) -> Self

Converts to this type from the input type.
source§

impl From<TanHLayer> for Algorithm

source§

fn from(s: TanHLayer) -> Self

Converts to this type from the input type.
source§

impl From<TanLayer> for Algorithm

source§

fn from(s: TanLayer) -> Self

Converts to this type from the input type.
source§

impl From<ThinPlateSplineShapeTransformer> for Algorithm

source§

fn from(s: ThinPlateSplineShapeTransformer) -> Self

Converts to this type from the input type.
source§

impl From<ThresholdedReluLayer> for Algorithm

source§

fn from(s: ThresholdedReluLayer) -> Self

Converts to this type from the input type.
source§

impl From<TileLayer> for Algorithm

source§

fn from(s: TileLayer) -> Self

Converts to this type from the input type.
source§

impl From<Tonemap> for Algorithm

source§

fn from(s: Tonemap) -> Self

Converts to this type from the input type.
source§

impl From<TonemapDrago> for Algorithm

source§

fn from(s: TonemapDrago) -> Self

Converts to this type from the input type.
source§

impl From<TonemapDurand> for Algorithm

source§

fn from(s: TonemapDurand) -> Self

Converts to this type from the input type.
source§

impl From<TonemapMantiuk> for Algorithm

source§

fn from(s: TonemapMantiuk) -> Self

Converts to this type from the input type.
source§

impl From<TonemapReinhard> for Algorithm

source§

fn from(s: TonemapReinhard) -> Self

Converts to this type from the input type.
source§

impl From<TransientAreasSegmentationModule> for Algorithm

source§

fn from(s: TransientAreasSegmentationModule) -> Self

Converts to this type from the input type.
source§

impl From<VGG> for Algorithm

source§

fn from(s: VGG) -> Self

Converts to this type from the input type.
source§

impl From<VariationalRefinement> for Algorithm

source§

fn from(s: VariationalRefinement) -> Self

Converts to this type from the input type.
source§

impl From<WhiteBalancer> for Algorithm

source§

fn from(s: WhiteBalancer) -> Self

Converts to this type from the input type.
source§

impl TryFrom<Algorithm> for ConjGradSolver

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Algorithm) -> Result<Self>

Performs the conversion.
source§

impl TryFrom<Algorithm> for DownhillSolver

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Algorithm) -> Result<Self>

Performs the conversion.
source§

impl TryFrom<Algorithm> for MinProblemSolver

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(s: Algorithm) -> Result<Self>

Performs the conversion.
source§

impl Send for Algorithm

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Mat> ModifyInplace for Mat
where Mat: Boxed,

source§

unsafe fn modify_inplace<Res>( &mut self, f: impl FnOnce(&Mat, &mut Mat) -> Res ) -> Res

Helper function to call OpenCV functions that allow in-place modification of a Mat or another similar object. By passing a mutable reference to the Mat to this function your closure will get called with the read reference and a write references to the same Mat. This is of course unsafe as it breaks the Rust aliasing rules, but it might be useful for some performance sensitive operations. One example of an OpenCV function that allows such in-place modification is imgproc::threshold. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.