Ask Your Question

Aarya's profile - activity

2021-01-04 07:53:35 -0600 received badge  Popular Question (source)
2015-12-16 14:25:55 -0600 received badge  Taxonomist
2015-07-09 01:08:03 -0600 received badge  Famous Question (source)
2014-05-07 12:11:04 -0600 received badge  Notable Question (source)
2014-02-05 03:58:36 -0600 received badge  Popular Question (source)
2013-11-05 04:38:46 -0600 received badge  Popular Question (source)
2013-01-03 14:23:12 -0600 received badge  Nice Question (source)
2012-09-18 22:00:40 -0600 asked a question Other free software with openCV

Hi All, Is it possible to use vtk or DICOM tool kit alongwith openCV in vs2010. Can some one please suggest on this. Cheers IA

2012-09-06 01:00:56 -0600 received badge  Student (source)
2012-09-05 23:28:44 -0600 received badge  Editor (source)
2012-09-05 23:26:11 -0600 asked a question 3d models from 2d image slices

Hi, Is it possible to build 3D models from 2D image slices with help of opencv or should I stick to Matlab. I want to calculate the volume of an object after rebuilding it from 2D image slices. I am unable to find any reference guides for this study. If anyone can give information gladly accepted. Cheers. IA

2012-08-27 22:31:51 -0600 asked a question problem with include files core and highgui

Hi Everyone, I have finally managed to install opencv and configure it with visual studio 2010. When I am writing the basic Hello program for testing, I get the following error on debugging the program.

Fatal error C1083: Cannot open include file: 'opencv2/core/core_c.h: No such file or directory Similarly for highgui.

In my properties page I have included C:OPENCV2.4.2\include\opencv and C:OPENCV2.4.2\include\opencv2 in my include directories, I have also checked in this folder if such a file exists (which it does); but I still get this error on running the program. How do I overcome this? Has someone solved such kind of a similar problem? Your help will be much appreciated. Cheers Isshaa

2012-08-24 00:24:02 -0600 asked a question unable to locate opencv.sln after configuring with cmake.

Hi, I have followed your tutorials and I am trying to install openCV 2.4.2 with help of Cmake2.8.9 and Microsoft visual studio 2010. I have already installed the latest version of cmake version 2.8.9 on my C drive. I then extracted openCV 2.4.2 from http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.2/OpenCV-2.4.2.exe/download.(note: I am not asked to agree on any License agreement here) On installing this version of openCV I already get a Build folder with it. I then use Cmake-gui for locating my source code file openCv2.4.2 (in C drive) to build binaries in the existing Build folder in the same drive. I also have configured using Microsoft visual studio 2010; without errror (no red alerts) and then I generate the same. Then I return back to the same Build folder, but I dont see openCV.sln to configure it with Visual Studio 2010. What am I doing wrong? Please guide. Cheers IA

2012-08-21 19:13:00 -0600 commented question mri to 3d reconstruction

In that case to obtain 3d reconstruction from MRI images; I need to write a complete new algorithm to generate a model and work with it. Is openCV capable of reading DICOM image files ? Thanks for the help Cheers!

2012-08-21 00:19:28 -0600 asked a question mri to 3d reconstruction

Hi, I am new to openCV, and would like to know if it is possible to obtain 3D image reconstruction from MRI images with help of openCV software. I have already read a tutorial on "camera calibration and 3D reconstruction", but it makes use of a camera. Is it possible to obtain 3D reconstruction from just an image; specifically MRI images. Also, on installing openCV into my windows operating sysytem, do I have to go for Microsoft Visual Studio. Is it possible to install openCV without making use of Microsoft Visual? Please provide guidance on this. Thanking you. Aarya