Ask Your Question

ramasamy-rudram's profile - activity

2020-03-25 05:17:48 -0600 received badge  Notable Question (source)
2019-08-14 13:45:12 -0600 received badge  Popular Question (source)
2016-08-20 10:05:26 -0600 commented question CMake Error. how can I solve.

This is throwing about 20 errors. Including error C4430: missing type specifier - int assumed.

2016-08-20 09:19:11 -0600 commented question CMake Error. how can I solve.

I'm really sorry about it.Since I felt I could get some kinda help here also, I'm asking in this forum. I will make sure not to overload with DLib questions.

2016-08-20 08:53:13 -0600 commented answer Assertion failed.How can I solve

"D:\Ram\Projects\DLib19\dlib-19.0\examples\build\ALL_BUILD.vcxproj" (default target) (1) -> "D:\Ram\Projects\DLib19\dlib-19.0\examples\build\face_landmark_detection_exram.vcxproj" (default target) (5) -> (ClCompile target) -> D:\Ram\Projects\DLib19\dlib-19.0\examples\face_landmark_detection_exram.cpp(109): error C2872: 'rectangle' : ambiguou s symbol [D:\Ram\Projects\DLib19\dlib-19.0\examples\build\face_landmark_detection_exram.vcxproj] D:\Ram\Projects\DLib19\dlib-19.0\examples\face_landmark_detection_exram.cpp(109): error C2923: 'std::vector' : 'cv::r ectangle' is not a valid template type argument for parameter '_Ty' [D:\Ram\Projects\DLib19\dlib-19.0\examples\build\fa ce_landmark_detection_exram.vcxproj] D:\Ram\Projects\DLib19\dlib-19.0\examples\face_landmark_detection_exram.cpp(10

2016-08-20 08:52:11 -0600 commented answer Assertion failed.How can I solve

It throws the same.

2016-08-20 08:08:23 -0600 commented question CMake Error. how can I solve.

The following isn't related to OpenCV though, Now it's throwing while compiling D:\Ram\Projects\DLib19\dlib-19.0\examples\face_landmark_detection_exram.cpp(109): error C2872: 'rectangle' : ambiguous symbol [D:\Ram\Projects\DLib19\dlib-19.0\examples\build\face_landmark_detection_exram.vcxproj] could be 'rectangle' or 'd:\ram\software\dlib\dlib-19.0\dlib\geometry/rectangle.h(20) : dlib::rectangle' D:\Ram\Projects\DLib19\dlib-19.0\examples\face_landmark_detection_exram.cpp(109): error C2923: 'std::vector' : 'cv::rec tangle' is not a valid template type argument for parameter '_Ty' [D:\Ram\Projects\DLib19\dlib-19.0\examples\build\face _landmark_detection_exram.vcxproj]

2016-08-20 08:01:56 -0600 commented answer Assertion failed.How can I solve

The following isn't related to OpenCV though,

Now it's throwing while compiling

D:\Ram\Projects\DLib19\dlib-19.0\examples\face_landmark_detection_exram.cpp(109): error C2872: 'rectangle' : ambiguous symbol [D:\Ram\Projects\DLib19\dlib-19.0\examples\build\face_landmark_detection_exram.vcxproj] could be 'rectangle' or 'd:\ram\software\dlib\dlib-19.0\dlib\geometry/rectangle.h(20) : dlib::rectangle' D:\Ram\Projects\DLib19\dlib-19.0\examples\face_landmark_detection_exram.cpp(109): error C2923: 'std::vector' : 'cv::rec tangle' is not a valid template type argument for parameter '_Ty' [D:\Ram\Projects\DLib19\dlib-19.0\examples\build\face _landmark_detection_exram.vcxproj]

2016-08-20 07:45:40 -0600 commented answer Assertion failed.How can I solve

This Mat is throwing intellisense error in visual studio. Which header should I include.

2016-08-20 07:18:25 -0600 commented question CMake Error. how can I solve.

I have this code following the above,

CvPoint P1; P1.x = 200; P1.y = 417;

        cv::Mat image;
        image.at<cv::Vec3b>(P1.y, P1.x);

        image.at<cv::Vec3b>(P1.y, P1.x)[0] = 140;
        image.at<cv::Vec3b>(P1.y, P1.x)[1] = 160;
        image.at<cv::Vec3b>(P1.y, P1.x)[2] = 160;
2016-08-20 07:09:31 -0600 commented question Assertion failed.How can I solve

CvPoint P1; P1.x = 200; P1.y = 417;

        cv::Mat image;
        image.at<cv::Vec3b>(P1.y, P1.x);

        image.at<cv::Vec3b>(P1.y, P1.x)[0] = 140;
        image.at<cv::Vec3b>(P1.y, P1.x)[1] = 160;
        image.at<cv::Vec3b>(P1.y, P1.x)[2] = 160;
2016-08-20 07:01:56 -0600 commented question CMake Error. how can I solve.

I used OpenCV2.4.13 and I got OpenCV Error: Assertion failed (dims <= 2 && data && (unsigned)i0 < (unsigned)size.p[0] && (unsigned)(i1DataType<_Tp>::channels) < (unsigned)(size.p[1]channels()) && ((((sizeof(size_t)<<28)|0x8442211) >> ((DataType<_Tp>::depth) & ((1 << 3) - 1))*4) & 15) == elemSize1()) in cv::Mat::at, file D:\Ram\Software\OpenCV2.4.13\opencv\build\include\opencv2/core/mat.hpp, line 538

while trying to compile the below piece of code.

myfile << shape.part(i); //std::string num = std::to_string(shape.part(i)); for (int i = 0; i < 68; i++) { myfile << shape.part(i); /fwrite(num, 40, 1, fp);/

            }

