Ask Your Question

baravunuw's profile - activity

2020-09-16 17:00:33 -0600 received badge  Popular Question (source)
2017-09-19 12:14:36 -0600 commented question cygwin_exception::open_stackdumpfile: Dumping stack trace to myfile.exe.stackdump

I do not know how, but you was right, problems was solved, when I refused IplImage.

2017-09-15 14:09:30 -0600 commented question cygwin_exception::open_stackdumpfile: Dumping stack trace to myfile.exe.stackdump

Maybe it is deprecated, but it works, and new c++ api does not. The problem is new cv::Mat class.

2017-09-15 13:52:00 -0600 commented question cygwin_exception::open_stackdumpfile: Dumping stack trace to myfile.exe.stackdump

most tutorial use c-api, so most of my code is writed in this style

2017-09-15 13:51:01 -0600 commented question cygwin_exception::open_stackdumpfile: Dumping stack trace to myfile.exe.stackdump

Can you help me to re-write cote to c++ api?

2017-09-15 13:43:07 -0600 asked a question cygwin_exception::open_stackdumpfile: Dumping stack trace to myfile.exe.stackdump

cygwin_exception::open_stackdumpfile: Dumping stack trace to myfile.exe.stackdump when I tried to src->release(), I

2017-09-14 18:23:11 -0600 commented question Finding different objects.

Ok, I found a answer, I draw a circle on founded maximum and found next.

2017-09-14 16:59:00 -0600 commented question Finding different objects.

the tutorial is ok, using a Mat everywere, but it does not answere on my question, how to find every similar objects? H

2017-09-14 16:56:10 -0600 commented question Finding different objects.

(if IplImage is deprecated it good to write it on the documentation page.)

2017-09-14 16:53:55 -0600 commented question Finding different objects.

the tutorial is ok, using a Mat everywere, but it does not answere on my question, how to find every similar object? Ho

2017-09-14 14:28:48 -0600 commented question Finding different objects.

don't agree with what? I give you link to official documentation page.

2017-09-14 14:28:25 -0600 commented question Finding different objects.

don't agree with what? I give you link to official wiki.

2017-09-14 14:19:12 -0600 commented question Finding different objects.

it is not deprecated: http://docs.opencv.org/trunk/d6/d5b/structIplImage.html

2017-09-14 14:01:23 -0600 asked a question Finding different objects.

Finding different objects. I have some similar object on image, and I want to locate them. I do next code: for (int i =

2017-09-14 09:46:03 -0600 commented question Have somebody working code for matchTemplate with mask?

Great. How does mask work? the black {0,0,0} is ignored and non - black is compared?

2017-09-14 09:45:53 -0600 commented question Have somebody working code for matchTemplate with mask?

Great. How does mask works? the black {0,0,0} is ignored and non - black is compared?

2017-09-14 09:45:31 -0600 commented question Have somebody working code for matchTemplate with mask?

Great. How mask works? the black {0,0,0} is ignored and non - black is compared?

2017-09-14 08:42:17 -0600 received badge  Editor (source)
2017-09-14 08:42:17 -0600 edited question Have somebody working code for matchTemplate with mask?

Have somebody working code for matchTemplate with mask? Here is a link: https://stackoverflow.com/questions/15459090/how

2017-09-14 08:41:57 -0600 asked a question Have somebody working code for matchTemplate with mask?

Have somebody working code for matchTemplate with mask? Here is a link: https://stackoverflow.com/questions/15459090/how

2017-09-11 04:29:00 -0600 commented question Can't build OpenCV Cygwin+Mingw64

There is one thing I want to say, after modification of code by patch of Mr. Kimura, all library's named cygopencv, not

2017-09-11 02:41:46 -0600 marked best answer Can't build OpenCV Cygwin+Mingw64

Hallo, I trying to compilate openCV frome source files, but I have a problems.

 RD fdwDetails);
   ^~~~~~~~
