Ask Your Question
0

Can CvAnn_MLP be used in BCB + Opencv 1.0?

asked 2013-10-16 02:32:43 -0600

fctien gravatar image

Dear all,

I am using Borland C++ builder 6.0 (Win 7) with Opencv 1.0, and trying to use the mlp functions, but found a DLL linking problem. I had converted all the lib's into lib's for borland, and linked them into BCB. However, when I delcared an instance of CvANN_MLP, there was a linking problem, which showed no corresponding functions. Please help out.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-10-17 07:35:11 -0600

Ok some remarks on a row

  1. Why use openCV 1.0, it is probably the most crappy and buggy version of the current version out there ...
  2. The fact that the linking is giving problems is probably because not all functionality was provided in this version.
  3. Please switch for a starter to openCV 2.4.6, it contains multiple thousands of updates and bugfixes compared to the original 1.x version.
  4. Switch to C++ API if it is even remotely possible ... The C-API is depricated and support will not be around anymore in the near feature ...

And again ... why use openCV 1.x, I didn't think it was still available on the net.

edit flag offensive delete link more

Comments

Since I cannot convert the openCV 2x LIB into BCB's LIB, I stay in OpenCV 1.0. Anyone can convert them? Please help.

fctien gravatar imagefctien ( 2013-10-18 03:36:27 -0600 )edit

Question Tools

Stats

Asked: 2013-10-16 02:32:43 -0600

Seen: 249 times

Last updated: Oct 17 '13