opencv2/phase_unwrapping/histogramphaseunwrapping.hpp#
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/phase_unwrapping/phase_unwrapping.hpp>
Include dependency graph for histogramphaseunwrapping.hpp:
This graph shows which files directly or indirectly include histogramphaseunwrapping.hpp:
Classes#
class cv::phase_unwrapping::HistogramPhaseUnwrapping
Class implementing two-dimensional phase unwrapping based on [175] This algorithm belongs to the quality-guided phase unwrapping methods. First, it computes a reliability map from second differences between a pixel and its eight neighbours. Reliability values lie between 0 and 16pipi. Then, this reliability map is used to compute the reliabilities of “edges”. An edge is an entity defined by two pixels that are connected horizontally or vertically. Its reliability is found by adding the the reliabilities of the two pixels connected through it. Edges are sorted in a histogram based on their reliability values. This histogram is then used to unwrap pixels, starting from the highest quality pixel. More…
struct cv::phase_unwrapping::HistogramPhaseUnwrapping::Params
Parameters of phaseUnwrapping constructor. More…
Namespaces#
namespace cv
namespace cv::phase_unwrapping