Ask Your Question

Colin Peeris's profile - activity

2020-12-09 22:58:04 -0600 received badge  Popular Question (source)
2018-05-20 11:31:19 -0600 received badge  Enthusiast
2018-04-28 11:43:35 -0600 commented question Problem implementing blob detector

Thanks for the response. Somehow, it isn't working. I tried this.... // Read image Mat im = imread("blob.jpg", IMREAD_

2018-04-28 11:43:02 -0600 commented question Problem implementing blob detector

Thanks for the response. Somehow, it isn't working. I tried this.... // Read image Mat im = imread("blob.jpg", IMREAD_

2018-04-28 11:41:56 -0600 commented question Problem implementing blob detector

Thanks for the response. Somehow, it isn't working. I tried this.... // Read image Mat im = imread("blob.jpg", IMREAD_

2018-04-28 11:41:20 -0600 commented question Problem implementing blob detector

Thanks for the response. Somehow, it isn't working. I tried this.... // Read image Mat im = imread("blob.jpg", IMREAD_

2018-04-28 09:30:32 -0600 asked a question Problem implementing blob detector

Problem implementing blob detector I'm tyring to implement a blob detector.... However, I keep getting this error "Ope

2018-01-18 05:47:33 -0600 commented question Accuracy of OpenCV's DFT (C++ implementation)

Come to think of it, I'm actually FFTing an array with negative values. MATLAB deals with it just fine I guess. However,

2018-01-18 05:47:05 -0600 commented question Accuracy of OpenCV's DFT (C++ implementation)

Come to think of it, I'm actually FFTing an array with negative values. MATLAB deals with it just fine I guess. However,

2018-01-18 05:40:13 -0600 commented question Accuracy of OpenCV's DFT (C++ implementation)

Hi, Thanks for the reply. I've also included my MATLAB code as it is neater than my C++ code. Fig.1 is the variable ass

2018-01-18 05:39:29 -0600 received badge  Editor (source)
2018-01-18 05:39:29 -0600 edited question Accuracy of OpenCV's DFT (C++ implementation)

Accuracy of OpenCV's DFT (C++ implementation) I'm coding a with C++ and OpenCV. I'm comparing the outputs (complex numbe

2018-01-18 05:08:08 -0600 asked a question Accuracy of OpenCV's DFT (C++ implementation)

Accuracy of OpenCV's DFT (C++ implementation) I'm coding a with C++ and OpenCV. I'm comparing the outputs (complex numbe

2017-09-06 19:05:07 -0600 commented answer Building an executable which uses opencv that can be run on another computer

Hi. Thank you both for your replies. I'm not really sure how to use CMake. I opened the CMake Gui and entered "C:/Open

2017-09-06 19:04:48 -0600 commented answer Building an executable which uses opencv that can be run on another computer

Hi. Thank you both for your replies. I'm not really sure how to use CMake. I opened the CMake Gui and entered "C:/Open

2017-09-06 12:17:12 -0600 received badge  Student (source)
2017-09-06 10:45:31 -0600 asked a question Building an executable which uses opencv that can be run on another computer

Building an executable which uses opencv that can be run on another computer I was wondering if it's possible to build a