How can I solve it

2016-08-20 06:49:51 -0600 asked a question CMake Error. how can I solve.

CMake Warning (dev) in C:/OpenCV2.2/OpenCVConfig.cmake: Syntax Warning in cmake code at

C:/OpenCV2.2/OpenCVConfig.cmake:87:40

Argument not separated from preceding token by whitespace. Call Stack (most recent call first): CMakeLists.txt:45 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.

2016-08-20 04:29:08 -0600 asked a question Assertion failed.How can I solve

I used OpenCV2.4.13 and I got OpenCV Error: Assertion failed (dims <= 2 && data && (unsigned)i0 < (unsigned)size.p[0] && (unsigned)(i1DataType<_Tp>::channels) < (unsigned)(size.p[1]channels()) && ((((sizeof(size_t)<<28)|0x8442211) >> ((DataType<_Tp>::depth) & ((1 << 3) - 1))*4) & 15) == elemSize1()) in cv::Mat::at, file D:\Ram\Software\OpenCV2.4.13\opencv\build\include\opencv2/core/mat.hpp, line 538

while trying to compile the below piece of code.

                myfile << shape.part(i);
                //std::string num = std::to_string(shape.part(i));
                for (int i = 0; i < 68; i++)
                {
                    myfile << shape.part(i);
                    /*fwrite(num, 40, 1, fp);*/

                }

How can I solve it.

2016-08-20 01:07:13 -0600 received badge  Enthusiast
2016-08-19 10:27:57 -0600 asked a question Dlib linker Error

face_landmark_detection_exram.obj : error LNK2019: unresolved external symbol "public: __thiscall dlib::entropy_decod er_kernel_2::entropy_decoder_kernel_2(void)" (??0entropy_decoder_kernel_2@dlib@@QAE@XZ) referenced in function "void __ cdecl dlib::load_dng<class dlib::array2d<struct="" dlib::rgb_pixel,class="" dlib::memory_manager_stateless_kernel_1<char=""> > > (class dlib::array2d<struct dlib::rgb_pixel,class="" dlib::memory_manager_stateless_kernel_1<char=""> > &,class std::basic_is tream<char,struct std::char_traits<char=""> > &)" (??$load_dng@V?$array2d@Urgb_pixel@dlib@@V?$memory_manager_stateless_ker nel_1@D@2@@dlib@@@dlib@@YAXAAV?$array2d@Urgb_pixel@dlib@@V?$memory_manager_stateless_kernel_1@D@2@@0@AAV?$basic_istream @DU?$char_traits@D@std@@@std@@@Z) [D:\Ram\Projects\DLibCameraStreamNew\dlib-19.0\examples\build\face_landmark_detection _exram.vcxproj]

2016-08-19 10:12:44 -0600 asked a question Color to a particular OpenCV location

How do you set the color of given OpenCV point

2016-08-18 05:41:09 -0600 asked a question Facelandmarking

I am using DLib, which is very similar to OpenCV. I would like to detect different parts ( lips , nose) etc with it. Can anyone help.

2016-08-17 11:44:27 -0600 commented question getting 0xc000007b

I'm trying to compile the webcam_face_pose_ex Dlib example on a 64 bit machine. All the linking libs are 32 bit. Thus it throws the error. I want to produce a 64 bit exe.

2016-08-17 10:46:48 -0600 commented question getting 0xc000007b

I'm trying to compile webcam_face_pose_ex.exe.

