Ask Your Question

Martian's profile - activity

2020-10-01 00:48:38 -0600 received badge  Self-Learner (source)
2020-08-17 22:39:15 -0600 commented question OpenCV in Docker? (C++)

Hi Berak, It's a local GUI-based application. The short-term goal is simply to transport an OpenCV-based app to various

2020-08-17 22:38:01 -0600 commented question OpenCV in Docker? (C++)

Hi Berak, It's a local GUI-based application. The short-term goal is simply to transport an OpenCV-based app to various

2020-08-17 08:40:44 -0600 asked a question OpenCV in Docker? (C++)

OpenCV in Docker? (C++) I've seen limited info on running OpenCV in a Docker image, perhaps because the graphics get tri

2020-06-09 18:44:08 -0600 received badge  Notable Question (source)
2020-01-17 19:58:36 -0600 asked a question CMake: Difference between OpenCL_LIBRARY vs OPENCL_LIBRARY

CMake: Difference between OpenCL_LIBRARY vs OPENCL_LIBRARY That is not a typo. CMake-GUI somehow ends up with two diffe

2019-12-15 12:46:15 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

@berak: It appears that in this case, your comments about Anaconda were warranted. I resisted unloading it, since Anac

2019-12-15 12:43:34 -0600 answered a question Option: BUILD_opencv_python3 missing from cmake-gui

A: I believe that this was caused by problems with CMake/CMake-Gui interaction with Anaconda python. I already had Anac

2019-12-03 04:51:43 -0600 commented question CUDA BLAS library - libcublas

Thanks for getting back, Supra. Tensorflow 2.0 GPU version was already installed (via Anaconda). That doesn't seem to

2019-12-02 04:10:30 -0600 asked a question CUDA BLAS library - libcublas

CUDA BLAS library - libcublas After numerous attempts to build OpenCV 4.1.2 with WITH_CUBLAS enabled, I'm ready to give

2019-11-27 04:07:19 -0600 commented question CUDA CuBlas libs not found

Thanks for that, Supra56. It looked promising, but unfortunately did not solve this particular problem. I think that p

2019-11-23 02:35:56 -0600 asked a question CUDA CuBlas libs not found

CUDA CuBlas libs not found I have installed drivers, toolkit, etc for Cuda_10.1.243_418.87.00. All seemed to go accordin

2019-11-21 20:50:28 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

Uh-oh... I was hoping that was not the case. It has been permanently removed from my cmake-gui menus. I've tried builds

2019-11-21 04:44:28 -0600 commented answer Fast math flags: ENABLE_FAST_MATH, and CUDA_FAST_MATH

Awesome that you knew this. I have no idea how you found enough info to make that connection, but it makes sense. I tru

2019-11-21 04:15:18 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

@berak: Did you ever figure out what caused the BUILD_opencv_python3 option to reappear? It never came back for me.

2019-11-21 03:31:51 -0600 asked a question Fast math flags: ENABLE_FAST_MATH, and CUDA_FAST_MATH

Fast math flags: ENABLE_FAST_MATH, and CUDA_FAST_MATH I've seen examples of cmake files that set flags ENABLE_FAST_MATH,

2019-11-14 16:07:17 -0600 answered a question edge detection and contour extraction

Median filtering could help to make the areas more uniform. You'll need to work at optimizing parameters, and maybe eve

2019-11-07 12:33:28 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

@berak: What did you do to get the BUILD_opencv_python3 option to reappear?

2019-11-06 22:00:05 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

@berak: What did you do to get the BUILD_opencv_python3 option to reapper?

2019-11-05 09:28:21 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

Oh geez, It's OpenCV's random installation generator at work again. I've seen that before too. Can you tell what diffe

2019-11-05 06:00:06 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

Ouch! I've been working in C++, but I've always liked Anaconda's python implementation, as it seems like they have a un

2019-11-05 05:59:20 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

Ouch! I've been working in C++, but I've always liked Anaconda's python implementation, as it seems like they have a un

2019-11-05 00:24:36 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

@berak: Is the exact purpose and function of that flag defined somwhere? Also, do you know if it would be affected by u

2019-11-04 14:42:37 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

PS: I wish there was some definitive doc on all the OpenCV cmake build flags. The most agonizing build process ever.

2019-11-04 14:33:51 -0600 commented question Option: BUILD_opencv_python3 missing from cmake-gui

The build folder was completely clear at the start. Fresh install. I just got as far as the 'configure' process, so I d

2019-11-04 12:51:42 -0600 asked a question Option: BUILD_opencv_python3 missing from cmake-gui

