hi, where opencv app wizard can be found and downloaded? thank you. Jeff...
4319
Tobias Klotz
tobias.klotz@...
Sep 28, 2001 1:13 pm
You can get it at sourceforge.net in the OpenCVUCL Project tobias ... -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net hi, where opencv app...
4320
J-F Portala
jfportala@...
Sep 28, 2001 1:26 pm
Hi Tobias, I have checked in sourceforge but there are no files downloadable in wizard app files Jeff ... From: Tobias Klotz To: OpenCV@yahoogroups.com Sent:...
4321
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Sep 28, 2001 2:06 pm
Eric, It seems that my previous post didn't go through. The portable solution for the functions is to replace It is most of all due to the endian problem. Try...
4322
eric_rose@...
Sep 28, 2001 2:39 pm
... "(int)(*(uint64*)&temp);" in all these functions. ... I'll give this a try...thanks for the advice. ... processors, ... cvSetIdentity. ... manually because...
4323
Deng Ke
dengke@...
Sep 28, 2001 3:33 pm
Hello, Alex, I'm using cvGoodFeaturesToTrack on a P3-800,and everything works fine. Maybe you should check other settings as well. Deng ke ... From:...
4324
Deng Ke
dengke@...
Sep 28, 2001 3:47 pm
Hello, li To computer the essential matrix, I think it need more pair of matching points. BTW, I think you mistaken in the concept "normalization", the...
4325
Bob Davies
bobdavies@...
Sep 28, 2001 3:53 pm
Jeff The OpenCV Framework Appwizard that Tobias wrote is uploaded into our Files section: http://groups.yahoo.com/group/OpenCV/files/ Bob Davies...
4326
Li Tan
litan@...
Sep 28, 2001 4:03 pm
Hi, Bob, I downloaded this file and copied it into VC6.0 template directory following the instruction, however, it failed to load when I tried to build a...
4327
Reiner Rosin
r_rosin@...
Sep 28, 2001 4:24 pm
Ok, let's see: Now, your linker has too many code ... I guess you have added some additional files from the strmbase- lib ... just remove the header- and...
4328
Reiner Rosin
r_rosin@...
Sep 28, 2001 4:30 pm
Hi, ... Pardon???? ... If your meteor12-filter is a direct-show capture filter register is (should be descripted in the docs) and get graphedit (graphedt.exe)...
4329
J. P. Mellor
jpmellor@...
Sep 28, 2001 6:38 pm
Included with Reg Wilson's implementation of Tsai's algorithm are some .dat files. ncc_cd.dat contains a set of calibration points (world coordinates followed...
4330
Billy Lapono
billy_lapono@...
Sep 28, 2001 6:45 pm
yup .. sorry my english is poor ... i'm indonesian .. :) i'm new in image processing so sorry if my question is too easy .. hope u can understand .. thanks .. ...
4331
ning cao
oxszy@...
Sep 28, 2001 6:47 pm
hi, I have several question on camera calibrate. 1. about cvCalibrateCameraNoncoplanar() it is said that this function must use noncoplanar data, en, I...
4332
J. P. Mellor
jpmellor@...
Sep 28, 2001 7:02 pm
... I just wrote an openCV style wrapper to the noncoplanar version of Tsai's algorithm. One could use cvCalibrateCamera() or add cvCalibrateCameraCoplanar()...
4333
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Sep 28, 2001 8:37 pm
Eric, Seems that my previous post on this bug didn't get through. Under NT the code works perfectly and I figured out that it happens because of different...
4334
Nik Johnson
nik@...
Sep 28, 2001 8:41 pm
... Switch them. ;) cvFindExtrinsicCameraParams and cvCalibrateCamera will simply find a solution with a 90-degree z rotation built in. (i.e. world x axis...
4335
hherreral@...
Sep 28, 2001 9:04 pm
... extract cvtypes.h #if defined _MSC_VER || defined __BORLANDC__ typedef __int64 int64; typedef unsigned __int64 uint64; #else typedef long long int64; ...
4336
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Sep 28, 2001 9:15 pm
Eric, It is most of all due to the endian problem. Try to replace "return *((int*)&temp);" with "(int)(*(uint64*)&temp);" in all these functions. sqrt & inv....
4337
forrest
forrest@...
Sep 29, 2001 1:43 am
Hi, how are you I can not download opencv app wizard from at sourceforge.net ! could you please email me one ,thank you very much! ... From: Tobias Klotz To:...
4338
Li Tan
litan@...
Sep 29, 2001 1:56 am
go to CV yahoo group file directory, and you will find them, and could you let me know how it works after you intall it. Li ... From: forrest To:...
4339
Alex Phomphoukhao
apho64@...
Sep 29, 2001 11:33 am
Hi all, I having problems determining if cvCalcOpticalFlowLK is working correctly. Following the example in Message 1066 and using the ROCK_X.bmps in the ...
4340
Deng Ke
dengke@...
Sep 29, 2001 1:00 pm
thanks, :)...
4341
juan@...
Sep 30, 2001 8:11 am
Hi! I saw your past posts and realized that you have the same problem that I had. So I think that my conclusions would be usefull for you. I bought the Matrox...
4342
J-F Portala
jfportala@...
Sep 30, 2001 8:48 am
thank you for your answer I have downloaded meteor12.zip in opencv group files It seems to be a project to build a filter, but I don't see how to create a...
4343
juan wachs
juan@...
Sep 30, 2001 9:18 am
Hello, my name is Juan Wachs. I made a little application using MFC (based on the Tobia's application) but simpler. My application uses a Matrox Meteor II card...
4344
juan@...
Sep 30, 2001 12:25 pm
I aslo tried to convert an RGB image to HSV and I get something really strange. Try it please! May be am I doing something wrong? 1) run the IPLib Image...
4345
Saba, Shadi
shadi.saba@...
Sep 30, 2001 12:34 pm
4346
Li Tan
litan@...
Sep 30, 2001 8:23 pm
Hi, finally, I got the right app wizard file. however I met the problem when i build the parogram. the error message is cvlgrfmts.h file is not found. The open...
4347
hherreral@...
Sep 30, 2001 9:09 pm
... extract cvtypes.h #if defined _MSC_VER || defined __BORLANDC__ typedef __int64 int64; typedef unsigned __int64 uint64; #else typedef long long int64; ...