Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/dynamic_depth/
Dpoint_cloud.cc26 PointCloud::PointCloud() : metric_(false) {} in PointCloud()
54 point_cloud->metric_ = metric; in FromData()
79 bool PointCloud::GetMetric() const { return metric_; } in GetMetric()
115 metric_); in Serialize()
155 metric_ = false; in ParseFields()
157 metric_ = metric; in ParseFields()
/external/dynamic_depth/includes/dynamic_depth/
Dpoint_cloud.h58 bool metric_; variable
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h756 double compare(const Image &reference_,const MetricType metric_);
759 const MetricType metric_ );
763 Image compare(const Image &reference_,const MetricType metric_,
766 const MetricType metric_,double *distortion);
1389 Image subImageSearch(const Image &reference_,const MetricType metric_,
/external/ImageMagick/Magick++/lib/
DImage.cpp2461 double Magick::Image::compare(const Image &reference_,const MetricType metric_) in compare() argument
2467 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, in compare()
2474 const Image &reference_,const MetricType metric_) in compareChannel() argument
2481 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, in compareChannel()
2489 const MetricType metric_,double *distortion) in compare() argument
2495 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion, in compare()
2505 const Image &reference_,const MetricType metric_,double *distortion) in compareChannel() argument
2512 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion, in compareChannel()
4586 const MetricType metric_,Geometry *offset_,double *similarityMetric_, in subImageSearch() argument
4596 newImage=SimilarityImage(image(),reference_.constImage(),metric_, in subImageSearch()