Ask Your Question

sadece's profile - activity

2018-08-24 15:31:25 -0600 received badge  Famous Question (source)
2017-03-13 23:54:16 -0600 received badge  Taxonomist
2014-04-07 06:30:44 -0600 received badge  Notable Question (source)
2013-08-18 19:26:42 -0600 received badge  Popular Question (source)
2012-08-15 16:57:02 -0600 commented question Using Examples of Open CV

I haved built. C:\OPENCV242\Build\apps\haartraining for example.I want to use haartraining.sln When I open the sln file.And Build it with succesfully. Then hit F5, building starts but give an error Unable to start program Opencv242\build\apps\haartraining\Debug\ALL_BUILD' System can not find the folder.

2012-08-15 15:27:30 -0600 commented question Using Examples of Open CV

Yes, İ used to configurate. Totorial says after cmake, you should build all file in debug and relase mode. But they dont work. There are examples like exe files. Exe files run but I can not see the code.

2012-08-14 13:12:49 -0600 commented question Using Examples of Open CV

I use Visual Studio 2010 Express. I am trying but It does not work. I dont understand what my mistake is.

2012-08-13 16:05:05 -0600 asked a question Using Examples of Open CV

Hello, I tried to build Open CV examples but they do not work. There are lots of undefined extarnal. There is no any example it works. Is there any trick to build them. Some of code is written like this "int main( int /argc/, char* /argv*/ )". I do not understand why it is written like this.

This is one of errors. I got this error while building distrans.cpp.

error LNK2019: unresolved external symbol "void __cdecl cv::distanceTransform(class cv::_InputArray const &,class cv::_OutputArray const &,class cv::_OutputArray const &,int,int,int)" (?distanceTransform@cv@@YAXABV_InputArray@1@ABV_OutputArray@1@1HHH@Z) referenced in function "void __cdecl onTrackbar(int,void *)" (?onTrackbar@@YAXHPAX@Z)

2012-08-05 08:37:58 -0600 received badge  Student (source)
2012-08-04 12:53:59 -0600 asked a question cvDFT() function example

is there any example of cvDFT() ?

i tried to find an example on web but i couldnt find any working code. i need to get a working code.

2012-07-25 02:27:21 -0600 received badge  Editor (source)
2012-07-25 02:01:37 -0600 answered a question measuring metal surface smoothness

is it possible?can i get surface roughness by a casual webcam?

2012-07-23 16:42:47 -0600 commented question measuring metal surface smoothness

what kind of kamera should i use?, is casually webcam enough?

2012-07-23 14:17:04 -0600 asked a question measuring metal surface smoothness

Hello,

How can I measure a metal surface smoothness? It has 0.2 mm tolerance, I will watch it by camera. Can I see the metal size is within tolerance? Is it possible, can I get the information about the metal surface roughness?