#include <cvd/image.h>
#include <TooN/TooN.h>
#include <TooN/helpers.h>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
struct | CVD::TensorVoting::TV_coord |
Namespaces | |
namespace | CVD |
namespace | CVD::TensorVoting |
Functions | |
std::vector< std::pair < TV_coord, TooN::Matrix< 2 > > > | CVD::TensorVoting::compute_a_tensor_kernel (int radius, double cutoff, double angle, double sigma, double ratio, int row_stride) |
template<class C > | |
Image< TooN::Matrix< 2 > > | CVD::dense_tensor_vote_gradients (const SubImage< C > &image, double sigma, double ratio, double cutoff=0.001, unsigned int num_divs=4096) |
unsigned int | CVD::TensorVoting::quantize_half_angle (double r, int num_divs) |