HomeSort by relevance Sort by last modified time
    Searched full:frame1 (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /external/opencv3/modules/cudalegacy/src/
interpolate_frames.cpp 54 void cv::cuda::interpolateFrames(const GpuMat& frame0, const GpuMat& frame1, const GpuMat& fu, const GpuMat& fv, const GpuMat& bu, const GpuMat& bv,
58 CV_Assert(frame1.size() == frame0.size() && frame1.type() == frame0.type());
83 CV_Assert(frame1.step == step && fu.step == step && fv.step == step && bu.step == step && bv.step == step && newFrame.step == step && buf.step == step);
93 state.pSrcFrame1 = const_cast<Ncv32f*>(frame1.ptr<Ncv32f>());
  /external/opencv3/samples/cpp/
tvl1_optical_flow.cpp 153 cerr << "Usage : " << argv[0] << "<frame0> <frame1> [<output_flow>]" << endl;
158 Mat frame1 = imread(argv[2], IMREAD_GRAYSCALE); local
165 if (frame1.empty())
171 if (frame1.size() != frame0.size())
181 tvl1->calc(frame0, frame1, flow);
  /external/opencv3/modules/video/perf/opencl/
perf_optflow_dualTVL1.cpp 72 Mat frame1 = imread(getDataPath("cv/optflow/RubberWhale2.png"), cv::IMREAD_GRAYSCALE); local
73 ASSERT_FALSE(frame1.empty()) << "can't load RubberWhale2.png";
85 UMat uFrame1; frame1.copyTo(uFrame1);
perf_optflow_farneback.cpp 77 Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE); local
78 ASSERT_FALSE(frame1.empty()) << "can't load rubberwhale2.png";
96 UMat uFrame1; frame1.copyTo(uFrame1);
perf_optflow_pyrlk.cpp 70 Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE); local
71 ASSERT_FALSE(frame1.empty()) << "can't load rubberwhale2.png";
74 UMat uFrame1; frame1.copyTo(uFrame1);
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 317 cricket::WebRtcVideoFrame frame1(buffer, 200, webrtc::kVideoRotation_0);
318 cricket::VideoFrame* frame2 = frame1.Copy();
319 EXPECT_EQ(frame1.GetNativeHandle(), frame2->GetNativeHandle());
320 EXPECT_EQ(frame1.GetWidth(), frame2->GetWidth());
321 EXPECT_EQ(frame1.GetHeight(), frame2->GetHeight());
322 EXPECT_EQ(frame1.GetTimeStamp(), frame2->GetTimeStamp());
  /external/opencv3/modules/video/test/ocl/
test_optflowpyrlk.cpp 85 cv::Mat frame1 = readImage("optflow/RubberWhale2.png", cv::IMREAD_GRAYSCALE); local
86 ASSERT_FALSE(frame1.empty());
87 UMat umatFrame1; frame1.copyTo(umatFrame1);
95 OCL_OFF(cv::calcOpticalFlowPyrLK(frame0, frame1, pts, cpuNextPts, cpuStatusCPU, cpuErr, winSize, maxLevel, criteria, flags, minEigThreshold));
  /external/opencv3/modules/videostab/src/