Option: BUILD_opencv_python3 missing from cmake-gui I've downloaded versions of OpenCV 4.1.2 a few days apart. The earli

2019-10-30 05:17:01 -0600 received badge  Popular Question (source)
2019-10-27 02:17:47 -0600 asked a question What does cmake/make do with Python folders designated during build

What does cmake/make do with Python folders designated during build I'd like to get a better idea of what cmake is doing

2019-10-09 07:18:52 -0600 commented question Build OpenCV 4 with reference to Anaconda 'environment'

Still thinking about going this route, given that virtual envs are the thing these days. If I build OpenCV with a refer

2019-10-08 02:05:00 -0600 commented question Possible pitfalls in building/installing to non-standard locations in Linux

Understandable. I could have been more clear. Your comments about ldconfig are still helpful, as I don't always get fi

2019-10-07 19:29:28 -0600 commented question Possible pitfalls in building/installing to non-standard locations in Linux

Hi Berak, Sure, I can get to the folders via sudo. I believe the original recommendation (re /opt vs /usr) was in reg

2019-10-07 19:28:29 -0600 commented question Possible pitfalls in building/installing to non-standard locations in Linux

Hi Berak, Sure, I can get to the folders via sudo. I believe the original recommendation (re /opt vs /usr) was in reg

2019-10-07 04:46:51 -0600 asked a question Possible pitfalls in building/installing to non-standard locations in Linux

Possible pitfalls in building/installing to non-standard locations in Linux I've been trying to organize most installed

2019-10-07 04:42:34 -0600 commented question Build OpenCV 4 with reference to Anaconda 'environment'

No comments yet, so perhaps no one has tried this. It's common to create environments with Conda these days, so this se

2019-09-30 06:06:35 -0600 asked a question Build OpenCV 4 with reference to Anaconda 'environment'

Build OpenCV 4 with reference to Anaconda 'environment' I recently noticed a couple articles on building OpenCV using a

2019-09-28 01:59:58 -0600 commented question Segment color regions

It looks like your colors are precise and consistent within each region. IOW, no edge-blurring or 'shading.' In that c

2019-09-27 00:13:38 -0600 received badge  Necromancer (source)
2019-09-26 19:16:30 -0600 answered a question Object Extraction from Background

There are two possible general approaches to this. The normal OpenCV adaptive background subtraction methods are effect

2019-09-25 21:26:52 -0600 commented question Worthwhile to build with Halide for Intel x64?

Thanks for your reply, Holger, I was starting to think that no one here had used Halide. :-) Not sure that I follow yo

2019-09-25 06:23:29 -0600 commented question libjpg vs libjpg8, libpng vs libpng12, etc

@supra56: I don't remember the context at the moment, but there was some case where installing a numbered version of a f

2019-09-25 05:17:16 -0600 asked a question Worthwhile to build with Halide for Intel x64?

Worthwhile to build with Halide for Intel x64? I was just looking through a preview of the newest edition of Laganiere's

2019-09-25 00:31:29 -0600 received badge  Self-Learner (source)
2019-09-24 23:05:24 -0600 asked a question libjpg vs libjpg8, libpng vs libpng12, etc

libjpg vs libjpg8, libpng vs libpng12, etc I've seen differing recommendations on which graphics format libs to use when

2019-09-24 20:11:06 -0600 answered a question Docs on various switches for building OpenCV 4 under Linux

I found a couple references that may be helpful for others who are trying to figure this out: For Windows: Installation

2019-09-05 02:06:30 -0600 commented answer Docs on various switches for building OpenCV 4 under Linux

That is excellent, LB! Thanks. The doc relates primarily to CPU instruction set (SSE,AVX,etc) but may be very helpful

2019-09-05 02:05:56 -0600 commented answer Docs on various switches for building OpenCV 4 under Linux

That is excellent, LB! Thanks. The docs relates primarily to CPU instruction set (SSE,AVX,etc) but may be very helpful

2019-09-03 16:18:44 -0600 commented question Docs on various switches for building OpenCV 4 under Linux

Setting up a couple Linux-based workstations for neural net development. Code is written in both C++ and Python. I've

2019-09-03 01:55:08 -0600 commented question Docs on various switches for building OpenCV 4 under Linux

Nope. The previous question was specific to prerequisite libraries for improving runtime performance. It would entail

2019-09-02 17:45:54 -0600 commented question Docs on various switches for building OpenCV 4 under Linux

I'd still like to know: This is a duplicate of -which- question?

2019-09-02 04:13:45 -0600 commented question Docs on various switches for building OpenCV 4 under Linux

If this is closed as a duplicate, isn't it normal practice to add a link to the original post that answers the question?