HomeSort by relevance Sort by last modified time
    Searched refs:temp_image (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/python/test/
goodfeatures.py 12 temp_image = cv.CreateImage(size, cv.IPL_DEPTH_32F, 1)
15 results = dict([(t, cv.GoodFeaturesToTrack(arr, eig_image, temp_image, 20000, t, 2, useHarris = 1)) for t in threshes])
22 results2 = dict([(t, cv.GoodFeaturesToTrack(arr, eig_image, temp_image, 20000, t, 2, useHarris = 1)) for t in threshes])
  /external/piex/src/
piex.cc 433 Image temp_image; local
434 if (GetImageData(tiff_content.tiff_directory[0], stream, &temp_image)) {
435 if (IsThumbnail(temp_image, kDngThumbnailMaxDimension)) {
436 thumbnail = temp_image;
437 } else if (temp_image.format == Image::kJpegCompressed) {
438 preview = temp_image;
444 if (GetImageData(ifd, stream, &temp_image)) {
446 if (IsThumbnail(temp_image, kDngThumbnailMaxDimension)) {
447 if (temp_image > thumbnail) {
448 thumbnail = temp_image;
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 1016 Image_FFMPEG temp_image;
1093 memset(&temp_image, 0, sizeof(temp_image));
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h     [all...]
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 431 milliseconds