inpainting.cpp 200 const Mat &M, const Mat &frame0, const Mat &mask0, const Mat &frame1)
202 CV_Assert(frame0.type() == CV_8UC3 && frame1.type() == CV_8UC3);
204 CV_Assert(frame0.size() == frame1.size());
219 if (y1 >= 0 && y1 < frame1.rows && x1 >= 0 && x1 < frame1.cols)
220 err += std::abs(intensity(frame1.at<Point3_<uchar> >(y1,x1)) -
294 Point3_<uchar> cp = frame1(py1,px1), cq = frame1(qy1,qx1);
316 Mat_<Point3_<uchar> > frame1; member in class:cv::videostab::MotionInpaintBody
411 body.frame1 = transformedFrame1_
    [all...]
  /external/opencv3/samples/gpu/
pyrlk_optical_flow.cpp 119 Mat frame1 = imread(fname1); local
121 if (frame0.empty() || frame1.empty())
138 cv::cvtColor(frame1, frame1Gray, COLOR_BGR2GRAY);
155 GpuMat d_frame1(frame1);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 137 v16i8 frame1 = { 0 }; local
170 INSERT_D2_SB(f0, f1, frame1);
174 ILVRL_B2_UB(frame1, frame2, frame_l, frame_h);
253 void vp8_temporal_filter_apply_msa(uint8_t *frame1, uint32_t stride,
260 temporal_filter_apply_8size_msa(frame1, stride, frame2, strength,
265 temporal_filter_apply_16size_msa(frame1, stride, frame2, strength,
279 int src_byte = frame1[byte];
  /external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp 183 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) = 0;
197 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
211 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
238 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
265 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
266 Mat estimate(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, bool *ok = 0);
  /external/autotest/server/cros/ap_configurators/
netgear3700_ap_configurator.py 31 frame1 = self.driver.find_element_by_xpath('//frame[@name="contents"]')
32 frame2 = self.driver.switch_to_frame(frame1)
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCVBroxOpticalFlow.hpp 92 /// \param [in] frame1 frame to track
103 const NCVMatrix<Ncv32f> &frame1,
  /external/valgrind/memcheck/tests/
xml1.stderr.exp 56 <fn>frame1</fn>
99 <fn>frame1</fn>
140 <fn>frame1</fn>
181 <fn>frame1</fn>
230 <fn>frame1</fn>
273 <fn>frame1</fn>
322 <fn>frame1</fn>
390 <fn>frame1</fn>
xml1.stderr.exp-s390x-mvc 56 <fn>frame1</fn>
99 <fn>frame1</fn>
140 <fn>frame1</fn>
181 <fn>frame1</fn>
230 <fn>frame1</fn>
273 <fn>frame1</fn>
322 <fn>frame1</fn>
390 <fn>frame1</fn>
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 65 static bool CompareFrames(const webrtc::VideoFrame& frame1,
68 (frame1.stride(webrtc::kYPlane) == frame2.stride(webrtc::kYPlane)) &&
69 (frame1.stride(webrtc::kUPlane) == frame2.stride(webrtc::kUPlane)) &&
70 (frame1.stride(webrtc::kVPlane) == frame2.stride(webrtc::kVPlane)) &&
71 (frame1.width() == frame2.width()) &&
72 (frame1.height() == frame2.height());
78 int allocated_size1 = frame1.allocated_size(plane_type);
82 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
  /external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp 155 Mat frame1 = readImage("optflow/RubberWhale1.png", IMREAD_GRAYSCALE); local
158 frame1.copyTo(usrc);
165 calcHist(&frame1, 1, 0, Mat(), hist1, 1, &histSize, &ranges1, true, false);
179 OCL_OFF(calcBackProject(&frame1, 1, 0, hist1, dst1, &ranges1, 1, true));
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 15 ; (unsigned char *frame1, | 0
58 mov rsi, arg(0) ; src/frame1
87 movdqa xmm0, [rsi] ; src (frame1)
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 15 ; (unsigned char *frame1, | 0
62 mov rsi, arg(0) ; src/frame1
92 movdqa xmm0, [rsi] ; src (frame1)
  /external/opencv3/modules/video/test/
test_tvl1optflow.cpp 150 Mat frame1 = imread(frame1_path, IMREAD_GRAYSCALE); local
152 ASSERT_FALSE(frame1.empty());
158 tvl1->calc(frame1, frame2, flow);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 15 ; (unsigned char *frame1, | 0
58 mov rsi, arg(0) ; src/frame1
87 movdqa xmm0, [rsi] ; src (frame1)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 15 ; (unsigned char *frame1, | 0
58 mov rsi, arg(0) ; src/frame1
87 movdqa xmm0, [rsi] ; src (frame1)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame2-n32.d 2 #source: eh-frame1.s
3 #source: eh-frame1.s
6 #ld: -shared -melf32btsmipn32 -Teh-frame1.ld
eh-frame4.d 2 #source: eh-frame1.s
3 #source: eh-frame1.s
6 #ld: -EB -Teh-frame1.ld --defsym foo=0x50607080
  /external/opencv3/modules/cudaoptflow/src/
farneback.cpp 157 void calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &stream);
167 const GpuMat frame1 = _frame1.getGpuMat();
173 calcImpl(frame0, frame1, flowx, flowy, stream);
292 void FarnebackOpticalFlowImpl::calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &stream)
294 CV_Assert(frame0.channels() == 1 && frame1.channels() == 1);
295 CV_Assert(frame0.size() == frame1.size());
322 frame1.convertTo(frames_[1], CV_32F, streams[1]);

Completed in 1224 milliseconds

12 3 4 5