Home
last modified time | relevance | path

Searched refs:boundary_points (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp231 Mat boundary_points; in poissonSolver() local
232 Laplacian(bound, boundary_points, CV_32F); in poissonSolver()
234 boundary_points = lap - boundary_points; in poissonSolver()
236 Mat mod_diff = boundary_points(Rect(1, 1, w-2, h-2)); in poissonSolver()