/usr/include/w32api/msacm.h:336:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFormatEnumA(HACMDRIVER had,LPACMFORMATDETAILSA pafd,ACMFOR
MATENUMCBA fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
   ^~~~~~~~
/usr/include/w32api/msacm.h:337:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFormatEnumW(HACMDRIVER had,LPACMFORMATDETAILSW pafd,ACMFOR
MATENUMCBW fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
   ^~~~~~~~
/usr/include/w32api/msacm.h:356:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFormatSuggest
   ^~~~~~~~
/usr/include/w32api/msacm.h:401:5: error: 'LPWAVEFORMATEX' does not name a type
     LPWAVEFORMATEX pwfx;
     ^~~~~~~~~~~~~~
/usr/include/w32api/msacm.h:409:5: error: 'LPWAVEFORMATEX' does not name a type
     LPWAVEFORMATEX pwfxEnum;
     ^~~~~~~~~~~~~~
/usr/include/w32api/msacm.h:420:5: error: 'LPWAVEFORMATEX' does not name a type
     LPWAVEFORMATEX pwfx;
     ^~~~~~~~~~~~~~
/usr/include/w32api/msacm.h:428:5: error: 'LPWAVEFORMATEX' does not name a type
     LPWAVEFORMATEX pwfxEnum;
     ^~~~~~~~~~~~~~
/usr/include/w32api/msacm.h:451:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFormatChooseA(LPACMFORMATCHOOSEA pafmtc);
   ^~~~~~~~
/usr/include/w32api/msacm.h:452:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFormatChooseW(LPACMFORMATCHOOSEW pafmtc);
   ^~~~~~~~
/usr/include/w32api/msacm.h:490:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterTagDetailsA(HACMDRIVER had,LPACMFILTERTAGDETAILSA pa
ftd,DWORD fdwDetails);
   ^~~~~~~~
/usr/include/w32api/msacm.h:491:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterTagDetailsW(HACMDRIVER had,LPACMFILTERTAGDETAILSW pa
ftd,DWORD fdwDetails);
   ^~~~~~~~
/usr/include/w32api/msacm.h:506:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterTagEnumA(HACMDRIVER had,LPACMFILTERTAGDETAILSA paftd
,ACMFILTERTAGENUMCBA fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
   ^~~~~~~~
/usr/include/w32api/msacm.h:507:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterTagEnumW(HACMDRIVER had,LPACMFILTERTAGDETAILSW paftd
,ACMFILTERTAGENUMCBW fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
   ^~~~~~~~
/usr/include/w32api/msacm.h:547:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterDetailsA(HACMDRIVER had,LPACMFILTERDETAILSA pafd,DWO
RD fdwDetails);
   ^~~~~~~~
/usr/include/w32api/msacm.h:548:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterDetailsW(HACMDRIVER had,LPACMFILTERDETAILSW pafd,DWO
RD fdwDetails);
   ^~~~~~~~
/usr/include/w32api/msacm.h:562:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterEnumA(HACMDRIVER had,LPACMFILTERDETAILSA pafd,ACMFIL
TERENUMCBA fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
   ^~~~~~~~
/usr/include/w32api/msacm.h:563:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterEnumW(HACMDRIVER had,LPACMFILTERDETAILSW pafd,ACMFIL
TERENUMCBW fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
   ^~~~~~~~
/usr/include/w32api/msacm.h:643:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterChooseA(LPACMFILTERCHOOSEA pafltrc);
   ^~~~~~~~
/usr/include/w32api/msacm.h:644:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmFilterChooseW(LPACMFILTERCHOOSEW pafltrc);
   ^~~~~~~~
/usr/include/w32api/msacm.h:676:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmStreamOpen(LPHACMSTREAM phas,HACMDRIVER had,LPWAVEFORMATEX
 pwfxSrc,LPWAVEFORMATEX pwfxDst,LPWAVEFILTER pwfltr,DWORD_PTR dwCallback,DWORD_P
TR dwInstance,DWORD fdwOpen);
   ^~~~~~~~
/usr/include/w32api/msacm.h:682:3: error: 'MMRESULT' does not name a type
   MMRESULT ACMAPI acmStreamClose
   ^~~~~~~~
/usr/include/w32api/msacm.h:685:3: error: 'MMRESULT' does not name a type ...
(more)
2017-09-11 02:41:46 -0600 received badge  Scholar (source)
2017-09-10 20:26:21 -0600 commented question Can't build OpenCV Cygwin+Mingw64

It is very useful manual, I much recomend to share a link on it on official list of tutorials: http://docs.opencv.org/3.

2017-09-10 20:26:00 -0600 commented question Can't build OpenCV Cygwin+Mingw64

It is very useful manual, I much recomend to share a link on it on official list of tutorials: http://docs.opencv.org/3.

2017-09-10 20:25:32 -0600 commented question Can't build OpenCV Cygwin+Mingw64

It is very useful manual, I much recomend to share a link on it on official list of tutorials: http://docs.opencv.org/3.

2017-09-10 20:24:45 -0600 commented question Can't build OpenCV Cygwin+Mingw64

It is very useful manual, I much recomend to share a link on it on official list of tutorials: http://docs.opencv.org/3.

2017-09-10 20:24:32 -0600 commented question Can't build OpenCV Cygwin+Mingw64

It is very useful manual, I much recomend to share a link on it on official list of tutorial: http://docs.opencv.org/3.3

2017-09-10 20:24:08 -0600 commented question Can't build OpenCV Cygwin+Mingw64

It is very iseful manual, I much recomend to share a link on it on official list of tutorial: http://docs.opencv.org/3.3

2017-09-10 18:15:57 -0600 commented question Can't build OpenCV Cygwin+Mingw64

Ok, First problem is 'viz' module. Autor make a patch for version VTK 8.0.0, but it version is unavialable for now. Avia

2017-09-10 15:51:13 -0600 commented question Can't build OpenCV Cygwin+Mingw64

I does it from gui, now I can try from Cygwin terminal. Can you say exacly, what I need to type in terminal?

2017-09-10 15:49:10 -0600 commented question Can't build OpenCV Cygwin+Mingw64

Cmke says: The CXX compiler identification is GNU 6.3.0 The C compiler identification is GNU 6.3.0 Check for working CXX

2017-09-10 15:46:22 -0600 commented question Can't build OpenCV Cygwin+Mingw64

Ok, but I will use default native compilers or smth. else?

2017-09-10 15:40:20 -0600 commented question Can't build OpenCV Cygwin+Mingw64

I wrote you about my generator before, it is "Eclipse CDT4 - Unix Makefiles"

2017-09-10 15:37:15 -0600 commented question Can't build OpenCV Cygwin+Mingw64

I use not simple MinGW, I use MinGW64, https://mingw-w64.org/doku.php There is a different between them.

2017-09-10 15:35:31 -0600 commented question Can't build OpenCV Cygwin+Mingw64

Generator is Eclipse CDT4 - Unix Makefiles

2017-09-10 15:34:09 -0600 commented question Can't build OpenCV Cygwin+Mingw64

I don't understand lwinmm.lib setupapi.lib .lib is for VS not mingw shouldn't it be .a ? honestly, I do not know.

2017-09-10 15:30:56 -0600 commented question Can't build OpenCV Cygwin+Mingw64

ok, I turned off opencv_highgui330 and it is complete. Do you know, how to fix past problems and compile complete (full)

2017-09-10 15:17:10 -0600 commented question Can't build OpenCV Cygwin+Mingw64

[ 72%] Building RC object modules/photo/CMakeFiles/opencv_photo.dir/vs_version.r c.obj /usr/lib/gcc/x86_64-pc-cygwin/6.3

2017-09-10 14:58:42 -0600 commented question Can't build OpenCV Cygwin+Mingw64

ok, it was off.

2017-09-10 14:45:58 -0600 commented question Can't build OpenCV Cygwin+Mingw64

Yes, WITH_VFW is off. Does I have turn off ENABLE_PRECOMPILED_HEADERS too? Now is turned off. [ 80%] Linking CXX share

2017-09-10 14:25:42 -0600 commented question Can't build OpenCV Cygwin+Mingw64

[ 29%] Linking CXX shared library ../../bin/opencv_videoio330.dll /usr/lib/gcc/x86_64-pc-cygwin/6.3.0/../../../../x86_64

2017-09-10 13:48:25 -0600 asked a question Can't build OpenCV Cygwin+Mingw64

Can't build OpenCV Cygwin+Mingw64 Hallo, I trying to compilate openCV frome source files, but I have a problems. RD fd