Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/example/
Dhessian.cpp160 long hessian_determinant_threshold = std::stol(argv[3]); in main() local
202 auto corner_points = suppress(gil::view(hessian_response), hessian_determinant_threshold); in main()