Ask Your Question

Paul Jurczak's profile - activity

2020-03-30 00:10:04 -0600 received badge  Enthusiast
2020-03-26 01:18:59 -0600 edited question What is the difference between cv::stereo::StereoMatcher::compute and cv::StereoMatcher::compute?

What is the difference between cv::stereo::StereoMatcher::compute and cv::StereoMatcher::compute? There are two function

2020-03-26 01:18:35 -0600 edited question What is the difference between cv::stereo::StereoMatcher::compute and cv::StereoMatcher::compute?

cv::stereo::StereoMatcher::compute vs cv::StereoMatcher::compute There are two function members with the same name and f

2020-03-26 00:42:58 -0600 asked a question What is the difference between cv::stereo::StereoMatcher::compute and cv::StereoMatcher::compute?

cv::stereo::StereoMatcher::compute vs cv::StereoMatcher::compute There are two function members with the same name and f

2015-09-03 05:06:06 -0600 asked a question Problems building OpenCV 3 with VTK

I'm building OpenCV 3 on Windows 7 64-bit from source. I've already built VTK 6.2. When I run CMake configure, I'm getting:

VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file

I'm not sure how to fix it. There are 2 VTKConfig.cmake files in VTK directories, but setting DVTK_DIR to C:/VTK/Build or C:/VTK/Build/CMakeFiles, where these files are, produces CMake error:

include could not find load file:

C://lib/cmake/vtk-6.2/VTKTargets.cmake

This file is not produced during VTK build. I would appreciate any help with making Viz3D available to my OpenCV project.

2014-07-04 15:13:42 -0600 received badge  Editor (source)
2014-07-04 15:11:12 -0600 asked a question Support for RG1G2B channels

I searched the manual and I couldn't find any support for extracting RG1G2B channels from RAW Bayer image (producing 4 layers, each with 1/4th of the pixels of original image). It seems that the only way to manipulate RAW Bayer data as a color image is to demosaic it first, is that correct?

2014-01-19 05:41:46 -0600 received badge  Supporter (source)