Is there any documentation for new features in 3.0.0?
Is there any official documentation for the features that the beta version has OVER the present stable release? If not, how would I go about making one and adding it to the official openCV repo? Would it be the same as the "make a contribution/tutorial" process?
should be all here: http://docs.opencv.org/ref/master/ (even the search thing works halfway decent)
if you got doxygen, you can also build it locally
(apart from that, i guess, help with documentation is always welcome..)
Great! Thanks a lot.
again, 'm damnsure, that any help with documentaion is needed as well as welcome, so
"Would it be the same as the "make a contribution/tutorial" process?" yes, exactly
I'll get working on it ;)
I always use: http://docs.opencv.org/trunk/modules/... which seems more convenient than @berak's link (at least it looks prettier :p )
I always looked up the link you provided as well for my reference. Although it would be nice to have something that showed the new features OVER the older version rather than just a general documentation of all the features.
@Potato: you are totally right, a version-list would be nice, I guess it will come as soon as 3.0 isn't beta any more. Btw: Many features have also been removed (in some cases I can't understand it at all), a list of removed stuff would also be nice.