Home
last modified time | relevance | path

Searched defs:images (Results 1 – 25 of 64) sorted by relevance

123

/external/opencv3/doc/tutorials/core/
Dmat_operations.markdown33 ### Accessing pixel intensity values
82 ### Memory management and reference counting
113 ### Primitive operations
145 ### Visualizing images
/external/opencv3/modules/photo/test/
Dtest_hdr.cpp61 void loadExposureSeq(String path, vector<Mat>& images, vector<float>& times = DEFAULT_VECTOR) in loadExposureSeq()
159 vector<Mat> images; in TEST() local
185 vector<Mat> images; in TEST() local
208 vector<Mat> images; in TEST() local
228 vector<Mat> images; in TEST() local
247 vector<Mat> images; in TEST() local
Dtest_denoise_tvl1.cpp85 std::vector<cv::Mat> images(obs_num, cv::Mat()); in TEST() local
/external/opencv3/modules/stitching/src/
Dstitcher.cpp89 Stitcher::Status Stitcher::estimateTransform(InputArrayOfArrays images) in estimateTransform()
95 Stitcher::Status Stitcher::estimateTransform(InputArrayOfArrays images, const std::vector<std::vect… in estimateTransform()
119 Stitcher::Status Stitcher::composePanorama(InputArrayOfArrays images, OutputArray pano) in composePanorama()
361 Stitcher::Status Stitcher::stitch(InputArrayOfArrays images, OutputArray pano) in stitch()
370 Stitcher::Status Stitcher::stitch(InputArrayOfArrays images, const std::vector<std::vector<Rect> > … in stitch()
Dexposure_compensate.cpp61 void ExposureCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images, in feed()
71 void GainCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images, in feed()
163 void BlocksGainCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images, in feed()
Dutil.cpp116 Rect resultRoi(const std::vector<Point> &corners, const std::vector<UMat> &images) in resultRoi()
/external/opencv3/samples/cpp/tutorial_code/photo/hdr_imaging/
Dhdr_imaging.cpp15 vector<Mat> images; in main() local
42 void loadExposureSeq(String path, vector<Mat>& images, vector<float>& times) in loadExposureSeq()
/external/opencv3/modules/features2d/src/
Dfeature2d.cpp76 vector<Mat> images, masks; in detect() local
120 vector<Mat> images; in compute() local
/external/opencv3/samples/cpp/
Dpca.cpp54 static void read_imgList(const string& filename, vector<Mat>& images) { in read_imgList()
133 vector<Mat> images; in main() local
Dstarter_imagelist.cpp48 int process(vector<string> images) in process()
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dstyle_sheet.py38 def images(self): member in ParsedStyleSheet
114 def images(self): member in StyleSheet
/external/opencv3/modules/photo/src/
Dmerge.cpp61 std::vector<Mat> images; in process() local
154 std::vector<Mat> images; in process() local
301 std::vector<Mat> images; in process() local
Dhdr_common.cpp49 void checkImageDimensions(const std::vector<Mat>& images) in checkImageDimensions()
Dcalibrate.cpp66 std::vector<Mat> images; in process() local
186 std::vector<Mat> images; in process() local
/external/opencv3/modules/java/src/
Dfeatures2d+FeatureDetector.java107 public void detect(List<Mat> images, List<MatOfKeyPoint> keypoints, List<Mat> masks) in detect()
119 public void detect(List<Mat> images, List<MatOfKeyPoint> keypoints) in detect()
Dfeatures2d+DescriptorExtractor.java62 public void compute(List<Mat> images, List<MatOfKeyPoint> keypoints, List<Mat> descriptors) in compute()
/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp1131 IplImage* images[CV_MAX_DIM+1]; member in CV_CalcHistTest
1227 CvMat images[CV_MAX_DIM], mask = cvMat(1,1,CV_8U); in cvTsCalcHist() local
1342 IplImage* images[CV_MAX_DIM+3]; member in CV_CalcBackProjectTest
1447 cvTsCalcBackProject( IplImage** images, IplImage* dst, CvHistogram* hist, int* channels ) in cvTsCalcBackProject()
1561 IplImage* images[CV_MAX_DIM+2]; member in CV_CalcBackProjectPatchTest
1675 cvTsCalcBackProjectPatch( IplImage** images, IplImage* dst, CvSize patch_size, in cvTsCalcBackProjectPatch()
/external/autotest/server/hosts/
Dtestbed.py214 def locate_devices(self, images): argument
/external/vulkan-validation-layers/demos/smoke/
DHelpers.h120 inline VkResult get(VkDevice dev, VkSwapchainKHR swapchain, std::vector<VkImage> &images) in get()
/external/skia/gm/
Dimagefromyuvtextures.cpp144 SkTArray<SkImage*> images; in onDraw() local
/external/libdrm/tests/exynos/
Dexynos_fimg2d_perf.c113 struct g2d_image *images; in fimg2d_perf_multi() local
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp115 static void histPrepareImages( const Mat* images, int nimages, const int* channels, in histPrepareImages()
1223 void cv::calcHist( const Mat* images, int nimages, const int* channels, in calcHist()
1427 static void calcHist( const Mat* images, int nimages, const int* channels, in calcHist()
1525 static bool ocl_calcHist(InputArrayOfArrays images, OutputArray hist) in ocl_calcHist()
1537 void cv::calcHist( const Mat* images, int nimages, const int* channels, in calcHist()
1547 void cv::calcHist( InputArrayOfArrays images, const std::vector<int>& channels, in calcHist()
1876 void cv::calcBackProject( const Mat* images, int nimages, const int* channels, in calcBackProject()
2039 void cv::calcBackProject( const Mat* images, int nimages, const int* channels, in calcBackProject()
2105 std::vector<UMat> images; in ocl_calcBackProject() local
2217 void cv::calcBackProject( InputArrayOfArrays images, const std::vector<int>& channels, in calcBackProject()
[all …]
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.image.js58 images: { property
Djquery.flot.image.min.js7 (function($){var options={series:{images:{show:false,alpha:1,anchor:"corner"}}};$.plot.image={};$.p… property
/external/opencv3/modules/imgproc/test/ocl/
Dtest_histogram.cpp75 std::vector<Mat> images; in PARAM_TEST_CASE() local

123