The program '[6968] webcam_face_pose_ex.exe' has exited with code -1073741701 (0xc000007b).

2016-08-17 10:17:38 -0600 asked a question getting 0xc000007b

I am getting 0xc000007b ( the application was unable to start correctly). Click OK to close.

2016-08-17 09:40:03 -0600 commented question Solve the error

I changed the Code Generation option to Multi-threaded DLL (/MD). I'm still getting the same error.

2016-08-17 09:35:39 -0600 commented question Solve the error

For my project in visual studio, Multi-threaded Debug (/MTd) is set. So | am compiling with /MTd option.

2016-08-17 09:02:05 -0600 commented answer Solve the error

In the solution explorer, the project has .cpp source files and I have some .lib files added to additional dependencies. The lib files are prebuilt opencv libs. Would I need to recompile the libs with different setting.

2016-08-17 08:31:14 -0600 commented answer Solve the error

I just cleaned it and rebuilt it and changed the Runtime Library property value to /MTd. I get Error 1 error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicDebug' doesn't match value 'MTd_StaticDebug' in webcam_face_pose_ex.obj D:\Ram\Projects\DLibCameraStream\dlib-19.0\examples\build\dlib.lib(entropy_decoder_kernel_2.obj).

2016-08-17 07:24:36 -0600 asked a question Solve the error

I'm getting the following error,

Error 100 error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in webcam_face_pose_ex.obj D:\Ram\Projects\DLibCameraStream\dlib-19.0\examples\build\IlmImfd.lib(ImfFloatAttribute.obj) webcam_face_pose_ex

How can I solve it.

2016-08-12 08:04:26 -0600 commented question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

any further help?

2016-08-12 07:30:40 -0600 commented question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

or tell me where approximately I am making a mistake

2016-08-12 07:12:14 -0600 commented question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

Can u pls point me somewhere where I can get more info about using the ide correctly

2016-08-12 06:49:41 -0600 commented question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

Now I am getting

Error 1 error LNK2019: unresolved external symbol "void __cdecl cv::imshow(class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> > const &,class cv::_InputArray const &)" (?imshow@cv@@YAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV_InputArray@1@@Z) referenced in function main C:\Users\rusht.DESKTOP-PEP6IHI\Documents\Visual Studio 2013\Projects\Project1\Project1\Source1.obj Project1

2016-08-12 06:36:49 -0600 commented question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

I get Error 1 error LNK1104: cannot open file 'opencv_world310.obj' C:\Users\rusht.DESKTOP-PEP6IHI\Documents\Visual Studio 2013\Projects\Project1\Project1\LINK Project1

2016-08-12 06:10:50 -0600 received badge  Editor (source)
2016-08-12 06:08:41 -0600 commented question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

See answer

2016-08-12 06:08:29 -0600 commented question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

it shows the same...see the question..I'm running windows 10 64 bit

2016-08-12 03:50:33 -0600 asked a question CamshiftDemo on 64 bit windows 10 doesn't display camera feed

image description CamshiftDemo on 64 bit windows 10 doesn't display camera feed. How can i get the camera feed on screen.image description

2016-08-12 03:46:51 -0600 commented answer OpenCV 64 bit

I would like to add a screen shot here how can i do it

2016-08-12 03:46:36 -0600 commented answer OpenCV 64 bit

I tried running camshiftdemo.exe it throws 0x00007b

2016-08-12 03:29:57 -0600 commented answer OpenCV 64 bit

Can you tell me the exact location.All I see is 32 bit lib and binaries.

2016-08-12 02:59:13 -0600 asked a question OpenCV 64 bit

Where do i download 64 bit lib and dlls for OpenCV from

2016-08-11 08:58:38 -0600 commented question While capturing video thru OpenCV, I'm getting following.

I am using Dlib & OpenCV for facial landmarking

2016-08-11 08:58:38 -0600 asked a question While capturing video thru OpenCV, I'm getting following.

D:\Ram\Projects\Temp and Samples\dlib-18.18\examples\build\Debug>makeupapp_ex.exe shape_predictor_68_face_landmarks.dat

Error detected at line 36. Error detected in file d:\ram\projects\temp and samples\dlib-18.18\dlib\opencv/cv_image.h. Error detected in function __thiscall dlib::cv_image::cv_image(const class cv::Mat).

Failing expression was img.depth() == cv::DataType::basic_pixel_type>::depth && img.channels() == pixel_traits::num. The pixel type you gave doesn't match pixel used by the open cv Mat object. img.depth(): 0 img.cv::DataType::basic_pixel_type>::depth: 0 img.channels(): 1 img.pixel_traits::num: 3