OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:searchlocations
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/java/src/
objdetect+HOGDescriptor.java
207
// C++: void detect(Mat img, vector_Point& foundLocations, vector_double& weights, double hitThreshold = 0, Size winStride = Size(), Size padding = Size(), vector_Point
searchLocations
= std::vector<Point>())
210
//javadoc: HOGDescriptor::detect(img, foundLocations, weights, hitThreshold, winStride, padding,
searchLocations
)
211
public void detect(Mat img, MatOfPoint foundLocations, MatOfDouble weights, double hitThreshold, Size winStride, Size padding, MatOfPoint
searchLocations
)
215
Mat searchLocations_mat =
searchLocations
;
531
// C++: void detect(Mat img, vector_Point& foundLocations, vector_double& weights, double hitThreshold = 0, Size winStride = Size(), Size padding = Size(), vector_Point
searchLocations
= std::vector<Point>())
objdetect.cpp
819
// void detect(Mat img, vector_Point& foundLocations, vector_double& weights, double hitThreshold = 0, Size winStride = Size(), Size padding = Size(), vector_Point
searchLocations
= std::vector<Point>())
834
std::vector<Point>
searchLocations
[
all
...]
/external/opencv3/modules/objdetect/include/opencv2/
objdetect.hpp
397
const std::vector<Point>&
searchLocations
= std::vector<Point>()) const;
402
const std::vector<Point>&
searchLocations
=std::vector<Point>()) const;
Completed in 3698 milliseconds