Author Topic: 8.02 vs. nightly build  (Read 4526 times)

mmarcel1

  • Guest
8.02 vs. nightly build
« on: November 01, 2009, 12:58:07 am »
Good evening or night ^^
I have a little question. What are the most changes between 8.02 between the nightly build versions. What are the advantages in the nightly build versions? Thanks for your answers :-)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: 8.02 vs. nightly build
« Reply #1 on: November 01, 2009, 01:51:34 am »
Good evening or night ^^
I have a little question. What are the most changes between 8.02 between the nightly build versions. What are the advantages in the nightly build versions? Thanks for your answers :-)
8.02 version released 2008-02
nightly version released every day, and you can see the changelog, many bug fix and improvement.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.