Solar
Public Member Functions | List of all members
SolAR::MODULES::OPENCV::SolARImageFilterAdaptiveBinaryOpencv Class Reference

Filters a greyscale image to a binary image based on an adaptive threshold. UUID: 901e7a07-5013-4907-be41-0259fca3726c More...

#include <SolARImageFilterAdaptiveBinaryOpencv.h>

Inheritance diagram for SolAR::MODULES::OPENCV::SolARImageFilterAdaptiveBinaryOpencv:
Inheritance graph
[legend]
Collaboration diagram for SolAR::MODULES::OPENCV::SolARImageFilterAdaptiveBinaryOpencv:
Collaboration graph
[legend]

Public Member Functions

FrameworkReturnCode filter (const SRef< datastructure::Image >input, SRef< datastructure::Image > &output) override
 
void unloadComponent () override final
 

Detailed Description

Filters a greyscale image to a binary image based on an adaptive threshold. UUID: 901e7a07-5013-4907-be41-0259fca3726c

Properties
max Non - zero value assigned to the pixels for which the condition is satisfied
type: int; range : [0..255]; default: 255
blockSize Size of a pixel neighborhood that is used to calculate a threshold value for the
pixel : 3, 5, 7, and so on.
type: int; range : [0..MAX INT]; default: 11
C Constant subtracted from the mean or weighted mean(see the details below).Normally, it
is positive but may be zero or negative as well.
type: int; range : [MIN INT..MAX INT]; default: 2

The documentation for this class was generated from the following file: